PDA

View Full Version : Any clues...


688206002
10-23-2004, 11:30 PM
Any idea how to fix this: http://688206002.hostmatrix.org/soe/index.php

Looks perfect in Firefox but in IE, the last float gets forced down a line.


P.S. don't laugh at the dumb name and my little poem... this is for my new mpg

688206002
10-23-2004, 11:58 PM
I FIXED IT!!!!! MWHAHAHAHAHAHAHA... *JUMPS UP AND DOWN LIKE GOLLUM*

IE is sooooooo f***ing gay (sorry for language)

If the same thing happens to you (everything fits in non-IE browsers but in IE, specifically WinIE, your last float or a static element after a float drops down... it's because WinIE automatically adds 3 pixels to your margin!!! Gay, eh?) Huge prob for me since I make my layouts to fit exactly, leaving no room for stupid IE bugs.

So, here's what you do to fix it...

Add this:

/* hide from MacIE \*/
* html #mmid {
margin-right: -3px;
}
* html #mright {
margin-left: -3px;
}
/* end hide */


Since it adds 3 pixels to your margin, TAKE 3 pixels from it!!!!

*Chants* "Die IE die... die IE die..."

megaman_c
10-24-2004, 08:42 PM
ummm yepp .. that'S it

but why you didn'T try to fix that with PHP ... i mean on your php code you set the nubers of digit ?! :D