Mouseovers not working now - not sure why

http://www.brickwallbuster.com/surname.htm

Could someone please help me with the mouseovers? The mouseovers on HOME -
CONTACT US - SERVICES - PRICING - CATTARAUGUS SURROGATE INDEX - NEWSPAPER
INDEX are working (font changing red) but I seem to have lost the mouseovers
(font changing to red) when I mouse over the letters themselves: A - B - C -
D - etc... I think this happened when I changed the color of the letters...
but I'm not sure where in the code, to get the mouseovers working again.

Unfortunately, I work 99.98% of the time in design view, but I do try to
look at the code and make a few changes in the code to get the effects I
want (usually not knowing what I'm doing.)

Any and all help GREATLY appreciated.

Thank you in advance,
Brenda
Brenda [ Sa, 26 Januar 2008 01:31 ] [ ID #1916787 ]

Re: Mouseovers not working now - not sure why

There has been an inline font style applied, and it is overriding the CSS:
<td width="20%" class="text"><b><a href="asurname.htm">
<font color="#808000">A </font></a></b></td>

Click inside the table, then in the quick tag selector, click the table tag that appears.
This should highlight the entire table containing the letters.
If so, then click Format on the toolbar and then scroll down and click "Remove Formatting"
and then save the page.

--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm



"Brenda" <bhare [at] mchsi.com> wrote in message news:%bvmj.1687$yE1.536 [at] attbi_s21...
> http://www.brickwallbuster.com/surname.htm
>
> Could someone please help me with the mouseovers? The mouseovers on HOME - CONTACT US - SERVICES -
> PRICING - CATTARAUGUS SURROGATE INDEX - NEWSPAPER INDEX are working (font changing red) but I seem to have
> lost the mouseovers (font changing to red) when I mouse over the letters themselves: A - B - C - D - etc...
> I think this happened when I changed the color of the letters... but I'm not sure where in the code, to get
> the mouseovers working again.
>
> Unfortunately, I work 99.98% of the time in design view, but I do try to look at the code and make a few
> changes in the code to get the effects I want (usually not knowing what I'm doing.)
>
> Any and all help GREATLY appreciated.
>
> Thank you in advance,
> Brenda
>
Steve Easton [ Sa, 26 Januar 2008 01:44 ] [ ID #1916789 ]

Re: Mouseovers not working now - not sure why

Steve,

Thank you EVER so much. I do appreciate your help.

Brenda
Brenda [ Sa, 26 Januar 2008 02:12 ] [ ID #1916792 ]

Re: Mouseovers not working now - not sure why

You're more than welcome.
;-)
--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm

"Brenda" <bhare [at] mchsi.com> wrote in message news:%Nvmj.1672$9j6.251 [at] attbi_s22...
> Steve,
>
> Thank you EVER so much. I do appreciate your help.
>
> Brenda
>
Steve Easton [ Sa, 26 Januar 2008 02:17 ] [ ID #1916793 ]

Re: Mouseovers not working now - not sure why

Steve - thank you. That fixed the problem. That takes the font color back
to a lighter color than I had wanted.

I have tested it several times, and every time I change the color of the
font, I loose the mouseover again. Could you please point me to the code
that sets the color, so I can (somehow) change it to a darker green?

Thank you,
Brenda
Brenda [ Sa, 26 Januar 2008 02:24 ] [ ID #1916794 ]

Re: Mouseovers not working now - not sure why

Change this:

<table border="0" width="100%" style="border-collapse: collapse">
<tr>
<td width="96%" class="text" colspan="5">Click on the letter
the surname begins with to view the Surrogate Index:<br>
 </td>
</tr>

To

<table id="letters" border="0" width="100%" style="border-collapse:
collapse">
<tr>
<td width="96%" class="text" colspan="5">Click on the letter
the surname begins with to view the Surrogate Index:<br>
 </td>
</tr>




Then in the style sheet, add

#letters a:link {color: #808000;}

This MUST be after the styles for the hyperlinks, so that the original
link colour is over-ruled for this table.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"Brenda" <bhare [at] mchsi.com> wrote in message
news:HZvmj.1691$9j6.34 [at] attbi_s22:

> Steve - thank you. That fixed the problem. That takes the font color back
> to a lighter color than I had wanted.
>
> I have tested it several times, and every time I change the color of the
> font, I loose the mouseover again. Could you please point me to the code
> that sets the color, so I can (somehow) change it to a darker green?
>
> Thank you,
> Brenda
Ronx [ Sa, 26 Januar 2008 10:51 ] [ ID #1916801 ]

Re: Mouseovers not working now - not sure why

Thank you, Ron. I'll give it a try. MANY THANKS.

Brenda
Brenda [ Sa, 26 Januar 2008 21:49 ] [ ID #1916809 ]
Microsoft » microsoft.public.frontpage.client » Mouseovers not working now - not sure why

Vorheriges Thema: Front Page 2003 work on Office 2000; ease of importing files
Nächstes Thema: Pictures inserting incorrectly?