Jump to content

CSS Hover not working in IE 6


~n[EO]n~

Recommended Posts

as said in the title , can anybody fix this

 

This i wrote for the link

 <td class="classic"><a href="accueil_classic.php" class="classic">ACCUEIL</a></td>

 

and this is the CSS

 

a.classic{font-family:  DaxCondensed-Medium,Dax-Bold, Dax-BlackExpert, Dax-Black,Verdana, Arial,;
font-size:11px;
color:#595959;
background:#2E2E2E;
text-decoration:none;
display:block;
padding-left:6px;
padding-top:3px;
padding-bottom:3px;
border-bottom:1px solid #242424;
}

a.classic:hover{font-family: DaxCondensed-Medium, Dax-Bold, Dax-BlackExpert, Dax-Black,Verdana, Arial,;
font-size:11px;
color:#FFE4C0;
background:#3D3D3D;
text-decoration:none;
display:block;
padding-left:6px;
padding-top:3px;
padding-bottom:3px;
border-bottom:1px solid #242424;
}

 

It is working in IE 7 and FF but on IE 6 it is not working.

 

When i mouse over on the TD the link works wherever i click on the TD but in IE 6 i need to directly click on the text.

 

Any solution for this

Link to comment
https://forums.phpfreaks.com/topic/72074-css-hover-not-working-in-ie-6/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.