Page 1 of 1

how to style input type=submit (buttons) ONLY

Posted: Tue Mar 11, 2008 5:58 am
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