1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS CSS IE And FIREFOX Problem

Discussion in 'Web Development' started by jriddle, Oct 19, 2005.

  1. jriddle

    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:
      899
  2. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

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

    jriddle New Member

    Thank You

    Thank You Very much
     
  4. Mimoun

    Mimoun Administrator Staff Member Director Verified Member

    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