Click to See Complete Forum and Search --> : Need button help


TopNerd
09-26-2006, 11:41 AM
okay heres my problem. i have a button on my page that i want highlighted and compressed down like you pushing a button but i cant find the code for it. is there a code that can be used to do this action and if so could you point me in the right direction? :)

gil davis
09-26-2006, 11:49 AM
There is no HTML "code" that will do exactly what you are asking for. A form field button can look pressed when you click it, but does not do a "highlight". Have you ever seen what you want somewhere on the web? Can you post a link?

TopNerd
09-26-2006, 11:56 AM
like when you click search on google.com. thats what i want to do with my site for my navigation bar. my site is home.wbcable.net/topnerd. and where could i learn about scripts? ive only been doing html for about 3 weeks

ray326
09-26-2006, 12:44 PM
You do it with CSS. That would be the :active pseudo-class.