• 0

CSS links help


Question

Hello:

I've set up a photo gallery with Lightbox 2. My thumbnails are in a table and each one links to the full size photo. The problem I'm having is that because the thumbnails are links they are displaying with the attributes I set up for the website's links in my style sheet.

Here are my link styles

a:link {
	color: #FF9D00;
	text-decoration: none;
}

a:visited {
	color: #FF9D00;
	text-decoration: none;
}

a:hover {
	color: #C62D44;
	text-decoration: underline;
}

a:active {
	color: #C62D44;
	text-decoration: underline;
}

I need my thumbnails to display without any border in any state, how can I????

Thanks.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.