I am stumped and I know its the simplest thing I am missing.
As you can see here.
The header images on the right look like they are under the left images.Code:http://wolphewebdesign.com/Clients/Brandon/
If anyone can point out what I am missing I would appreciate it.
HTML
CSSCode:<body> <center> <div id="container"> <div id="head1"></div> <div id="head2"></div> <div id="head3"></div> <div id="head4"></div> </div><!--Closes container--> </center> </body>
Code:body { background:url(images/bg.jpg); } #container { width:1020px; } #head1 { background-image:url(images/head1.png); height: 86px; width: 512px; float: left; } #head2 { background-image:url(images/head2.png); height:86px; width:538px; } #head3 { background-image:url(images/head3.png); width:512px; height:54px; float: left; } #head4 { background-image:url(images/head4.png); width:538px; height:54px; }



Reply With Quote





Bookmarks