Fix for IE7 ? Anybody

Discussion in 'HTML & Website Design' started by kalseo, Jun 29, 2009.

  1. #1
    Hi DP members,

    Almost all of my website are having displaying properly in IE7.

    Is there any fix in CSS or html that I can use to fix the widths, floats ...

    Kind regards
    Kal
     
    kalseo, Jun 29, 2009 IP
  2. Todd_SEO

    Todd_SEO Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Show some examples of your sites and the issues you're having so we can take a look at the code.
     
    Todd_SEO, Jun 29, 2009 IP
  3. cveks

    cveks Member

    Messages:
    141
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    28
    #3
    upgrade to IE 8
     
    cveks, Jun 29, 2009 IP
  4. ahsan_ma07

    ahsan_ma07 Peon

    Messages:
    97
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You can solve this problem by adding IE7 specific stylesheet. Add these after </title> tag and before </head>

    <!--[if IE 7]>
    <link rel="stylesheet" type="text/css" media="screen" href="style-ie7.css" />
    <![endif]-->

    In style-ie7.css you can define specific selectors and rules that works in that browser.
     
    ahsan_ma07, Jun 29, 2009 IP