How do you change the color of the form button on the hover, i know how to do it on the static *when the mouse is not on it*
its CSS. here is what i have in the head (its all related to the button)
HTML Code:<style type="text/css"> /*IBW DESIGN */ /*MUST STAY IN CONTACT FOR USE! */ .menu{ background-color: #777777; color: 000000; font-family: Tahoma; font-size: 14px; width: 300px; } .menu input{ background-color: #888888; border: 0px; color: 000000; font-family: Tahoma; font-size: 14px; } .menu input:mouseover{ background-color: #000000; border: 0px; color: 000000; font-family: Tahoma; font-size: 14px; } </style>


Reply With Quote




Bookmarks