L
lisztnet
Hi,
I beginning to desperate...should one really try to achieve
compatibility with this browser ? For example, here, it doesn't get
the color of the link from the css style :
<div class="col-gauche">
<p> </p>
<div class="element-de-menu">
<a href="#"><span STYLE="display:block"><img src="pl.gif"
alt="Polski" border="1">Polski</span></a>
</div>
CSS :
..element-de-menu a:link
{
color: #663300;
text-decoration: none
}
Color is replaced by the default one (sort of fuschia)
But strangely the hover style is rendered :
..element-de-menu a:hover
{
color: #c63;
text-decoration: none
}
Color is exact rendered !
Oper and Firefox works fine, IE display not what it should.
I used the span style to get a block effect, maybe this isn't OK ?
TIA,
L
I beginning to desperate...should one really try to achieve
compatibility with this browser ? For example, here, it doesn't get
the color of the link from the css style :
<div class="col-gauche">
<p> </p>
<div class="element-de-menu">
<a href="#"><span STYLE="display:block"><img src="pl.gif"
alt="Polski" border="1">Polski</span></a>
</div>
CSS :
..element-de-menu a:link
{
color: #663300;
text-decoration: none
}
Color is replaced by the default one (sort of fuschia)
But strangely the hover style is rendered :
..element-de-menu a:hover
{
color: #c63;
text-decoration: none
}
Color is exact rendered !
Oper and Firefox works fine, IE display not what it should.
I used the span style to get a block effect, maybe this isn't OK ?
TIA,
L