add1cted2f1re
Apr 19 2006, 06:00 PM
buttons like these:

yeah.................. how do u customize the colors of them?
talcumpowder
Apr 19 2006, 06:07 PM
Because you're smart, I won't even bother explaining. You could also do this straight in the button's tag. (style="...)
CODE
input, {background-color: #000000;}
I'm sure you can figure what to do after that. (You could also delve into customizing induvidual buttons or classes of buttons... Just don't go overboard.)
add1cted2f1re
Apr 19 2006, 06:08 PM
nope thanks reili, its just one and thanks
//edit//
wait that didnt work....
h/o heres the code:
<input type="submit" name="sa" value="Search"></input>
and i also want to do like its outline and whatnot
(i saw how to do it a while ago in one of roxy's xanga music player scripts)
moorepocket
Apr 19 2006, 06:11 PM
you have to define the style in the css.
talcumpowder
Apr 19 2006, 06:14 PM
CODE
<input type="submit" name="sa" value="Search" style="border: 1px solid #000000; background-color: #FFFFFF;" />
add1cted2f1re
Apr 19 2006, 06:17 PM
that didnt work reili, it literally just changed the color BEHIND it
and ryan, how do i do it in the css?
talcumpowder
Apr 19 2006, 06:33 PM
That's what I originally showed you. How to add it into the css. It's only one line of code.
Funny, it should have changed the border color. Which would have then made it flat. Like here.
CODE
input, textarea {background: #ffffff; border: 1px solid #8A4E30; color: #8A4E30; font-family: arial; font-size: 9.5;}
Change that however you'd like.
add1cted2f1re
Apr 19 2006, 06:49 PM
haha thanks
(reili, why did u change ur thing to male? lol)
digital.fragrance
Apr 19 2006, 08:33 PM
Not kidding reili.... you're most definitely a girl...
Topic Closed
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.