Forum Moderators: not2easy

Message Too Old, No Replies

Hyperlinked Images in Mozilla

Images move when hovered over

         

kr_designs

9:08 pm on Jan 9, 2004 (gmt 0)

10+ Year Member



Hi - this is my first post. Looks like a GREAT place to find stuff out. :-)

I have a problem with a page I built with CSS. When viewing it in Mozilla, hyperlinked images "jump" out of position when hovered over. Do I need to declare a special style or something for hyperlinked images? I don't want them to do anything; just click to the linked page.

(edited to remove link...)

The problem is with the navigation menu near the bottom of the page.

[edited by: kr_designs at 10:54 pm (utc) on Jan. 9, 2004]

iamlost

9:24 pm on Jan 9, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WemasterWorld, kr_designs!

Please edit your post to remove the URL reference to your site as site reviews are against the Terms of Service.

If you post the code (css and html) that applies to the nav menu I (and others) will be happy to help as we can.

kr_designs

10:54 pm on Jan 9, 2004 (gmt 0)

10+ Year Member



Oh, I'm sorry! I wasn't asking for a site review; I just wanted you to be able to see what the problem was. I thought a link would make it easier...again, I'm sorry!

But, in looking at the code, I found Vertical-Align: top; in the a link:Hover style, but not in the regular link and in the visited link styles. By removing that I solved my problem!

Thanks anyway!