PDA

View Full Version : Gal links


TTG
09-16-2005, 09:05 PM
None of the Gal links seem to use the CSS code colors and text decoration ( underline / dotted etc )I've set ?

The Geek
09-17-2005, 08:06 AM
Hmmm... just check something for me.

Change the CSS entires from gal to DEF like this:


a.gal:link {
text-decoration: none;
border-bottom: 1px dotted #016798;
color : #016798;
padding-bottom: 0px
}
a.gal:visited {
text-decoration: none;
border-bottom: 1px dotted #016798;
color : #016798; padding-bottom: 0px
}
a.gal:hover {
text-decoration: underline;
border-bottom: 0px dotted #F8BF24;
color : #016798; padding-bottom: 0px
}


to


a.DEF:link {
text-decoration: none;
border-bottom: 1px dotted #016798;
color : #016798;
padding-bottom: 0px
}
a.DEF:visited {
text-decoration: none;
border-bottom: 1px dotted #016798;
color : #016798; padding-bottom: 0px
}
a.DEF:hover {
text-decoration: underline;
border-bottom: 0px dotted #F8BF24;
color : #016798; padding-bottom: 0px
}


And let me know. I think I know what the problem is :)

TTG
09-17-2005, 10:15 AM
Now whenever I make a test link all link messages are transparent and if I add another test link and refresh .. all linked messages fail to work and link underline disappears!?