Rollover image to unordered list

annemarie

New Member
I've been puzzleling for a week now..
This is what I want:
11ax3y8.jpg


I've tried several things like the onmouseOver and -Out event but then it flickers when moving the mouse over the list items.

There must be a way to get this done other then making the list into an image...
 
I haven't tried a test for what you're doing, but that flickering may unfortunately be part of the browser behavior with a mouseover event. Is it the same with different browsers?

Have you tried doing this with jQuery? Check this page.
 
Top