PDA

View Full Version : Can I do this...?


eddyvlad
09-30-03, 11:14 AM
I've tried it and it didn't work. I don't know if my syntax is wrong or there isn't such features but I hope there's a work around...


.default {COLOR: #FFFFFF; FONT-FAMILY: Arial, Verdana; FONT-SIZE: 10px;}
A.default:link {COLOR: #FFFFFF; FONT-FAMILY: Arial, Verdana; FONT-SIZE: 10px; text-decoration: underline;}
A.default:visited {COLOR: #FFFFFF; FONT-FAMILY: Arial, Verdana; FONT-SIZE: 10px; text-decoration: underline;}
A.default:active {COLOR: #FFFFFF; FONT-FAMILY: Arial, Verdana; FONT-SIZE: 10px; text-decoration: overline;}
A.default:unknown {COLOR: #FFFFFF; FONT-FAMILY: Arial, Verdana; FONT-SIZE: 10px;}
A.default:hover {COLOR: #FFFFFF; FONT-FAMILY: Arial, Verdana; FONT-SIZE: 10px; text-decoration: none; cursor: crosshair}

.title {font-family: "Arial Black", Arial, Verdana; font-size: 12px; color: #FFFFFF;}

.subtitle {font-family: Arial, Verdana; font-size: 11px; color: #FFFFFF; font-weight: bold;}
A.subtitle:link {font-family: Arial, Verdana; font-size: 11px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
A.subtitle:visited {font-family: Arial, Verdana; font-size: 11px; color: #FFFFFF; font-weight: bold;}
A.subtitle:active {font-family: Arial, Verdana; font-size: 11px; color: #FFFFFF; font-weight: bold;}
A.subtitle:unknown {font-family: Arial, Verdana; font-size: 11px; color: #FFFFFF; font-weight: bold;}
A.subtitle:hover {font-family: Arial, Verdana; font-size: 11px; color: #FFFFFF; font-weight: bold;}

Henry
09-30-03, 06:48 PM
ive always done it as:

.subtitle a:hover {code here}
.subtitle a:link {code here}

try that and see if it works

eddyvlad
09-30-03, 11:06 PM
No it didn't work. Hmm... Wonder if there's any workaround to this.