B
Brightbelt
Hi -
I'm on FP 2003, Win XP Pro. This is a followup from an former post titled
"CSS hover style happens in Photo Gallery" (by 'Brightbelt' 2 days ago
6/15/05).
I've tried to implement a CSS class (it's named 'gray') as was suggested,
but I'm doing something wrong. Here's the code I'm using: In the head, I've
got....
<style type="text/css">
a:link { font-family: arial; font-size: 10pt; color:"#FFFFFF";
text-decoration: none;
font-weight: bold }
a.gray:link { font-family: arial; font-size: 10pt; color:"#FFFFFF";
text-decoration: none;
font-weight: bold }
a:visited { font-family: arial; font-size: 10pt; color:"#FFFFFF";
text-decoration: none;
font-weight: bold }
a.gray:visited { font-family: arial; font-size: 10pt; color:"#FFFFFF";
text-decoration: none;
font-weight: bold }
a:hover { font-family: arial; font-size: 10pt; color:"#00FFFF";
background color:"#C0C0C0"; text- decoration: none;
font-weight: bold }
a.gray:hover { font-family: arial; font-size: 10pt; color:"006699";
background color:"#C0C0C0"}
</style>
And in the body for the link I've got:
<a class="gray" href="index3.htm" target="_blank">HOME</a>
I should mention that MikeR actually suggested this in the body:
<a class="gray" href="index3.htm">HOME</a>
<a href="index3.htm">HOME</a>
But then I get 2 home links, so I don't know what he meant exactly. To be
honest, I'd rather do this with FP's CSS interface, but the only thing MikeR
mentioned was entering the class name into the style window/interface and I
don't really know the full steps to take with that. I do appreciate any
help...Thanks,..Frank
I'm on FP 2003, Win XP Pro. This is a followup from an former post titled
"CSS hover style happens in Photo Gallery" (by 'Brightbelt' 2 days ago
6/15/05).
I've tried to implement a CSS class (it's named 'gray') as was suggested,
but I'm doing something wrong. Here's the code I'm using: In the head, I've
got....
<style type="text/css">
a:link { font-family: arial; font-size: 10pt; color:"#FFFFFF";
text-decoration: none;
font-weight: bold }
a.gray:link { font-family: arial; font-size: 10pt; color:"#FFFFFF";
text-decoration: none;
font-weight: bold }
a:visited { font-family: arial; font-size: 10pt; color:"#FFFFFF";
text-decoration: none;
font-weight: bold }
a.gray:visited { font-family: arial; font-size: 10pt; color:"#FFFFFF";
text-decoration: none;
font-weight: bold }
a:hover { font-family: arial; font-size: 10pt; color:"#00FFFF";
background color:"#C0C0C0"; text- decoration: none;
font-weight: bold }
a.gray:hover { font-family: arial; font-size: 10pt; color:"006699";
background color:"#C0C0C0"}
</style>
And in the body for the link I've got:
<a class="gray" href="index3.htm" target="_blank">HOME</a>
I should mention that MikeR actually suggested this in the body:
<a class="gray" href="index3.htm">HOME</a>
<a href="index3.htm">HOME</a>
But then I get 2 home links, so I don't know what he meant exactly. To be
honest, I'd rather do this with FP's CSS interface, but the only thing MikeR
mentioned was entering the class name into the style window/interface and I
don't really know the full steps to take with that. I do appreciate any
help...Thanks,..Frank