On Tue, Jun 29, 2010 at 7:39 PM, <[email protected]> wrote: >>> I have a page up at http://efri.dreamhosters.com and is loking fine in >>> Firefox, Chrome and Safari, but IE8 looks broken as hell. > >> Add a doctype and bring it back. > > There are also errors in the CSS. For example, there is a missing semicolon > on line 22. Try validating the CSS. > > Russ >
Hi, ... and it's important to close properly each open tag <!doctype html> <html> <head> ... </head> <body> ... </body> <!-- don't forget this --> </html> <!-- and this --> -- Donald ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
