alexenk
02-18-2009, 05:19 PM
I have a 3 part header, the first part is the logo that incorporates the left hand side of the header. The middle part which is a 1 px repeating slice of the image and the right part which is 3px wide border of the image. I can get the first two to line up properly but I cannot figure out for the life of me figure out how to align the right hand side with the left and middle.
This is the right hand image:
images/header/header_right.gif
index:
<div class="container">
<div id="header"><a href="index.html"><img src="images/header/logo.gif" /></a> </div>
</div>
css:
#header {background-image:url(images/header/header_fill.gif); background-repeat:repeat-x; width:952px; }
img{ border-style:none;}
This is the right hand image:
images/header/header_right.gif
index:
<div class="container">
<div id="header"><a href="index.html"><img src="images/header/logo.gif" /></a> </div>
</div>
css:
#header {background-image:url(images/header/header_fill.gif); background-repeat:repeat-x; width:952px; }
img{ border-style:none;}