how to style input type=submit (buttons) ONLY
Posted: Tue Mar 11, 2008 5:58 am
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
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
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"] {
...
}
haven't had a chance to test in other browsers or Mac