Hi, I've created a Skin based on colibri and set I as my default skin. I've overwritten some css definitions of colibri.css due to my header logo ( I've shifted and resized the search box). I've added this definitions on a new attribute (myStyle.css) on XWikiSkin object and added it on the style.css attribute, as well as microformats.css and colibri.css. My modifications are: #companylogo a img { float: left; margin:0 0 0 -4px; } #globallinks { float:right; padding:5px 67px 5px 0px; width:130px; } #globalsearch { text-align:right; width:190px; } #globalsearchinput { min-height:16px; width:150px; } It works well on Firefox, but in IE neither of my modifications seems to work, and the search box goes below the header logo, on a new line. Where I can change CSS definitions as above for IE's? Regards, Ramon Brandão