Jump to content

Global link colors


Guest jkeck

Recommended Posts

Where in the CSS sheets can I set the color of any links that are not already determined by a seperate css style? My main problem is the borders around pictures in the category view. I changed the css so the bordered would be black. It's fine in Firefox but IE is still using the default blue color for links as the border color???

Link to comment
Share on other sites

How did you change CSS?

;) personally, I prefer:

a:link image, a:visited image, a:hover image, a:active image {

     border-color:black;

}

a:link img, a:visited img, a:hover img, a:active img {

     border-color:black;

}




Should work with all browsers  
a:link image {

     border: none;

}

B)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...