silviasalsa
09-24-2007, 11:59 AM
Hello
i have created a class in .css file.
it is supposed to smooth out the lines for
the
input box
text area
radio buttons
and
select area.
so far in ie
there is no effect on
radio buttons
and
select area.
but it works on fire fox.
.the class is
.smoothout{
border:#030303 solid 1px;
}
how can i resolve this problem
currently they are running iIE here and the 2 (radio button and select are looks different on the borders.
thank you
the class is called by puting class = smoothout after the name
for example
<input name="Fname" class = "smoothout"
help
i have created a class in .css file.
it is supposed to smooth out the lines for
the
input box
text area
radio buttons
and
select area.
so far in ie
there is no effect on
radio buttons
and
select area.
but it works on fire fox.
.the class is
.smoothout{
border:#030303 solid 1px;
}
how can i resolve this problem
currently they are running iIE here and the 2 (radio button and select are looks different on the borders.
thank you
the class is called by puting class = smoothout after the name
for example
<input name="Fname" class = "smoothout"
help