Forum Moderators: not2easy
for example, go to <snip>
CSS Code....
.menu {position: absolute; top: 90px; left: 10px; width:125px;text-align: center;color: #EED; font: 14px Verdana, sans-serif; padding: 5px; border: solid #000; border-width: 1px; BACKGROUND: #cc0000 fixed no-repeat 0px 0px}
#stylelinks {position: absolute; top: 300px; left: 10px; width: 125px;color: #EED; text-align: center; font: 12px Verdana, sans-serif; padding: 5px; font-weight: bold; border: solid #000;border-width: 1px;BACKGROUND: #cc0000 fixed no-repeat 0px 0px}
#sitedays {position: absolute; top: 5px; left: 10px; width: 125px; height:80px; color: #000; font: 10px Verdana, sans-serif; border: solid #999;border-width: 1px;BACKGROUND: #FFF fixed no-repeat 0px 0px}
[edited by: Woz at 3:55 am (utc) on May 28, 2003]
[edit reason] no URLs please [/edit]
Add this to the top of your page.......
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
You should then get consistent widths in IE6 and Netscape.
Putting both browsers into Standards Compliance Mode is not a panacea. Sadly, about 25% of users are still floating around out there with MSIE v5.5 or older which don't have the Standards Compliance Mode, both browser families still have some annoying bugs, and the CSS standards have some gray areas in which the two browser families differ. So you're still faced with compromise at some level. I have recently seen a CSS setting that was supposed to make Netscape/Mozilla emulate the MSIE quirks mode in this area, but I can't find it and I don't know how well it works. Maybe someone around here who's really good with search engines could locate it for us both! Good luck!