Results 1 to 3 of 3

Thread: URGENT: Sending divs behind each other

  1. #1
    New Member
    Join Date
    Sep 12
    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
    New Member
    Join Date
    Sep 12
    Posts
    3

    Re: URGENT: Sending divs behind each other

    Anyone please?

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

    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 Athlon X2 5200+, ASUS Motherboard, 2 GB RAM, 400 GB HDD, Nvidia 8600 GT 512MB, 19.5" TFT(Wide), Creative 5.1 Home Theater

    Social Group: VBForums - Developers from India

    Skills: PHP, MySQL, jQuery, VB.Net, VB6, Photoshop...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •