hey guys this may seem like a bit of a dumb question but id like to know this is possible, im pretty sure it is i just cant think of it
you know with links you have a then a:hover, then a:visited i need to do something like that but with forms
i can do a style sheet link this
input { font-family: arial, etc etc etc }
but that applys to every <input on the page id to be able to do something like this
input:submit {font-family: tahoma; size:3000000px; etc etc etc }
so then it only applys to the submit buttons?
i can do it with class="submitbutton" but id like to do it the other way if poss
anyone know what im talking about?
seems like a really dumb question but im baffled.
you know with links you have a then a:hover, then a:visited i need to do something like that but with forms
i can do a style sheet link this
input { font-family: arial, etc etc etc }
but that applys to every <input on the page id to be able to do something like this
input:submit {font-family: tahoma; size:3000000px; etc etc etc }
so then it only applys to the submit buttons?
i can do it with class="submitbutton" but id like to do it the other way if poss
anyone know what im talking about?
seems like a really dumb question but im baffled.

















