Hi!
I have css box that contains a form with a search field and small image link. It works perfectly in all major browsers, PC & Mac, including IE8.
Unfortunately the height of the box is showing way too big in both IE 6 & 7.
.padbcont_search { width: auto; margin-top:7px; padding-top: 5px; margin-bottom: 9px; overflow: hidden; background-color:#fc6; color:#333; font-size:0.8em; }
.padbox_search { padding-left: 6px; padding-bottom: 4px; }
Tried different heights attributes but deleted the height altogether because IE 6 & 7 did not overflow correctly and cropped the image link when browser font was enlarged.
Anyone know a fix? Thanks :-)