|
-
Oct 12th, 2012, 09:05 AM
#1
Thread Starter
New Member
URGENT: Sending divs behind each other
Code:
#header{
background:url(images/header-background.png) no-repeat;
width:100%;
height:100%;
}
#curve{
background:url(images/curve.png);
width:906px;
height:358px;
position:relative;
top:30px;
}
#curve-down{
background:url(images/curvedown.png);
width:906px;
height:427px;
position:relative;
top:85px;
}
And
Code:
<div id="header">
<div id="curve">
<div id="curve-down">
</div>
</div>
</div>
I want to send #curve on top of #curve-down. i tried z-index but it didn't work eighter. somebody help me please. i need an urgent help please.
-
Oct 12th, 2012, 09:42 AM
#2
Thread Starter
New Member
Re: URGENT: Sending divs behind each other
-
Oct 13th, 2012, 03:21 PM
#3
Re: URGENT: Sending divs behind each other
Can you please show us a visual example also ? Or just post the background images of these divs.
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|