Christian Montoya wrote: >> Patrick, >> I did something similar to what I think you are looking for here: >> http://www.blueheronpondhoa.com/Resources/gallery.asp. >> >> This just uses CSS, but it isn't the most semantic in terms of >> markup. Unfortunately, I don't remember the resource I originally >> got the idea and code from ... >> > > That example has the same problem as the CSS Play version. It doesn't > work in Opera, and even worse, if you click a picture in the middle of > the thumbnails, and then scrolls over another picture while moving > your pointer left, you get an unsightly flash as the hover of another > thumbnail occurs, and then reverts back to the active picture when you > stop hovering. To the average user who knows nothing about this > technique, this looks really weird, as if someone did something wrong. > > I recommend the Javascript or PHP technique, and with that I guess > this topic is closed.
This is a CSS solution to stay on topic. I believe it works in Opera (works in IE5 Mac BTW). The only thing to change would be to replace :hover with :focus and :active to have the images stick. But as Christian said I don't think using both to trigger the swap is a nice solution. http://www.tjkdesign.com/articles/css%20pop%20ups/ Thierry | www.TJKDesign.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
