apezVal
04-10-2003, 08:05 AM
I have this in my pages
A:link {
text-decoration : none;
color : #238b7b;
background-color : transparent;
}
A:visited {
text-decoration : none;
color : #b14e87;
background-color : transparent;
}
A:active {
text-decoration : none;
color : maroon;
background-color : transparent;
so that the links will not display with the default underlining at least with Internet Exporer, yet with Netscape, they are all underlined and some even seem to have thicker lines than others. What's the trick to get 'text and links without under-lines' other than using 'no decoration' or in-line style ...in at least both IE and NS??
A:link {
text-decoration : none;
color : #238b7b;
background-color : transparent;
}
A:visited {
text-decoration : none;
color : #b14e87;
background-color : transparent;
}
A:active {
text-decoration : none;
color : maroon;
background-color : transparent;
so that the links will not display with the default underlining at least with Internet Exporer, yet with Netscape, they are all underlined and some even seem to have thicker lines than others. What's the trick to get 'text and links without under-lines' other than using 'no decoration' or in-line style ...in at least both IE and NS??