1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

my Wordpress blog not rendering correctly in IE7. plz help

Discussion in 'HTML & Website Design' started by thinkjayant, Jun 5, 2008.

  1. #1
    Problem: in IE7 my head banner is only half displayed and bottom credits are displayed in white

    Attaching my css file and printscreens. i am a noob in this area so please suggest and help.

    hi... my personal blog which i have recently setup is not rendering properly in IE7... I am not that good with css and cannot understand why its not displaying properly..... I wasted like 2 days to modify the theme Options theme by Justin Tadlock to my liking... someone please help me out... i think the mistake would be a silly one.. please check...
     

    Attached Files:

    thinkjayant, Jun 5, 2008 IP
  2. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #2
    I would have a look but I do not have a IE7 installed at the moment. Sorry. Good Luck!
     
    BANAGO, Jun 6, 2008 IP
  3. FlowerMan

    FlowerMan Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You have to create digffrent css style for ie6 , ie7 , ff
     
    FlowerMan, Jun 6, 2008 IP
  4. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #4
    I do the same with my sites.
     
    BANAGO, Jun 6, 2008 IP
  5. thinkjayant

    thinkjayant Peon

    Messages:
    150
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i have no clue how to do it... is it different... can someone point me to a tutorial regarding the same...????
     
    thinkjayant, Jun 6, 2008 IP
  6. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #6
    
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/style.css" media="screen" />
    <!--[if lte IE 7]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie7.css" media="screen" />
    <![endif]-->
    <!--[if lte IE 6]>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie6.css" media="screen" />
    <![endif]-->
    
    HTML:
    The IE6 and IE7 styles does not have to contain all the code, only the fixes. Is that clear? :)
     
    BANAGO, Jun 6, 2008 IP
  7. Gigacore

    Gigacore Active Member

    Messages:
    359
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    60
    #7

    Use IETester v0.2.2

    More info @ Homepage
     
    Gigacore, Jun 6, 2008 IP
  8. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #8
    Thanks for that! :)
     
    BANAGO, Jun 6, 2008 IP