Brug af filter på A
Hej Eksperter,hvorfor virker filteret ikke på følgende:
css:
__________
.LeftMenu, A.LeftMenu, A.LeftMenu:link, A.LeftMenu:visited, A.LeftMenu:active
{
filter: dropshadow(color=#E6E6E6, offx=4, offy=4);
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: normal;
font-size: 8pt;
font-family: verdana;
line-height: 20px;
}
A.LeftMenu:hover
{
filter: dropshadow(color=#E6E6E6, offx=4, offy=4);
COLOR: #bf141c;
text-decoration: none;
line-height: 20px;
}
__________________________________________________________
HTML:
<table cellpadding="0" cellspacing="0" width="160" border="0" id="LeftMenuMargin">
<tr>
<td width="160">
<a class="LeftMenu" href="xxx.htm">
Menu1
</a>
<br>
<a class="LeftMenu" href="xxx.htm">
Menu2
</a>
<br>
<a class="LeftMenuSelected" href="xxx.htm">
Menu3
</a>
<br>
</td>
</tr>
<table>
