Hi! This is something that arose from a previous post: I have now got that problem sorted with the kind help of pmek (thanks bud.) Now I can't work out why the css box (containing a form with an input field and small image link) is showng much deeper in IE 6 & 7 (loks fine in FF, Chrome, Safari, etc.) Do I need a box model hack or is it something simpler? .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; } You can view source code and see what's happening in IE here: http://www.obooko.com Any help gratefully received.