playlist buttons wont show..WHITE, background n buttons are both white |
playlist buttons wont show..WHITE, background n buttons are both white |
Aug 24 2004, 02:22 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 889 Joined: Aug 2004 Member No: 42,392 |
ya well heres the code..SM1 HELP ME PLZZZZ!!!!
[CODE]<!-- begin code provided by createblog.com --> <object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"> <param NAME VALUE> <param NAME="ShowControls" VALUE="0"> <param NAME="ShowStatusBar" VALUE="0"> <param NAME="ShowDisplay" VALUE="0"> <param NAME="DefaultFrame" VALUE="Slide"> <param NAME="Autostart" VALUE="1"> <param NAME="Loop" VALUE="True"> </object> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; BACKGROUND:#FF69B4; WIDTH: 150px; COLOR: #33666; font-face: comic sans" name="playlist" size="1"> <option value="0">brown eyes-destiny's child</option> <option value="1">dirrty-christina aguilera</option> <option value="2">when u believe-mariah carey</option> <option value="3">dirt of your shoulder-jay-z</option> <option value="4">love dont cost a thing-j.lo</option> <option value="5">leave(get out)-jojo</option> <option value="6">dangerously in love-beyonce</option> <option value="7">im a slave 4 u-britney spears</option> <option value="8">beautiful-christina aguilera</option> <option value="9">i turn to you-christina aguilera</option> <option value="10">baby boy-beyonce</option> <option value="11">my heart will go on-celin dion</option> <option value="12">can't hold us down-christina aguilera</option> <option value="13">sing for the moment-eminem</option> <option value="14">shutup-BEP</option> </select><br> <input TYPE="BUTTON" NAME="darkplay" VALUE="play" OnClick="play(document.forms['form'].playlist);"> <input TYPE="BUTTON" NAME="darkpause" VALUE="pause" OnClick="document.darkplayer.Pause(); playstate=2;"> <input TYPE="BUTTON" NAME="darkstop" VALUE="stop" OnClick="document.darkplayer.Stop(); playstate=2;"></p> </form> |
|
|
|
![]() |
Aug 24 2004, 03:42 AM
Post
#2
|
|
![]() Junior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 457 Joined: Jun 2004 Member No: 26,537 |
you see in the middle of your code where it says BACKGROUND:#FF69B4? change the color to something else so your player control buttons will show.
|
|
|
|
Aug 24 2004, 11:28 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 889 Joined: Aug 2004 Member No: 42,392 |
i tried that but thats the background for the names of the songs
|
|
|
|
Aug 24 2004, 11:31 PM
Post
#4
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
change all the color codes n figure out which one it is
|
|
|
|
Aug 24 2004, 11:32 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 215 Joined: Jul 2004 Member No: 26,839 |
use this code. change the colors to watever u want
<!-- begin code provided by createblog.com --> <style type="text/css"> input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF0000; font:normal 10px verdana; background-color: #000000; letter-spacing:0px; color: #FF0000; } </style> <!-- end code provided by createblog.com --> |
|
|
|
Aug 25 2004, 12:39 AM
Post
#6
|
|
![]() Is it maturity, or admitting defeat...? ![]() ![]() ![]() ![]() Group: Member Posts: 152 Joined: Aug 2004 Member No: 36,659 |
QUOTE(xzxero @ Aug 25 2004, 12:32 AM) use this code. change the colors to watever u want CODE <!-- begin code provided by createblog.com --> <style type="text/css"> input, select, textarea, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #FF0000; font:normal 10px verdana; background-color: #000000; letter-spacing:0px; color: #FF0000; } </style> <!-- end code provided by createblog.com --> Hey I used this code and it changed my buttons and my font to what i wanted, but is there a way to change the darkplayer scrollbar and the arrow as well? They still show up gray... |
|
|
|
Aug 25 2004, 11:33 AM
Post
#7
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 |
QUOTE(Just AJ @ Aug 25 2004, 1:39 AM) Hey I used this code and it changed my buttons and my font to what i wanted, but is there a way to change the darkplayer scrollbar and the arrow as well? They still show up gray... CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> body {scrollbar-arrow-color: #000000;scrollbar-track-color: #ffffff;scrollbar-shadow-color: #ffffff;scrollbar-face-color: #ffffff;scrollbar-highlight-color: #ffffff;scrollbar-darkshadow-color: #ffffff;scrollbar-3dlight-color: #ffffff} </style> <!-- end code provided by createblog.com --> |
|
|
|
Aug 26 2004, 07:45 PM
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 889 Joined: Aug 2004 Member No: 42,392 |
thankz it worked
|
|
|
|
![]() ![]() |