html - Javascript for hover over one image to bring up another with description in a fixed place -
hey i'm trying create javascript, functions , html coding website working on.i have 8 small images on left hand side. default large image on right. want make when hover on each small image different large image replaces default large image on right hand side description between two.
leftside
small image1
 small image2
 small image3
 small image4
 small image5
 small image6
 small image7
 small image8
middle
                           *small image1 title*                         *small image1 description*   rightside
                                                                *large image*   changes default large image through 8 different large images (and descriptions, default image has no description) when hover on small images. horizontal each other.
any appreciated. thanks
you can put middle , rightside in div, has id rightdiv, can load content of div ajax. onhover can perform new ajax call populate rightdiv new content retrieved ajaxcall.
take @ javascript libary jquery. there can find predefined functions ajax calls , hover etc.
Comments
Post a Comment