Forum Moderators: not2easy
input.image:hover { border:2px solid #CCCCCC }
input is your selector, image is your class selector which requires a Pseudo-class of hover as above.
I think this should help you out.
Note: you can also remove the semi colon when it is the last element.
-George
i was thinking of a 2-image rollover, but I am suing the image in the place of a sibmit button, so can I do that?
NCAnnie