On 5/26/06, Steve LaBadie <[EMAIL PROTECTED]> wrote: > This page works fine in IE, but not in any of the others. What do I > need to do to fix this???
You need to change your whole design approach. You are doing about everything wrong for working with CSS. First, no document type on your html means all browsers will work in "quirks" mode and just about anything can result. Do a google search on "doctype" and read some of the result pages, particularly this one: http://www.alistapart.com/stories/doctype/ You should design for Firefox or other reasonably standards compliant browser, *not* for IE. IE may look right to you, but it is actually wrong. IE is a five year old behind the times browser that does many things wrong when applying CSS. It may look right, but it is lying to you. First, get a doctype. Next, validate your html and make sure it valid. CSS for positioning is predicated on having valid html to work with. Your site has dozens of html coding errors. I could go on, but that's a start. -- Ed Seedhouse ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/