faramineux wrote:
> Here is the basic code I use for links:
>
> a:link {
> color: #5a0113;
> font-size: 13px;
> font-weight: normal;
> text-decoration: none;
> }
>
> a:hover {
> color: #2B4058;
> font-size: 13px;
> font-weight: normal;
> background-color: #fffbdf;
> border-bottom-style: dashed;
> border-bottom-width: 1px;
> }
>
> The 3 linked images - including the logo -  on the page show the  
> styling too on hover! For example when I hover over the logo, the  
> dash line/color appear under the logo. Something is wrong
>   

It is a guessing game until you supply a clickable link to the page in 
question with your post to the list.

In the meantime, try adding this ruleset to your style sheet:

img a:hover {
text-decorarion: none;
border-bottom: none;
}

Best,
~dL







-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to