Border color to a select element?

liunx

Guest
Hi, <br />
I've been told it is possible to add a border-color to a select element. I have already done it to my textboxes but I am unable to do it to a select element. Please view <!-- m --><a class="postlink" href="http://www.dnware.com/image.gif">http://www.dnware.com/image.gif</a><!-- m --> to see what I mean. Here is the code I have for that select element next to the arrow: <br />
<br />
<.select name="cc_country" tabindex="1" style = "border:1px solid black" style="background: #FFA929; color: #40204e;".> <br />
<br />
I've tried rearranging the order of the style elements in everywhich way. Nothing seems to work, please help. Thanks.<!--content-->well from the picture and the site it seems you have already done this<!--content-->No,<br />
That is just a table I have around the select element. I want to add the inner black border to the select element as I have done to the textboxes.<!--content-->it's not reall an inner border, but according to the standards it should work. this should work but I'm not getting ti to work either.<br />
<br />
style="border: 2px; border-color: #40204E; background: #FFA929;"<!--content-->did you try <br />
<br />
style="outline : Blue"<!--content-->
 
Back
Top