Hi,
Thanks to all who help here!
I have made several website designs but they never look right in IE (internet explorer). The stylesheet I use is shown below and it works fine in all browsers apart from IE.
Do I need to use two style sheets? If so what would beed replacing, editing or including to make IE not display things wrong?
HERE IS THE WEBSITE LINK!!
Theres not loads of code in this style sheet so hopefully you can help me. I need to learn how to adjust things so that they appear perfect in IE as well as FF and etc.Code:/* CSS Code by Oliver Martin of TM-Designs.org */ #header { margin-top: -8px; margin-bottom: -5px; } #adspace { width: 475px; height: 80px; } #copyright { border-top: 2px solid #7F7F7F; width: auto; } #header a, #nav a{ color: #212121; } #leftpanel { position: absolute; } #leftpanel { margin-top: 2px; padding: 0 4px 0 2px; width: 218px; height: auto; text-align: left; } #content { border-left: 2px solid #7F7F7F; margin-top: 7px; margin-left: 230px; margin-right: 200px; padding: 2px 4px 2px 18px; min-height: 600px; height: auto; text-align: left; } body { font-size: 12px; font-family: Arial, Helvetica, sans-serif; } /* specifies color for links */ a { text-decoration: underline; color: #b5b5b5; font-size: 10px; } a:hover { text-decoration: none; color: #84ff00; }
Thanks alot!







Bookmarks