Jack2003
09-07-2003, 11:24 AM
Hi,
A have developed a webpage in dreamweaver-mx. This page contains 2 iframes.
In each frame a different html-page is beeing displayed. I defined a css sheet with the following propperties:
a:link {color: #000000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:visited {color: #000000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:active {color: #FF0000; font-weight : bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:hover {color: #FF0000; font-weight : bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
When I click on a link in the first frame this link is displayd red (#FF0000) but when I click on a link in the second frame the selected link in the first frame is reset to the default clour black (#000000).
What should I do to keep the selected link in the first frame the colour red (#FF0000) when I click on a link in the second frame.
To use the property 'visited' is not good because then all the selected links will turn red as the are activated in the past.
I hope my question is not confusing.
Thanks in advance,
Jack
A have developed a webpage in dreamweaver-mx. This page contains 2 iframes.
In each frame a different html-page is beeing displayed. I defined a css sheet with the following propperties:
a:link {color: #000000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:visited {color: #000000; text-decoration: none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:active {color: #FF0000; font-weight : bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
a:hover {color: #FF0000; font-weight : bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
When I click on a link in the first frame this link is displayd red (#FF0000) but when I click on a link in the second frame the selected link in the first frame is reset to the default clour black (#000000).
What should I do to keep the selected link in the first frame the colour red (#FF0000) when I click on a link in the second frame.
To use the property 'visited' is not good because then all the selected links will turn red as the are activated in the past.
I hope my question is not confusing.
Thanks in advance,
Jack