Help - Search - Members - Calendar
Full Version: easy question to answer, take 2 seconds
Forums > Resource Center > Webmasters' Corner > Resolved Topics
add1cted2f1re
buttons like these:



yeah.................. how do u customize the colors of them?
talcumpowder
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
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
you have to define the style in the css.
talcumpowder
CODE
<input type="submit" name="sa" value="Search" style="border: 1px solid #000000; background-color: #FFFFFF;" />
add1cted2f1re
that didnt work reili, it literally just changed the color BEHIND it


and ryan, how do i do it in the css?
talcumpowder
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
haha thanks


(reili, why did u change ur thing to male? lol)
digital.fragrance
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.