FIRST:
can i change a checkbox border ?!?
i tryed "input[type=checkbox] {border:1px dotted black; background:red}"
but there is no effect ... the checkbox still look like a checkbox ;-(
(i've got the same question for a listbox ...and its arrow)
SECOND:
is it possible to declare a variable in CSS, like this :
mycolor=#FE760A;
body{background-color:mycolor;}
thanks a lot for any help ...
> SECOND:
> is it possible to declare a variable in CSS, like this :
> mycolor=#FE760A;
> body{background-color:mycolor;}
did you get an answer to this question, i'm wondering the same thing.
k
"marco" <marc....@ctrceal.caisse-epargne.fr> escribió en el mensaje
news:ap3r61$jfr$1...@s1.read.news.oleane.net...
> 2 questions :
>
> FIRST:
> can i change a checkbox border ?!?
> i tryed "input[type=checkbox] {border:1px dotted black; background:red}"
> but there is no effect ... the checkbox still look like a checkbox ;-(
> (i've got the same question for a listbox ...and its arrow)
Did you get this sintax input[type=...] to work? It doesn't work for me in
ie5.5 sp2.
*feo*
"kurt behn" <kb...@geonetics.com> wrote...