C
CeeJayUK
Hi all,
I'm pretty new to FrontPage, so please bear with me.
I'm trying to set up my website so that an underline appears when
rolling-over any given link... no other text decoration.
Using the code (below) in a CSS, the site functions perfecting off-line. In
FP Design Mode, links do appear underlined, but function as they should in FP
Preview Mode or viewing the site on my PC (via Windows Explorer).
<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}
</style>
However, when the site is published on-line to a FP supported server, access
the site via IE and all the links are underlined. Yet click on a link once,
and that link starts to function as intended.
Any ideas... please?
CJ
I'm pretty new to FrontPage, so please bear with me.
I'm trying to set up my website so that an underline appears when
rolling-over any given link... no other text decoration.
Using the code (below) in a CSS, the site functions perfecting off-line. In
FP Design Mode, links do appear underlined, but function as they should in FP
Preview Mode or viewing the site on my PC (via Windows Explorer).
<style type="text/css">
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline}
</style>
However, when the site is published on-line to a FP supported server, access
the site via IE and all the links are underlined. Yet click on a link once,
and that link starts to function as intended.
Any ideas... please?
CJ