Zoran Zorkic wrote: > So, > 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. > I tried to pinpointthe problems, but I have trouble with that. > First I tried removing the floats, but still gives me problems :( > > Would you please just take a look at it and point me in the right direction. > Thanks! >
Add a doctype and bring it back. Replace what you have with this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Ekonomski fakultet u Rijeci - Skripte</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta content="Skripte za Ekonomski fakultet u Rijeci. Besplatni download i preuzimanje." name=Description /> <meta content="skripte, fax, efri, rijeka, ekonomski, fakultet, faks, predavanja, ispiti, ispit, pitanja, salbahter" name=keywords /> <link href="dream_files/favicon0.ico" rel=icon type=image/vnd.microsoft.icon /> <style type="text/css" media="screen">@import"dream_files/efri0000.css";</style> <script type="text/javascript"> Best, ~d -- desktop http://chelseacreekstudio.com/ ______________________________________________________________________ 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/
