PAID support: Need code to make divs look like they roll down/up when mouse hovers over the Title Link in that div
Will send $5 via paypal to who ever can help.
Hey jQuery gurus, I've decided to use jQ for my phorum mod.
Take a look at this screenshot.
- Basically, each rounded DIV you see has a class of ".threadpreview"
- Inside of the rounded ".threadpreview" divs are the Purple Links you see with an id of "#titlelink"
- below the Links are hidden divs that contain the preview of the post. These hidden divs have an ID of "#hiddenpreview"
- When a user mouses over the link the preview should show. I don't need any fancy roll or fade effects, just the preview div to display during mouseover and hide during mouseout.
How can I do this with jQuery, I'm a complete javascript noob and other than including the jQuery file in the header I have no idea what to do.
-Ks