Rollover effects not working

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I'm new to Frontpage so could be being a bit thick here
but I can't seem to get some rollover effects to work. For
example, if I go into Page Properties & Rollover style and
change the properties for font size, colour, underline,
italics and character spacing, the colour and underline
does not work. Unfortunately all I want is to change the
colour and underline my links.

As an example, in the code is...

<style fprolloverstyle>A:hover {color: #FF0000; text-
decoration: underline; font-style: italic}
</style>

....of this only italics works. What am I doing wrong?

Thanks

Dave
 
Hello Dave,
Most of the style looks Ok. I have just created one and
the code is about the same

<style fprolloverstyle>A:hover {color: #FF0000; font-
weight: bold}
</style>

The colour will not work unless you set the colour of the
text for the hyperlink to default from the normal screen.
Highlight the hyperlink's text
Click the drop arrow on the text colour tool button
Select Default Colour

The only other thing of course is that the link has to
have a URL set in its hyperlink property

If all else fails - you can underline the text manually

Hope this helps
Mike
 
Thanks for that - I've got the colour working now - I had
changed the colour of the text which I guess is why it
didn't work. Still can't get underline to work though.

Thanks

Dave
:o)
 
Back
Top