Search for: Search Buttons do not change visually when pressed! Viewing 2 posts - 1 through 2 (of 2 total) April 2, 2011 at 5:11 pm April 2, 2011 #2116 maxParticipant When I press any button on the site, the operation is well performed, but I do not see any visual change to the button. Button does not “engages” visually, so it is not a good feeling. Is there a solution? Thanks. April 2, 2011 at 9:02 pm April 2, 2011 #2117 Daniel TaraKeymaster You can add focus rules, like this: input[type=submit]:focus { background:#FFF; } Just an example. Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.