I\'m working on a project and need to work out some simple jquery for a text rollover that changes the image in the div behind it.
See the idea here - http://sharif
Hmz considering I understood corectly you want this:
HTML
IDEAS PROJECTS STUDIO
JS
$("#nav").hover(function(){$('#slider').hide();}, function(){$('#slider').show()});