|
Thought maybe if I posted the code I could get some feedback. For some reason when I copy my code its linking to webmaster-talk.com. My images are obviously not there they are on my own domain!
HTML:
.<div id="header">
.<div id="banner_left"><img src="http://www.webmaster-talk.com/images/banner_left.jpg" class="header_left" /></div>
.<div id="banner_right"><img src="http://www.webmaster-talk.com/images/banner_right.jpg" class="header_right" /><div id="menu"> | Home | About Us |</div></div>
.</div>
CSS:
/* Header styles */
#header {
background: #254117;
clear:none;
float:left;
width:100%;
padding-top: 5px;
}
#menu {
background-image: url(images/menu_bkgd_1.jpg);
background-repeat: repeat-x;
height: 41px;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
margin: 0px;
overflow: hidden;
clear: right;
}
.header_right {
}
.header_left {
float: left;
width: 210px;
}
#header #menu a {
position: static;
}
Last edited by krocky07; 08-17-2008 at 11:48 PM..
|