darkplayer & dropdown |
![]() ![]() |
darkplayer & dropdown |
Sep 17 2004, 09:16 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 310 Joined: May 2004 Member No: 16,028 |
what is the problem? the font color in the buttons and dropdown menu isnt turning white....no matter what color code i pu tin the text stays black...anyone know why??
|
|
|
|
Sep 17 2004, 09:19 PM
Post
#2
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
can u post your code so we can see wutz wrong
|
|
|
|
Sep 17 2004, 09:22 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 310 Joined: May 2004 Member No: 16,028 |
This is park of the darkplayer code in the custom HTML header
<!-- 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="False"> </object> </p> <form name="form"> <p style="text-align: center"> <select style="FONT-SIZE: 8pt; FONT-COLOR: #ffffff; WIDTH: 230; font-face: arial; height:174" name="playlist" size="1"> <option value="0">dj tiesto - just be</option This is in my webstats <style tpye="css/text"> input, select, textarea, iframe.htmleditor, .textfield, .button { /* this edits the buttons, dropdowns, etc. */ border: 1px solid #3D88D5; font:normal 11px arial; background-color: #3D88D5; font-color: #ffffff; </style> |
|
|
|
Sep 17 2004, 09:31 PM
Post
#4
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
wheres the rest of the code with the songs n url's?
go here for the real code http://www.createblog.com/forums/index.php?showtopic=34297 |
|
|
|
Sep 17 2004, 09:34 PM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 310 Joined: May 2004 Member No: 16,028 |
i have it in my html header i just didnt paste the whole thing...the songs dont have to do with the text not changing
|
|
|
|
Sep 17 2004, 09:44 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 164 Joined: Jul 2004 Member No: 28,139 |
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"><select style="FONT-SIZE: 8pt; BACKGROUND:#ffffff; WIDTH: 200px; COLOR: #000000; font-face: arial" name="playlist" size="1"> <!-- end code provided by createblog.com --> try that, change the color (text) and background color |
|
|
|
Sep 17 2004, 09:57 PM
Post
#7
|
|
![]() moohaha ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,214 Joined: Aug 2004 Member No: 41,985 |
i dont think u need that webstats stuff
|
|
|
|
Sep 17 2004, 10:11 PM
Post
#8
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
That code you put into your webstats goes into your custom header.
-blink, blink- |
|
|
|
![]() ![]() |