View Full Version : Buttons =)


Memoryx0
04-03-2005, 06:34 PM
Mmk. One quick, easy question. ^.^ How do you make the buttons for your darkplayer or the buttons under the Go to Date thingy change color or have a border?

JiNgLeBeLLz77
04-03-2005, 08:40 PM
<style type="text/css">
input, select, textarea, iframe.htmleditor, .textfield, .button {
/* this edits the buttons, dropdowns, etc. */
border: 1px solid #FFFFFF;
font: normal 8pt Georgia;
background-color: #30808F;
color: #F9F995;
}
</style>