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
If I were you I'd look at using the <button> element instead of the input element. Or, you could put your inputs and your buttons in seperate fieldsets. Or you could use an attribute selector in your css. [code] #CONTACT_US input[type=text] { width: 250px; border: outset 2px #ffffff; background-color: #ffffcc; } [/code] It's not totally cross-browser (fails in IE, successful in Opera 4.0+, successful in [most?] Gecko browsers), but it works and is W3C standard for CSS 2.0.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »