Skip to:
Content
Pages
Categories
Search
Top
Bottom

infobox ie/firefox difference

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think that IE7 does not recognise the <br clear="all"> as it should – kakumei was designed pre-IE7, I think? Try playing around with the HTML; can’t test it myself unfortunately since the problem is in IE. Maybe <br style="clear: both;"/> will work?

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar