Results 1 to 1 of 1

Thread: images on top of one another?

  1. #1
    Join Date
    Mar 2008
    Posts
    58
    Thanks
    22
    Thanked 0 Times in 0 Posts

    Default images on top of one another?

    im trying to get two images on top of one another, here is my case:

    RESOLVED


    how its supposed to look:
    preview: www.voigrafic.com/gamesite
    code:
    Code:
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    
    <style type="text/css">
    body {
    background: #222222 url(http://www.voigrafic.com/gamesite/images/res_bg.gif);
    margin:0;
    padding:0;
    height:250px;
    }
    
    #container {
    background-color: transparent;
    width:85%;
    margin: 0 auto;
    }
    
    #gheader {background: #FFFFFF url(http://www.voigrafic.com/gamesite/images/gheader.gif) repeat-x top; height:33px;}
    	#leftwing {background: transparent url(http://www.voigrafic.com/gamesite/images/leftwing.png) left; height:98px; background-repeat:no-repeat;}
    
    
    </style>
    </head>
    <body>
    <div id="leftwing">
    <div id="gheader"></div>
    </div>
    </body>
    </html>
    Last edited by Anexxion; 07-24-2008 at 10:49 PM.

Bookmarks

Posting Permissions

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