B
Brightbelt
Hello -
I'm on FP 2003 and I'm using a navigation table from Fireworks 8 that has
rollover images and exporting it into Frontpage etc. I'm using Frontpage
DWTs as well. My problem is that I have an external style sheet with hover
styles that I've applied to all my pages (to the DWT actually). Here's the
code:
a:link { font-family: Times New Roman; font-size: 12pt; color:
#0000FF;
text-decoration: none }
a:visited { font-family: Times New Roman; font-size: 12pt; color:
#0000FF;
text-decoration: none }
a:hover { font-family: Times New Roman; font-size: 12pt; color:
#000080;
background-color:#33CCCC }
Of course I should maybe complete that code with the a:active part there.
But the problem as you can guess is that the external CSS page is adding a
background color to my navigation table cells on a rollover, which I don't
want it to do.
I've tried creating a table class, say, named ".AudioTable" and setting that
background color to white. I've tried that on an external sheet and as a
single style for my template page, but neither seems to work.
If this necessitates creating an Id type style, I have no idea how to do
that. Any suggestions or help on the CSS needed for this would be much
appreciated. Many Thanks,...Frank
PS This looks so horrible, I can't publish it for public viewing.
I'm on FP 2003 and I'm using a navigation table from Fireworks 8 that has
rollover images and exporting it into Frontpage etc. I'm using Frontpage
DWTs as well. My problem is that I have an external style sheet with hover
styles that I've applied to all my pages (to the DWT actually). Here's the
code:
a:link { font-family: Times New Roman; font-size: 12pt; color:
#0000FF;
text-decoration: none }
a:visited { font-family: Times New Roman; font-size: 12pt; color:
#0000FF;
text-decoration: none }
a:hover { font-family: Times New Roman; font-size: 12pt; color:
#000080;
background-color:#33CCCC }
Of course I should maybe complete that code with the a:active part there.
But the problem as you can guess is that the external CSS page is adding a
background color to my navigation table cells on a rollover, which I don't
want it to do.
I've tried creating a table class, say, named ".AudioTable" and setting that
background color to white. I've tried that on an external sheet and as a
single style for my template page, but neither seems to work.
If this necessitates creating an Id type style, I have no idea how to do
that. Any suggestions or help on the CSS needed for this would be much
appreciated. Many Thanks,...Frank
PS This looks so horrible, I can't publish it for public viewing.