plz help me im in huge troubble !!

Discussion in 'HTML & Website Design' started by thelaa rox, Mar 14, 2009.

  1. #1
    im building a small website in synthasite my website work ok with firefox but
    all messed up with IE.......:(
    please see www.tuneme.tk (the Watch tv tab-other pages under construction) it seems like the margins doesnt work with IE.
    plz help me!!
    :rolleyes:
     
    thelaa rox, Mar 14, 2009 IP
  2. xira

    xira Active Member

    Messages:
    315
    Likes Received:
    8
    Best Answers:
    4
    Trophy Points:
    68
    #2
    In IE7.0 your site looks fine, you're site freaks out in IE6.0. What this tells me is its a CSS conflict. It appears that IE6 isn't reading most of your CSS. You can use the note code in HTML to point IE6 to a different style sheet and use CSS that IE6 will respond to.

    <!--[if IE 6]>
    Special instructions for IE 6 here
    <![endif]-->
     
    xira, Mar 15, 2009 IP
  3. nicolasthun

    nicolasthun Guest

    Messages:
    309
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you should validate your site and try to use an external stylesheet.
     
    nicolasthun, Mar 15, 2009 IP