oswd_blozilla
<!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>your title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type='text/css'>
html { width: 100% }
body {
font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
font-size: 90%;
color: #3D3535;
background-color: #E4E5E0;
margin: 20px;
padding: 0px;
line-height: 140%;
}
/* Wrapper */
.all {
text-align: center;
width: 100%;
}
/* the container */
.box {
background-color: #FFFFFF;
margin-left: auto;
margin-right: auto;
padding: 20px;
text-align: left;
width: 90%;
}
/*holds the tabs at the top*/
.snazzy {background:transparent;}
.snazzy span {text-align:center; color:#000; margin:0; font-weight:normal;}
.b1, .b2, .b3, .b4 {display:block; font-size:1px;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */ }
.b1, .b2, .b3 {height:1px;}
.b2, .b3, .b4 {border-left:1px solid #fff; border-right:1px solid #fff;}
.b1 {margin:0 5px; background:#fff;}
.b2 {margin:0 3px; border-width:0 2px;}
.b3 {margin:0 2px;}
.b4 {height:2px; margin:0 1px;}
.boxcontent {display:block; border-left:1px solid #fff; border-right:1px solid #fff;}
.red {background:#c00;}
.orange {background:#f90;}
.yellow {background:#b8b800;}
.green {background:#090;}
.blue {background:#00c;}
.indigo {background:#309;}
.violet {background:#c6c;}
#navigation2 {background:transparent; margin:1em auto; height:3em; background:#fff;font-size:12px;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */ }
#navigation2 ul {margin:0; padding:0; list-style-type:none; background:transparent;}
#navigation2 li {display:block; float:left; margin:0 1px;}
.pad {display:block; height:1em;
/* hide overflow:hidden from IE5/Mac */
/* \*/
overflow: hidden;
/* */ }
a.menu2, a.menu2:visited {display:block; text-decoration:none; width:5.5em;}
a.menu2:hover {background:transparent; cursor:pointer;}
a.menu2:hover .boxcontent {padding-bottom:0.8em;}
a.menu2:hover .pad {height:0.2em;}
.header {
padding: 10px;
margin-top:3px;
height: 265px;
background: #fff url(logo.gif) no-repeat;
border:1px solid #000;
}
/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */
/*the container*/
.content {
margin-right: 255px;
padding: 20px;
}
.content h1 {
font-size: 110%;
margin: 10px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border-bottom: 2px solid #090;
}
/*this is the right hand bar, news bar, links bar w/e*/
.sidebar {
margin-top: 40px;
width: 245px;
float: right;
}
.sidebar h1 {
background-color: #090;
color: #FFFFFF;
padding: 3px;
margin: 0px 0px 0px 0px;
font-size: 100%;
font-weight: normal;
}
/*the footer, with copyright*/
.footer {
clear:both;
background-color: #090;
padding: 4px;
font-size: 80%;
text-align: center;
}
/*sets the link colours and style*/
a:link, a:active, a:visited {
color: #A53512;
}
a:hover {
color: #A53512;
text-decoration: none;
}
</style>
</head>
<body>
<div class="all">
<div class="box">
<!-- The menu, tabs -->
<div id="navigation2">
<ul>
<li>
<a class="menu2" href="#"><b class="pad"></b><b class="snazzy"><b class="b1"></b><b class="b2 green"></b><b class="b3 green"></b><b class="b4 green"></b><span class="boxcontent green">Home Page</span></b></a>
</li>
<li>
<a class="menu2" href="#"><b class="pad"></b><b class="snazzy"><b class="b1"></b><b class="b2 red"></b><b class="b3 red"></b><b class="b4 red"></b><span class="boxcontent red">Curriculum</span></b></a>
</li>
<li>
<a class="menu2" href="#"><b class="pad"></b><b class="snazzy"><b class="b1"></b><b class="b2 yellow"></b><b class="b3 yellow"></b><b class="b4 yellow"></b><span class="boxcontent yellow">Contact</span></b></a>
</li>
<li>
<a class="menu2" href="#"><b class="pad"></b><b class="snazzy"><b class="b1"></b><b class="b2 violet"></b><b class="b3 violet"></b><b class="b4 violet"></b><span class="boxcontent violet">Rss</span></b></a>
</li>
</ul>
</div>
<!-- The header -->
<div class="header"></div>
<!-- the sidebar, right column -->
<div class="sidebar">
<h1>Menu 1</h1>
<div class="p2">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since
the 1500s, when an unknown printer took a galley of
type and scrambled it to make a type specimen book.
</p>
</div>
<h1>Menu 2</h1>
<div class="p2">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
</div>
<h1>Valid</h1>
<p>
<a href="http://validator.w3.org/check?uri=referer">xhtml</a>
</p>
<p>
<a href="http://jigsaw.w3.org/css-validator/">CSS</a>
</p>
</div>
<!-- main content area-->
<div class="content">
<h1>Your title here</h1>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical
Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at
Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a
Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the
undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum"
(The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics,
very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..",
comes from a line in section 1.10.32.
</p>
<p>
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those
interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero
are also reproduced in their exact original form, accompanied by English versions from
the 1914 translation by H. Rackham.
</p>
<p>
The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those
interested. Sections 1.10.32 and 1.10.33 from "de Finibus Bonorum et Malorum" by Cicero
are also reproduced in their exact original form, accompanied by English versions from
the 1914 translation by H. Rackham.
</p>
</div>
<div class="clearfix"></div>
<!-- footer, copyright -->
<div class="footer">© from 2006, design by <a href="http://www.sastgroup.com" title="powereb by www.sastgroup.com" >sastgroup.com</a> | <a href="http://www.blozilla.com" title="blozilla.com">blozilla.com</a></div>
</div>
</div>
</body>
</html>
Related examples in the same category