OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
IE6 and multi divs in a row
This page's ID:
28802
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
Kind of strange, for a few reasons. First, a <div> is by default set to display:block, so specifying it in the CSS is both uneccessary and (should be) ineffectual. Second, for an item to float, it must display as a block. Therefore your specification of float:left in your code is either a) doing nothing or b) negating your display:inline. Either way, it's odd that it should effect anything ;) I would try removing the display declaration altogether and see if it still works right in all browsers. Either the display of the float is useless in this case, and should be removed. [small](Edited by [url=http://www.ozoneasylum.com/user/163]DL-44[/url] on 01-09-2007 21:09)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »