thedayhascome / Fluid-Baseline-Grid

HTML5 & CSS3 development kit that provides a solid foundation to quickly design websites with ease.
http://fluidbaselinegrid.com
The Unlicense
247 stars 58 forks source link

ie6 screenshots at breakpoints - http://fluidbaselinegrid.com #4

Open krisbulman opened 13 years ago

krisbulman commented 13 years ago

http://fluidbaselinegrid.com/ ie6 tests:

320px

https://skitch.com/krisbulman/fhsbr/fluidbaseline-ie6-320px

480px

thedayhascome commented 13 years ago

Thanks for the IE6 testing and screenshots. As we are all aware that floats are fragile, especially with IE6 and its slew of float-related bugs, it appears to be a Pushdown or Double Margin Bug with the column becoming too wide. I have also noticed some other float bugs in Chrome and Firefox with different, which I'm creating another separate issue. Most likely will need to address self clearing floats.

I'll review and update these IE6 bugs accordingly.