chickadeee23
03-27-2005, 09:29 PM
Ok, i've gotten my darkplayer on my xanga to change the background and text color. Is there anyway for me to change the border of the buttons (play, pause, stop)?
|
View Full Version : darkplayer buttons chickadeee23 03-27-2005, 09:29 PM Ok, i've gotten my darkplayer on my xanga to change the background and text color. Is there anyway for me to change the border of the buttons (play, pause, stop)? tokyo bleu 03-28-2005, 09:01 AM <style> input, select, .button { /*buttons, dropdowns, etc.*/ border: 1px solid black;} </style> |