NAVIGATION DROPDOWN COLOR CHANGE |
![]() ![]() |
NAVIGATION DROPDOWN COLOR CHANGE |
Aug 14 2004, 08:55 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
![]() well i wana change the color of the arrow, the border, and the little square that has the arrow oh and i want to change the background from white to something else.... and by the way.... i used a divider for this navigation bar.... am i supposed to use something else? (i tried xquizits .select thing and it didnt work) |
|
|
|
Aug 14 2004, 10:27 PM
Post
#2
|
|
![]() durian ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 13,124 Joined: Feb 2004 Member No: 3,860 |
Use this code:
CODE <!-- begin code provided by createblog.com --> <form name="jump"> <select style="color:#000000;background-color:#[b]HEX CODE[/b];font-family: arial; font-size:10px" name="menu" onChange="location=document.jump.menu.options[document.jum p.menu.selectedIndex].value;" value="GO"> <option value="#">Navigation</option> <option value="#">---------------------</option> <option value="http://xanga.com">Xanga</option> <option value="http://xanga.com/YOURXANGA">Refresh</option> <option value="http://www.xanga.com/private/home.aspx">Private</op tion> <option value="http://www.xanga.com/CLAF/default.asp">CLAF</option > <option value="http://www.xanga.com/profile.aspx?user=YOURXANGA">P rofile</option> <option value="http://www.xanga.com/guestbook.aspx?user=YOURXANGA" >Guestbook</option> <option value="http://www.xanga.com/Private/SubscribeTo.aspx?user= YOURXANGA">Add Me</option> <option value="http://www.xanga.com/Private/subs.aspx">Subscriptio ns</option> <option value="http://www.xanga.com/Private/feedback.aspx">Feedbac k</option> <option value="#">---------------------</option> <option value="http://www.xanga.com/signin.aspx">Sign In</option> <option value="http://www.xanga.com/logout.aspx">Log Out</option> </select> <!-- end code provided by createblog.com --> thaat only changes the background though. |
|
|
|
Aug 14 2004, 11:03 PM
Post
#3
|
|
![]() i LUST you. <3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 709 Joined: Jun 2004 Member No: 22,299 |
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ color:#Ffffff; border: 1px solid #000000; font:normal 9px verdana; background-color: #000000; letter-spacing:0px; } </style> <!-- end code provided by createblog.com --> ^ Insert in Customized Header, and change the variables/colors. |
|
|
|
![]() ![]() |