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. Thanks Jriddle
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