Posted by John Hosking on 08/22/07 16:00
fj wrote:
> When I put the mouse over a link in Opera the paragraph text and two graphic
> rules reposition themselves slightly. It doesnt do it in IE7, Netscape or
> Firefox. I can't seem to figure out why. Could it be a bug in Opera?
> http://members.bellatlantic.net/~vze2qnht/about.html Any info would be
> appreciated.
Just a guess without studying it too much, but I see this in the CSS:
a {
color: #666;
text-decoration: none; }
a:hover {
color: #000;
border-bottom: solid 2px #000; }
I'm guessing Opera exhibits a different behavior because of the lack of
a 2px bottom border without hover. Don't know why FF doesn't, though.
--
John
Pondering the value of the UIP: http://blinkynet.net/comp/uip5.html
Navigation:
[Reply to this message]
|