PDA

View Full Version : CSS roll over


xag
04-12-2010, 10:59 AM
Hello folks..

I was wondering if anyone knew of an extension or some css code on how to do roll over image enlarge. For example if you go to http://www.istockphoto.com and enter something in the search then hover over the image you get a large preview of the image.

I found a couple of things on how to do this with Java but I wanted to know if someone out there had a easy dreamweaver tool to use.

Thanks

xag
04-12-2010, 01:21 PM
Here is a better example of what I want to do http://www.cssplay.co.uk/menu/magnify.html

Jimmy Wu
04-12-2010, 04:36 PM
You can accomplish this by creating divs and setting the visibility and positioning. The visibility would be set to invisible initially. On mouseover, the visibility would be set to visible and the large image would show up. I don't know of any product that will actually set up this functionality for you though.

xag
04-21-2010, 07:09 AM
Hi Jimmy sry for getting back so late but someone actually told me over the weekend the CS4 has spry tips that created this perfectly for me.. Thanks for the help tho!

Jimmy Wu
04-21-2010, 10:40 AM
Great to hear you were able to get it working. If you run into any additional issues, feel free to open a new thread.