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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.