Jump to content

images overlapping


narjis

Recommended Posts

I've made slices of a psd file and my top navigation has got two images such that one image is overlapping another on one side. But when I try to change padding or margins of logo (in .logo) it hides.Is there any way to overlap two images.

Here is my html code

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link type="text/css" rel="stylesheet" href="style.css" />
<title>tree</title>
</head>

<body>
<div class="wrapper">
<div class="header">
		<div class="logo"><img src="images/logo.gif" /></div>
            <div class="center"><img id="center" src="images/topBan.gif" /></div>
    </div>
    <div class="navigation">
        <ul id="nav-links">
          <li> <a href="#"><img src="images/aboutUs.gif" /></a></li>
       	  <li> <a href="#"><img src="images/portfolio.gif" /></a></li>
          <li> <a href="#"><img src="images/contacts.gif" /></a></li>        	
        </ul>
    </div>
    <div class="content">
    </div>
</div>
</body>
</html>

Here is my css code

@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
width: 100%;
background:#FFF;
}
.wrapper{
margin:0;
padding:0;
width:100%;
}
.header{
margin-left:25%;
margin-right:25%;
}

.header .logo{
margin-top:50px;
width:180px;
}
.header .center{
padding-top:-50px;
overflow:hidden;

}
.navigation {
width:546px;
height:26px;
margin-left:25%;
margin-right:25%;
background-image:url(images/white_12.gif)
}
.navigation ul#nav-links{
float:right;
}
.navigation ul#nav-links li{
list-style:none;
display:inline;
padding-top:10px;
width:26px;
}
.navigation ul#nav-links li a{

width:26px;
}

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.