SyntaxFix
Write A Post
Hire A Developer
Questions
This is really easy using jQuery.
For instance:
$(".left").mouseover(function(){$(".left1").show()}); $(".left").mouseout(function(){$(".left1").hide()});
I've update your fiddle: http://jsfiddle.net/TqDe9/2/