Posted by EvanDonovan on October 18, 2010 at 8:23pm
1 follower
Jump to:
| Project: | Basic |
| Version: | 6.x-2.9 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The clearfix classes in default.css don't seem to clear floats properly in IE versions prior to 8, since those versions of IE doesn't recognize the :after pseudo-class.
In order to get my layout to work, I had to add <div class="clear"></div> to my layout at certain points, and remove the "clearfix". From the referenced article, it looks like it would be necessary to add
.clearfix { zoom: 1; } to an IE-specific stylesheet.
Please correct me if I am wrong about this - I am not a CSS expert. I could attach my page.tpl.php & a link to the site in question if it helps clarify this issue.
Comments
#1
I tried adding the zoom property, and I still had issues. Is anyone else encountering this?