I think I got the solution:

in skins/triad/css/layout-triad.css
add to #header the following: min-height:1%
so it reads:

#header { padding:5px 5px 5px 10px;
          margin:0;
          min-height:1%;}
* html #header { height:1% } /*for IE */


the last line is for IE6 and below, and makes them apply styling to
the div (often IE does not do that and gets dimensions wrong).
Adding min-height:1% seems to have the same effect on IE7.
It will also be interpreted by other browsers, but since it sets a
very small minimum height it should be okay.

I will put this change into the next release. But please try it out!


Hans


_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to