CSS IE And FIREFOX Problem

Discussion in 'HTML - XHTML - CSS' started by jriddle, Oct 19, 2005.

  1. jriddle New Member

    Hi guys im building my site when i started it looked fine in both IE and FIREFOX then dont know what i did, and it went wrong its still ok in FIREFOX but IE is having none of it please could someone have a look and help me.

    A quick response would be great i only have 4 days left on my dreamweaver trial.:eek:

    Thanks
    Jriddle

    Attached Files:

    • site.zip
      File size:
      16.3 KB
      Views:
      490
  2. Mimoun Administrator

    I will check your code and see if I can fix it.
  3. jriddle New Member

    Thank You

    Thank You Very much
  4. Mimoun Administrator

    You have added some code that is only visible in IE so don't forgot to edit it when changing someting to .left ul or .left a

    Replace this
    Code:
    /* for IE */
    * html .left ul{bottom:-2px;margin-left:-210px;padding-left:0;}
    
    with this
    Code:
    /* for IE */
    * html .left ul{bottom:0px;margin-left:0px;padding-left:0px;}
    
    Also replace every 0; with 0px; else your website will look bad in Safari