Appearance of One div over another div.

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
habib009pk
Forum Commoner
Posts: 43
Joined: Sun Jul 05, 2009 11:28 pm

Appearance of One div over another div.

Post 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
wajordan
Forum Newbie
Posts: 3
Joined: Fri Oct 30, 2009 8:58 pm

Re: Appearance of One div over another div.

Post 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?
Post Reply