Hi,
I am facing a terrible problem where in
the following css code(setting of height) is working for Mozilla 3.0 but is not working for IE 6
in Css
.fsSearchIE{
height:5px !important;
background: red!important;
border: 1em solid green;
margin: 0 auto !important;
}
In html
<fieldset class=“fsSearchIE” >
my code
</fieldset>
Would be thankful
Sandeep