javascript - How to move a Div over different frames? -
i have 3 frames in page. have div in 1st frame , want displayed @ center of page 2nd frame there. how do this? can not put code in 2nd frame.
use 'position: absolute'.
more info http://www.w3schools.com/css/css_positioning.asp
also, not use frames - not idea! use div's + ajax.
Comments
Post a Comment