Forum Moderators: not2easy
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]
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!