style css working but link css not -


Is there any half of my work under CSS?

  div.share {status: relative; Top: -4 pixels; Left: 25px; Font-family: Tahoma; Background color: # 000000; Font-size: 11px; font-weight: bold; } / * Share link CSS * / a.share: active {color: # 000000; } A.share: Hover {color: #FFFFFF; Background color: # 000000; Text-decoration: None; }   

div.share CSS is working on all but there is no CSS for active and hover

CSS is valid, but make sure that the link has the "Share" class, if it is inside the DIV Change CSS to:

  div.share a: active {color: # 000000; } Div.share a: Hover {color: #FFFFFF; Background color: # 000000; Text-decoration: None; }  

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -