On 8 mai, 18:53, Els <els.aNOS...@[EMAIL PROTECTED]
> wrote:
> liszt...@[EMAIL PROTECTED]
wrote:
> > <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)
>
> Because you have visited the link.
> Try this:
> .element-de-menu a:link,
> .element-de-menu a:visited
> {
> color: #663300;
> text-decoration: none
> }
>
> > Oper and Firefox works fine, IE display not what it should.
>
> Maybe you visited the page in IE, but not in Opera and Firefox.
>
> > I used the span style to get a block effect, maybe this isn't OK ?
>
> If the above doesn't help, try this:
> .element-de-menu a:link span,
> .element-de-menu a:visited span
> {
> color: #663300;
> text-decoration: none
> }
>
> --
> Els http://locusmeus.com/
Ok thanks, your right; as soon as i visited the links, i had the sames
troubles in Firefox as in I.E, so...
L


|