Does anybody know how to go about showing a div (smoothly) when hovering over another element. e.g hover over a ‘News’ link and then a div with the news will appear and disappear on mouse off.
I’m guessing i would use jQuery for this but does anybody have any pointers where to start?
jQuery hover
With a combination of
fadeInandfadeOut(for showing/hiding thedivwith news smoothly) should do it.