div layout messed up in firefox

nightscream

New Member
Messages
948
Reaction score
0
Points
0
I got div problem in firefox
i did like <div style="float: left;">text</div>
and on some i only did <div style="float: none;">text</div>
now it will show the one with the float: left on the with float: none
how can i fix it

link: http://iwek.x10hosting.com/nightscream/index.html
it will show nice in IE but Firefox it's messed up
 

randomize

New Member
Messages
674
Reaction score
0
Points
0
I think you should use the position tag in your style

so I think it should be:

.blah
{
position: absoulte (or one of the other properties)
}

I don't know, that might be right

Regards,
Randomize
 

nightscream

New Member
Messages
948
Reaction score
0
Points
0
but then i get real layers and I don't like them but if I have to i'll do it
but maybe there is another solution
 
Top