Somethings wrong with :active, if anyone can find the problem it would be appreciated.
Html Code : http://pastebin.com/4wCi3L2Z
CSS Code : http://pastebin.com/jZvgdDaA
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your html has a
class="active"but your css is using the :active selector which is different than a class. You may want to just use the :active selector or else use the class selector.activein your css. I think you may be confusing the two.