|
Posted by Stuart on 10/24/05 13:14
lets.monroe@gmail.com wrote:
> Ok, I have a curious situation.
>
> A co-worker is preparing a website and he has four images linking to
> four different urls. Said images are under this style...
>
> #enlaces a:link
> {
> margin-top: 1px;
> padding: 29 3 0 3;
> border: 1px solid silver;
> background-color: silver;
> }
>
> #enlaces a:hover
> {
> background-color: white;
> }
>
> Everything is correct. It works, when you hover the mouse over the
> images the background rectangle changes and all. Ok.
>
> The problem is, the style disappears when the image links to
> http://www.debian.org
>
> I mean, really. It works if you link it to http://www.someurl.com,
> http://www.debia.org, http://www.debiar.org, it always works. But if
> the link is http://www.debian.org then the silver background just does
> not show. I thought just like you are thinking right now, "it must be
> something else". But I swear the exact same page works for debiar,
> debial or debiag. Just not if you change the word to debian.
>
> Any clue?
>
> Greetings.
>
Don't forget to define the style for the :visited pseudoclass ;)
--
Stuart Brown <stuart@edesign.cc>
http://www.edesign.cc
[Back to original message]
|