Log in

View Full Version : IE and CSS Help



pschlimgen
02-08-2007, 11:14 PM
Hey,
I've been trying to fix this but I'm not sure what to do.

If you go to http://www.tmmi.com using Internet Explorer, you'll see that as the content gets loaded, it loads on the left side of the browser and "shifts right" into it's final position.

If I open the site with Opera or Firefox, that shifting doesn't occur.

What's going on? Do I just not have my CSS lined up properly? Is there a IE hack I'm missing?

Thankd for the help.

mburt
02-08-2007, 11:20 PM
Try changing:

position:absolute;
left:0px;
top:135px;
in Css/popglobal.css

to:

float:left;