Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: infobox ie/firefox difference

This problem has to do with IE7 needing a “min-height” value in the stylesheet to expand the box whose border is the bottom line. Adding this to the css for the “.infobox”-rule will fix the problem:

height:auto!important;

height:1px;

min-height:1px;

The adding of “height:auto!important;” and “height:1px;t” will fix the same problem i IE6.

Skip to toolbar