Hello
Like Buddy, Spacers ? or do they get an image ?
PS there are other Tag's then Div's ( you don't need all the classes then)
header
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>12345 12345 12345 12345 12345</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
head+/**/body .fc:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* \*/
* html .fc{height:1%;}
*+html .fc{display:inline-block;}
/* */
.banner{
width:799px;
height:69px;
margin:0 auto;
background:#ffccff url(images/banner.gif)
}
.l{float:left;width:50%;}
* html .x{float:left;width:49.9%;}
.bannerspacerleft,.bannerspacerright{
height:43px;
background: rgb(0,0,0);
}
.bannerspacerleft,.bannercontentmenu{margin:0 10px 0 0;}
.bannerspacerright,.bannersitemenu{margin:0 0 0 10px;}
.bannercontentmenu,.bannersitemenu{padding:3px 5px 3px 5px;}
.bannercontentmenu,.bannersitemenu {font: 11pt arial,sans-serif;}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div class="banner fc">
<div class="l">
<h2 class="bannerspacerleft"></h2>
<h3 class="bannercontentmenu">News | Media | Projects | Supporters | Shop</h3>
</div>
<div class="l x">
<h2 class="bannerspacerright"></h2>
<h3 class="bannersitemenu">Home | Site Map | Contact Us</h3>
</div>
</div>
</body>
</html>
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>12345 12345 12345 12345 12345</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
head+/**/body .fc:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/* \*/
* html .fc{height:1%;}
*+html .fc{display:inline-block;}
/* */
.banner{
width:799px;
height:69px;
margin:0 auto;
background:#ffccff url(images/banner.gif)
}
.l,.r{float:left;width:50%;}
* html .r{float:left;width:49.9%;}
.l h2,.r h2{
height:43px;
background: rgb(0,0,0);
}
.l h2,.l h3{margin:0 10px 0 0;}
.r h2,.r h3{margin:0 0 0 10px;}
.l h3,.r h3{padding:3px 5px 3px 5px;}
.l h3,.r h3{font: 11pt arial,sans-serif;}
</style>
<script type="text/javascript">
</script>
</head>
<body>
<div class="banner fc">
<div class="l">
<h2></h2>
<h3>News | Media | Projects | Supporters | Shop</h3>
</div>
<div class="r">
<h2></h2>
<h3>Home | Site Map | Contact Us</h3>
</div>
</div>
</body>
</html>
Bookmarks