Log in

View Full Version : IE Float Troubles



greendog
08-15-2008, 06:17 PM
Hey guys, I'm getting the hang of the whole CSS thing, but I'm having trouble on my current project. Can anyone offer any help? If you view the site so far it looks GREAT in firefox, but looks frustratingly like HELL in IE. Anyone know why this stuff is happening? Please help! I want to show the site to my client soon, and I don't want to assume he's using firefox.

Here's the link:
http://www.mindoverdigital.com/staging/pline/index.html

mburt
08-15-2008, 06:35 PM
I had to use:

margin-left:100px;
on my float code to fix the float for IE on my site.

jeaux
08-17-2008, 04:48 PM
Use alternate style sheets for IE. It doubles your work but until Microsoft gets it together, what are you going to do?

Here's a link that should get you started.
http://css-tricks.com/how-to-create-an-ie-only-stylesheet/