http://andrewkoroluk.bravehost.com/
Problem with moving text with button hover/press
Page 1 of 12 Replies - 1306 Views - Last Post: 15 June 2011 - 07:07 AM
#1
Problem with moving text with button hover/press
Posted 14 June 2011 - 07:57 PM
I am having a problem with my buttons. They are the kind of buttons that look like they are sticking out, so when they are click in, the text should move with them. This works for the small descriptive text on the bottom of the button, but I cannot get it to work with the larger text on the top of the button.
Replies To: Problem with moving text with button hover/press
#2
Re: Problem with moving text with button hover/press
Posted 14 June 2011 - 10:41 PM
that’s because you apply the button press (:hover, :active) only to the small text. you would need to do that for the whole text, too.
#3
Re: Problem with moving text with button hover/press
Posted 15 June 2011 - 07:07 AM
Thanks! Here is my revised code:
.menu ul li a:hover span { padding:4px; }
.menu ul li a:active span { padding:6px; }
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|