SJKate
08-22-2006, 02:21 PM
Hey there all,
OK, I know this is possible!!
I am using DW to design my site. I have the link colors defined in page properties, which I believe puts them in CSS style like so:
a:link {
color: #663399;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #CC3399;
}
a:hover {
text-decoration: none;
color: #000066;
}
a:active {
text-decoration: none;
color: #3333FF;
I have used div layers on this page, and was wondering if it is possible to override these page properties in one of my layers and change the link colors for just that div layer.
If so, what is the formatting for that?
Should I erase the link styles from the page properties?
Help pls!!
OK, I know this is possible!!
I am using DW to design my site. I have the link colors defined in page properties, which I believe puts them in CSS style like so:
a:link {
color: #663399;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #CC3399;
}
a:hover {
text-decoration: none;
color: #000066;
}
a:active {
text-decoration: none;
color: #3333FF;
I have used div layers on this page, and was wondering if it is possible to override these page properties in one of my layers and change the link colors for just that div layer.
If so, what is the formatting for that?
Should I erase the link styles from the page properties?
Help pls!!