how to style input type=submit (buttons) ONLY

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
tonypb
Forum Members
Forum Members
Posts: 104
Joined: Tue Nov 20, 2007 12:16 am

how to style input type=submit (buttons) ONLY

Post by tonypb »

this might be common knowledge to most but i didn't know how to so i decided to share

so as to now having to go page by page and adding code, i found this way of doing CSS

Code: Select all

input[type="submit"] {
  ...
}
i read that this doesn't work in older versions of IE but so far it works great in IE7 and firefox...

haven't had a chance to test in other browsers or Mac
patino-burch design
Anthony Patino-Burch
Post Reply

Return to “Layout and Design (CSS & HTML)”