Hi all. I'm ccentering a searchbox in a container and there are some differences between mozzila and IE. I used the following:
<!--[if IE]>
<style>#menu{ height: 3px;} .navigate{padding-left: 35px;} .text{ padding-left: 55px;} .form{ margin-top: -55px;}
</style>
<![endif]-->
the changes for .navigate and #menu are sucessfull but nothing changes about the .form
if I change values in the CSS file they apply but I don;t know why I can't overwrite the CSS for IE. Please help. Best regards