Results 1 to 3 of 3

Thread: URGENT: Sending divs behind each other

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2012
    Posts
    3

    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.

  2. #2

    Thread Starter
    New Member
    Join Date
    Sep 2012
    Posts
    3

    Re: URGENT: Sending divs behind each other

    Anyone please?

  3. #3
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    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
  •  



Click Here to Expand Forum to Full Width