I have a div with thumbnails, partially on top of a large picture, and I need a method to make it invisible until the user moves the mouse over it, at which time it will appear.
I tried changing z-indexes on mouseover, and it worked great in opera, kind of buggy in IE, and not at all in firefox
I also tried changing the innerhtml from nothing to the <ul>... and images in the div, but I guess you can't insert html that's too complicated with innerhtml.
Anyone have any other methods?
I tried changing z-indexes on mouseover, and it worked great in opera, kind of buggy in IE, and not at all in firefox
I also tried changing the innerhtml from nothing to the <ul>... and images in the div, but I guess you can't insert html that's too complicated with innerhtml.
Anyone have any other methods?








