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 ![]() |
if you post your code up i think theres a part in it where you can edit it.. or is that in the scripts, hmm ill go look.
edit//yup found something. can you post your code, or tell me which one you used. |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Apr 2005 Member No: 121,804 ![]() |
|
|
|
![]()
Post
#4
|
|
![]() 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> ![]() |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Apr 2005 Member No: 121,804 ![]() |
i have already done that for the buttons... but i dont know how would i edit d scrolls and arrows of d drop down menu...
|
|
|
![]()
Post
#6
|
|
![]() im addicted to my car<3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 635 Joined: Jan 2005 Member No: 92,236 ![]() |
oh, i didnt know that sorry. anyway how about trying to edit this part of it
QUOTE <p style="text-align: center">
<select style="font-size: 9pt; background-color: #000000; background-repeat: repeat; background-attachment: scroll; width: 400; color: #D6D6D6; font-face: verdana; font-family: verdana; border-style: double; border-color: #ff0000"; background-position: 0% 20%; height:70" name="playlist" size="1";"width:100%;overflow-x:hidden;overflow-y:scroll""background="#000000" style="scrollbar-arrow-color: #ff0000; scrollbar-base-color: #000000; scrollbar-DarkShadow-Color: #050505; scrollbar-Face-Color: #141414; scrollbar-Highlight-Color: #ff3333; scrollbar-Track-Color: #000000"> |
|
|
![]()
Post
#7
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Apr 2005 Member No: 121,804 ![]() |
its ok...
![]() |
|
|
![]()
Post
#8
|
|
![]() im addicted to my car<3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 635 Joined: Jan 2005 Member No: 92,236 ![]() |
what do you mean its not working.. it should, it has places for you to change the whole scrollbar and all. what are you doing thats not working? im a little confused.
|
|
|
![]()
Post
#9
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Apr 2005 Member No: 121,804 ![]() |
with this code i have tried to change d font color, size and font family for d drop down menu and its already working.... the scrollbar is working.... but i couldn't change its color.... sori.... its i rili dont know wat to do...
<p style="text-align: center"> <select style="font-size: 9pt; background-color: #000000; background-repeat: repeat; background-attachment: scroll; width: 400; color: #D6D6D6; font-face: verdana; font-family: verdana; border-style: double; border-color: #ff0000"; background-position: 0% 20%; height:70" name="playlist" size="1";"width:100%;overflow-x:hidden;overflow-y:scroll""background="#000000" style="scrollbar-arrow-color: #ff0000; scrollbar-base-color: #000000; scrollbar-DarkShadow-Color: #050505; scrollbar-Face-Color: #141414; scrollbar-Highlight-Color: #ff3333; scrollbar-Track-Color: #000000"; |
|
|
![]()
Post
#10
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Apr 2005 Member No: 121,804 ![]() |
i have a problem with the scrollbar colors.... thats d only thing i couldnt fix now....
|
|
|
![]()
Post
#11
|
|
![]() im addicted to my car<3 ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 635 Joined: Jan 2005 Member No: 92,236 ![]() |
oh ok. please dont double post, there is an edit button.
anyway so you tryed changing the hex colors but it didnt work? |
|
|
![]()
Post
#12
|
|
Member ![]() ![]() Group: Member Posts: 14 Joined: Apr 2005 Member No: 121,804 ![]() |
i still cant change d interface of my drop down menu playlist... ive bin working on it but the only thing i have changed are d buttons... cud someone help me here pls..
|
|
|
![]() ![]() |