From: rpmatfurlong on
On one of my web pages http://www.robpendleton.co.uk/Links_page.htm as the
mouse is hovered over a hyperlink the link text shrinks, which I don't like,
and I can't find how to stop it.
Any help would be appreciated.
From: Jon Spivey on
Here's the culprit
<style fprolloverstyle>A:hover {color: #0000FF; text-decoration: underline;
font-family: Trebuchet MS; font-size: 10px; font-weight: bold}</style>

As a minimum remove
font-size: 10px;

You may think that whole line shouldn't be there - it's setting hover links
to blue/underlined which they already are and changing a link to bold on
hover doesn't look too good. If I were you I'd remove the whole line

Cheers,
Jon
http://MyMobileDeal.com

"rpmatfurlong" <rpmatfurlong(a)discussions.microsoft.com> wrote in message
news:DC859C49-32A3-4959-9E79-67FBBB1456BE(a)microsoft.com...
> On one of my web pages http://www.robpendleton.co.uk/Links_page.htm as the
> mouse is hovered over a hyperlink the link text shrinks, which I don't
> like,
> and I can't find how to stop it.
> Any help would be appreciated.