PDA

View Full Version : text-coloration code in css does no longer work?


andreas
Jun-21-2007, 12:49 PM
Hi,
strange thing:
some weeks ago i removed text-decoration for links in some of my galleries with the following code:

.gallery_2817785, .gallery_2810791 #albumDescription a {
text-decoration: none;
color: #cccccc;
}
IMG {
border: 0 none;
}
Now the underlines are back, but i didnīt changed the code as far as i know.
Example: http://werth.smugmug.com/gallery/2817785
(email, web and photo description)

What could be the reason for this?

andreas
Jun-25-2007, 09:30 AM
Hi

:dunno

Allen
Jun-25-2007, 10:06 AM
Hi,
strange thing:
some weeks ago i removed text-decoration for links in some of my galleries with the following code:


Now the underlines are back, but i didnīt changed the code as far as i know.
Example: http://werth.smugmug.com/gallery/2817785
(email, web and photo description)

What could be the reason for this?
Gota do "#albumDescription a" for both

.gallery_2817785 #albumDescription a,
.gallery_2810791 #albumDescription a {
text-decoration: none;
color: #cccccc;
}

andreas
Jun-25-2007, 10:15 AM
Thank you Allen,
the code was there, but it contained an error.