On Thu, 13 Nov 2008 23:16:47 +0200, Jukka K. Korpela wrote:
> Wade Smart wrote:
>
>> www.questrealtybartlesville.com
>>
>> If you are viewing from Firefox 3.0.3 (and possibly other versions as well) 
>> the
>> header graphic had a blue line around it.
>>
>
> That's because it's a link.
>
[...]
> Admittedly the border looks odd now. But I wonder how users are supposed to 
> guess that
> if there is no colored border around it. But I digress.
>
[...]

Good point. One technique I have used is to add opacity to the image.
Combined with a suitable background-color, this should help. (Admittedly
only if the visitor hovers or tabs to that area. It's a widely enough used
convention that this *may* not be a problem.)

#header  a:hover,
#header  a:focus {
   background-color: #000;
   opacity: .75;
   filter: alpha(opacity=75);
)

This is just a suggestion.

Cordially,
David
--

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to