<body> <div id="container"> <div id="header"><img src="images/header.jpg"></div> <div id="nav"> <img src="images/nav_left.jpg" border="0"> <a href="#"><img src="images/nav_home.jpg" border="0"></a> <a href="#"><img src="images/nav_living_stone.jpg" border="0"></a> <a href="#"><img src="images/nav_events.jpg" border="0"></a> <a href="#"><img src="images/nav_find_us.jpg" border="0"></a> <a href="#"><img src="images/nav_links.jpg" border="0"></a> <a href="#"><img src="images/nav_contact_us.jpg" border="0"></a> <img src="images/nav_right.jpg" border="0"> </div> </div> </body>
CSS:
body{
background-color: #BFAF95;
}
#container{
margin: auto;
width: 715px;
height: 100%;
background-color: black;
}
#header{
width: 100%;
height: 134px;
}
#nav{
width: 100%;
height: 42px;
}
would anyone be in the know about whats causing my problem in the image attached below of the black spaces between my images?
edit: once again my mighty images get past the auto resizer thing
