Forum Moderators: not2easy
my styles
#container {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background-color:#FFF;
}
#topFrame {
height: 77px;
margin: 0;
padding:0px;
text-align:left;
border-bottom-color: #FFF;
border-bottom-style: solid;
border-bottom-width: 2px;
}
#logoTime {
background: transparent url(images/logo.jpg) no-repeat top left;
position: relative;
left: 0px;
top: 0px;
height: 77px;
margin: 0;
padding:0px;
text-align:left;
}
#hearderBar1 {
position: relative;
left: 151px;
top: 0px;
background-color:#EBB223;
height: 20px;
width: 100%;
padding:0px;
text-align:left;
border-bottom-color: #FFF;
border-bottom-style: solid;
border-bottom-width: 1px;
}
#hearderBar2 {
position: relative;
left: 151px;
background-color:#668CBD;
height: 21px;
width: 100%;
padding:0px;
text-align:left;
border-bottom-color: #FFF;
border-bottom-style: solid;
border-bottom-width: 1px;
}
#hearderBar3 {
position: relative;
left: 151px;
background-color:#668CBD;
height: 34px;
width: 100%;
padding:0px;
text-align:left;
border-bottom-color: #FFF;
border-bottom-style: solid;
border-bottom-width: 2px;
}
#sideContainer {
width: 150px;
height: 100%;
}
#sideMenu {
background-color:#668CBD;
height: 150px;
width: inherit;
margin: 0;
padding:0px;
text-align:left;
border-right-color: #FFF;
border-right-style: solid;
border-right-width: 1px;
}
#yellowBar {
background-color:#EBB223;
height: 4px;
margin: 0;
width: inherit;
padding:0px;
text-align:left;
border-bottom-color: #FFF;
border-bottom-style: solid;
border-bottom-width: 2px;
border-top-color: #FFF;
border-top-style: solid;
border-top-width: 2px;
}
<div id="container">
<div id="topFrame">
<div id="logoTime">
<div id="hearderBar1"></div>
<div id="hearderBar2"></div>
<div id="hearderBar3"></div>
</div>
</div>
<div id="sideContainer">
<div id="sideMenu"></div>
<div id="yellowBar"><img src="images/blank.gif" height="0" width="0" /></div>
</div>
</div>
I know thats a lot, but I am very new to this and I am wanting to convert my schools page to all css..to save bandwith, and I am having a heck of a time doing it!