Page 1 of 1

Appearance of One div over another div.

Posted: Mon Oct 12, 2009 2:43 am
by habib009pk
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

Re: Appearance of One div over another div.

Posted: Mon Nov 02, 2009 1:46 pm
by wajordan
Hey,

Could you post a link to your site so we all can get a better idea of what you're working with?