CSS styling on form list?

liunx

Guest
How can style a list without any borders and how can i style the arrow??:<br />
<br />
<!-- m --><a class="postlink" href="http://www.pixelgenie.de/01.jpg">http://www.pixelgenie.de/01.jpg</a><!-- m --><!--content-->the border you might and the arrow? oh the drop down arrow. well I don't think you can as that is not controlled by your browser. let me check on that.<!--content-->I got another question. How can I link the "options" in the list?<!--content-->http://www.snippetlibrary.com/code.php?id=5&kid=19&catname=Forms<br />
<br />
your first question is answered here<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=4669&highlight=select">http://www.htmlforums.com/showthread.ph ... ght=select</a><!-- m --><!--content-->the arrow, you can't - thats a windows thing and not an html thing - and I think the border is the same. <br />
<br />
You could create a javascript dropdown instead in which you can customize everything about it almost - unfortunatly I dont know how to make one - try searching a bit<br />
<br />
--------------------------------------<br />
<br />
edited: Nevermind...<!--content-->I read on other boads that there are alternative select boxes made with div layers. Maybe u know one that ist working wit Opera 5.x and Netscpae 6.x??<!--content-->Check out here to change the cusor: <br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/pr_class_cursor.asp">http://www.w3schools.com/css/pr_class_cursor.asp</a><!-- m --> <br />
<br />
Check out here to change the border:<br />
<!-- m --><a class="postlink" href="http://www.w3schools.com/css/css_border.asp">http://www.w3schools.com/css/css_border.asp</a><!-- m --><!--content-->
 
Back
Top