habib009pk Posted October 12, 2009 Share Posted October 12, 2009 Dear friends i have a problem, i want to explain it first I want to display one div over another div i have the div structure as it is <div> <div id="a">it has searching form with click event</div> <div id="b">and it has table which show the data after the clicking the form<div> </div> now let me explain you, div 'a' has the system when we clicked on the content of div aa' the form will appears with sliding panel. now when i gave the fixed width for the div 'a' it is working fine. the form will be contract and expand on click event. Now my requirement is when i click on the content of div 'a' the form will expand on the div 'b' Means div 'a' appears on the other div 'b'. Kindly Helps Me Regarding This Thanks Quote Link to comment Share on other sites More sharing options...
sKunKbad Posted October 13, 2009 Share Posted October 13, 2009 Sounds like you should look into jQuery or Prototype. Showing/Hiding divs is super basic with these javascript frameworks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.