Please does anyone know how I can do this ? I've seen it somewhere. When I hover over a title I want the paragraph of details to drop down below it (Smoothly if possible). Many thanks.
You should will any person learn how I am able to try this? We have viewed it someplace. When i hover spanning a name I'd like your paragraph of facts to be able to decline listed below it (Smoothly when possible). Thank you.
You could use onMouseover() to show a div or span that was display:none. Then on onMouseout(), set it to none again.