Give this a try. I dont have ie so cant help you there... and download the images and put them in from that script page.
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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>Layout</title>
<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(media/blockdefault.gif) center center repeat-x;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(media/blockactive.gif) center center repeat-x;
}
html {
background:#333333;
}
body {
background: url('bg-main.gif') repeat-x !important;
margin: 0;
padding: 0;
font-family:arial, tahoma, sans-serif;
font-size:13px;
background-color: #333;
}
#containter {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
#header {
background: url('header-bg.gif') no-repeat center;
wdith: 100%;
height: 235px;
margin: 0 auto;
}
#smallContainer {
margin: 0 auto;
padding: 0;
width: 856px;
height: 500px;
background: black center;
}
</style>
</head>
<body>
<div id="container">
<div id="header"> </div>
<div id="smallContainer">
<ul class="solidblockmenu">
<li><a href="http://www.dynamicdrive.com/">Home</a></li>
<li><a href="http://www.dynamicdrive.com/style/" class="current">CSS Examples</a></li>
<li><a href="http://www.dynamicdrive.com/forums/">Forums</a></li>
<li><a href="http://tools.dynamicdrive.com">Webmaster Tools</a></li>
<li><a href="http://www.javascriptkit.com/">JavaScript</a></li>
<li><a href="http://www.cssdrive.com">Gallery</a></li>
</ul>
<br style="clear: left" />
<p class="iepara">Paragraph that follows...</p>
</div>
</div>
</body>
</html>
Bookmarks