Hello, Please look at this website: http://electroniczone.org/. Look at the section right below the slideshow. See how categories are handled in grids, and when you hover your mouse on any of them, the image of the particular category zooms out a bit. Is there any wordpress plugin capable of doing this feature? Thanks in advance
You should be using Jquery for this. It is really easy to with: $(this).find("YOURDIVNAME").animate({"width": "120%"}); and back: $(this).find("YOURDIVNAME").animate({"width": "100%"}); ----------------------------------------------- WebSprank.com
there's a plugin for that.. I think it's facybox or something like that. If it's not, you can search in lots of plugins that can do that, you can check out codebasket.net and any other source scripts, plugins and widgets that you can find through google.
Image Zoom should do this for you. It is configurable for size so you should be able to zoom a little bit or zoom right in. It is a free Wordpress plugin.