Hyperlink Rollover not working  
Author Message
SmVubmlmZXI





PostPosted: 2004-11-15 22:16:03 Top

frontpage-client, Hyperlink Rollover not working I want to make my links change color when the mouse is moved over them. I
have done this successfully on the Home page of my website, but cannot get it
to work on the Table of Contents or Alumni pages. I have viewed the HTML for
all pages, and they seem to be the same, but only the Home page works the way
I want it to. What did I do, or not do?

http://members.aol.com/lchs85reunion/index.html
 
Steve Easton





PostPosted: 2004-11-15 23:48:00 Top

frontpage-client >> Hyperlink Rollover not working You need to remove the inline styles for each link because they over ride the style applied in the
head section.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer

"Jennifer" <email***@***.com> wrote in message
news:email***@***.com...
> I want to make my links change color when the mouse is moved over them. I
> have done this successfully on the Home page of my website, but cannot get it
> to work on the Table of Contents or Alumni pages. I have viewed the HTML for
> all pages, and they seem to be the same, but only the Home page works the way
> I want it to. What did I do, or not do?
>
> http://members.aol.com/lchs85reunion/index.html


 
Jens Peter Karlsen[FP MVP]





PostPosted: 2004-11-16 0:03:00 Top

frontpage-client >> Hyperlink Rollover not working This is a multi-part message in MIME format.


That is because you use inline styles to override your Stylesheet.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

> -----Original Message-----
> From: Jennifer [mailto:email***@***.com]
> Posted At: 15. november 2004 15:16
> Posted To: microsoft.public.frontpage.client
> Conversation: Hyperlink Rollover not working
> Subject: Hyperlink Rollover not working
>
>
> I want to make my links change color when the mouse is moved
> over them. I have done this successfully on the Home page of
> my website, but cannot get it to work on the Table of
> Contents or Alumni pages. I have viewed the HTML for all
> pages, and they seem to be the same, but only the Home page
> works the way I want it to. What did I do, or not do?
>
> http://members.aol.com/lchs85reunion/index.html
>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7036.0">
<TITLE>Re: Hyperlink Rollover not working</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>That is because you use inline styles to override your Stylesheet.</FONT>
</P>

<P><FONT SIZE=2>Regards Jens Peter Karlsen. Microsoft MVP - Frontpage. </FONT>
</P>

<P><FONT SIZE=2>> -----Original Message-----</FONT>

<BR><FONT SIZE=2>> From: Jennifer [<A HREF="mailto:email***@***.com">mailto:email***@***.com</A>] </FONT>

<BR><FONT SIZE=2>> Posted At: 15. november 2004 15:16</FONT>

<BR><FONT SIZE=2>> Posted To: microsoft.public.frontpage.client</FONT>

<BR><FONT SIZE=2>> Conversation: Hyperlink Rollover not working</FONT>

<BR><FONT SIZE=2>> Subject: Hyperlink Rollover not working</FONT>

<BR><FONT SIZE=2>> </FONT>

<BR><FONT SIZE=2>> </FONT>

<BR><FONT SIZE=2>> I want to make my links change color when the mouse is moved </FONT>

<BR><FONT SIZE=2>> over them.  I have done this successfully on the Home page of </FONT>

<BR><FONT SIZE=2>> my website, but cannot get it to work on the Table of </FONT>

<BR><FONT SIZE=2>> Contents or Alumni pages.  I have viewed the HTML for all </FONT>

<BR><FONT SIZE=2>> pages, and they seem to be the same, but only the Home page </FONT>

<BR><FONT SIZE=2>> works the way I want it to.  What did I do, or not do?</FONT>

<BR><FONT SIZE=2>> </FONT>

<BR><FONT SIZE=2>> <A HREF="http://members.aol.com/lchs85reunion/index.html">http://members.aol.com/lchs85reunion/index.html</A></FONT>

<BR><FONT SIZE=2>> </FONT>
</P>

</BODY>
</HTML>