OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Reset Style for Submit Form Button
This page's ID:
22895
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I have a form and I've set all input elements to 2px border with a canary yellow background color: #CONTACT_US input { width: 250px; border: outset 2px #ffffff; background-color: #ffffcc; } I also have a submit button, but I do not want it to take on the above attributes, I would like it to have NO STYLE, and to revert to the normal display for this element. Is this possible? If not, what CSS style best resembles the original look and feel of a submit button, I'm not even close with my effort of: #SUBMIT_BUTTON { border: outset 4px #000000; background-color: #cecece; } For clarification my HTML looks something like this: <div id="CONTACT_US"> <form> <input type="text" name="first_name"/><br/> <input type="submit" id="SUBMIT_BUTTON"/> </form> </div>
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »