divs pushing out the bottom of table column in firefox [closed]
So I am working on a layout for a new website that I am building. Everything looks fine in chrome but for some reason in firefox my divs are pushed down about 600px and overlap other table rows as if they are not bound by their parent. For an example, check out thebrewtracker.com
Thanks!
Remove this from brew.css (line3)
vertical-align: baseline;
On a side note using tables for layout is a BIG No No in modern web development!
精彩评论