[thelist] JS mouseover problem

Peter Hammar phammar at dplanet.ch
Mon Nov 5 15:41:29 CST 2001


> At the moment the mouseover "thingie" causes flickering and is not pretty
at all
> when the visitor goes from one link to another and the default image
appares in
> a split second between those two images.

Hi,

one solution would be to change your link's display to 'block' and fix their
height :
 a {display:block; height: 20px}
this will remove the space between them and cause the mouseout from link 1
to be
immediatly followed by mouseover of link 2.

hth,
peter





More information about the thelist mailing list