drop down menu playlist, edit its style |
drop down menu playlist, edit its style |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Apr 2005 Member No: 121,804 ![]() |
hi there... i want to change the interface of my drop down menu playlist.. soo far i have already change the play pause and stop button... but i couldn't change the color of the drop down menu playlist as well as its border... pls help me with this... um here's my site if u want to see it... www.xanga.com/redpunkystar
tnx.... hope u cud help me with this topic... |
|
|
![]() |
![]()
Post
#2
|
|
![]() im addicted to my car<3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 635 Joined: Jan 2005 Member No: 92,236 ![]() |
alright, please use a codebox.
anyway i think if you edit this part of the script QUOTE <input TYPE="BUTTON" NAME="darkplay" VALUE="pLAy" OnClick="play(document.forms['form'].playlist);" style="font-family: verdana; background-color: #000000; color: #CCCCCC; border-style: double; border-color: #ff0000";> see how it has the numbers like #ff0000 those are hex colors, change those to change the colors. heres a link to the hex colors. <input TYPE="BUTTON" NAME="darkpause" VALUE="pausE" OnClick="document.darkplayer.Pause(); playstate=2;" style="font-family: verdana; color: #CCCCCC; background-color: #000000; border-style: double; border-color: #ff0000"> <input TYPE="BUTTON" NAME="darkstop" VALUE="sTop" OnClick="document.darkplayer.Stop(); playstate=2;" style="font-family: verdana; color: #CCCCCC; background-color: #000000; border-style: double; border-color: #ff0000"></p> ![]() |
|
|
![]() ![]() |