ok the website that I'm working on here.
I posted it to http://www.kidneysocal.org/cmsms
It shows up almost all rite in safari, but firefox and ie do not seem to show the backround color that is behind the page wrapped. Here is what it looks like in safari, ok wells its and attachment.
the white backround is supposed to go to the very bottom.
also I want to set up a different so that the page you are on (in this case board) stays highlighted.
also please note that this will be in the CMSMS Content management system
These are my only proablems right now.
Please advise. I will post my code below.
Also design critique is always appreciated
thanks
Cooper
I posted it to http://www.kidneysocal.org/cmsms
It shows up almost all rite in safari, but firefox and ie do not seem to show the backround color that is behind the page wrapped. Here is what it looks like in safari, ok wells its and attachment.
the white backround is supposed to go to the very bottom.
also I want to set up a different so that the page you are on (in this case board) stays highlighted.
also please note that this will be in the CMSMS Content management system
These are my only proablems right now.
Please advise. I will post my code below.
Also design critique is always appreciated
thanks
Cooper
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>National Kidney Foundation of Southern California | Board</title>
<link href="css/template.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
color: #3B4E59;
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
#pagewrapper #contentwrap #mcontentwrap div {
}
#pagewrapper #contentwrap #mcontentwrap #wrap #content {
padding: 10px;
height: auto;
width: 567px;
text-align: left;
}
.main {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: 333333;
font-weight: bold;
text-transform: capitalize;
}
-->
</style>
</head>
<body>
<div id="pagewrapper">
<div id="header"></div>
<div id="menu_horiz">
<div id="rightwrap">Home News Education Community Who we are You can help </div>
</div>
<div id="contentwrap">
<div id="mcontentwrap">
<div id="topcontrolwrap">
<div id="path">NKFSc - Who we are - Board </div>
<div class="style1" id="print"><img src="images/00000002.jpg" alt="Print" width="20" height="20" /> <img src="images/00000002-2.jpg" width="20" height="20" /><img src="images/00000002-1.jpg" width="20" height="20" /></div>
</div>
<div id="wrap">
<div id="content">
<p class="main">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
<p class="substyle">Lorem Ipsum Dolor </p>
<p class="content">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus volutpat eleifend nibh. Aenean mattis ipsum et ipsum. Phasellus aliquet tortor in elit. Integer tristique <img src="" alt="" name="image" width="162" height="141" class="image" id="image" />sagittis massa. Maecenas eleifend arcu. Fusce commodo dignissim augue. Vivamus consequat metus et ipsum. Donec enim purus, varius vel, feugiat ut, consectetuer at, sem. Fusce interdum, magna ut lobortis viverra, odio justo blandit purus, quis mollis quam ipsum nec turpis. Phasellus cursus eros vitae ante.</p>
<p class="content">Vivamus consectetuer laoreet ante. Aliquam sit amet ligula sit amet est aliquet volutpat. Nullam ut felis non nisl ullamcorper faucibus. Quisque cursus iaculis mi. Vivamus non est vel justo semper faucibus. Curabitur id nibh. Integer nec dolor at tellus mollis condimentum. Duis vitae arcu at neque semper posuere. Nam eros odio, suscipit nec, porttitor vel, tristique convallis, nisl. Cras vulputate. Nullam placerat purus lobortis est rutrum adipiscing. Quisque rutrum urna dapibus justo. Morbi viverra iaculis mi. Vestibulum massa metus, auctor ac, condimentum sed, congue sed, urna. In hac habitasse platea dictumst. Nullam quis leo.</p>
<p class="content">Nulla sollicitudin porta urna. Curabitur eu ligula. Duis lectus dui, volutpat pulvinar, rutrum in, mattis facilisis, risus. Cras nulla sapien, rutrum quis, consectetuer eget, lacinia eu, est. Vivamus facilisis adipiscing ipsum. Suspendisse potenti. Fusce tempus pede. Fusce in orci. Sed lacus. Nunc aliquet. Curabitur venenatis. Sed sit amet lectus vitae nisi dignissim condimentum.</p>
<p class="content"> </p>
<p class="content"><span class="main">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</span></p>
<p class="substyle">Lorum</p>
<p class="content">Vivamus consequat. Phasellus interdum, lectus vel mattis suscipit, magna arcu <img src="" name="image" width="213" height="185" class="image" id="image" />vestibulum nunc, et venenatis erat velit non tortor. Vestibulum eget sapien. Fusce blandit turpis eget sem. Nulla facilisi. Praesent sapien mi, tincidunt a, bibendum vel, interdum sed, ligula. Etiam quis ante a sapien dictum interdum. Sed accumsan dignissim libero. Curabitur pretium, ante et viverra rhoncus, augue leo blandit sem, sit amet egestas enim nunc et sem. Mauris vestibulum.</p>
<p class="content">Praesent odio risus, volutpat eget, vehicula vel, faucibus eget, pede. Nam massa. Sed iaculis. Cras consectetuer lectus eget dolor. Nunc faucibus auctor neque. Cras mollis tempor odio. Mauris porta libero in velit. Nullam eros. Donec condimentum, est in consectetuer ornare, lectus urna posuere neque, non lobortis augue nisi vel nisl. Nulla sed elit sit amet risus lacinia pretium. Donec fringilla.</p>
</div>
</div>
</div>
<div id="subnav">
<ul>
<li>Subnav 1</li>
<li>Board</li>
<li>Subnav 3</li>
<li>Subnav 4</li>
<li>Subnav 5 </li>
</ul>
</div>
</div>
</div>
</body>
</html>
Code:
body {
margin: 0px;
padding: 0px;
background-color: cccccc;
}
#pagewrapper {
width: 800px;
margin-right: auto;
margin-left: auto;
background-color: #FFFFFF;
height: auto;
position: relative;
border-right-width: thin;
border-bottom-width: thin;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #000000;
border-bottom-color: #000000;
}
#pagewrapper #foot1 {
position: absolute;
bottom: 20px;
left: 1px;
}
#pagewrapper #header {
height: 118px;
background-image: url(../images/header.jpg);
}
#pagewrapper #menu_horiz {
height: 23px;
background-image: url(../images/backnav.jpg);
}
#pagewrapper #menu_horiz #rightwrap {
background-color: #000033;
height: 23px;
width: 593px;
float: right;
background-image: url(../images/backnav.jpg);
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
color: #FFFFFF;
}
#pagewrapper #menu_horiz #rightwrap #wrap ul {
list-style-type: none;
display: inherit;
}
#pagewrapper #menu_horiz #rightwrap #wrap li {
font-family: "Times New Roman", Times, serif;
font-weight: bold;
text-transform: capitalize;
color: #FFFFFF;
font-variant: normal;
height: 23px;
}
#pagewrapper #menu_horiz #rightwrap #wrap {
height: 4px;
}
#pagewrapper #menu_horiz #rightwrap #wrap ul {
height: 23px;
}
#pagewrapper #contentwrap {
margin-top: 7px;
margin-right: 7px;
margin-bottom: 7px;
}
#pagewrapper #contentwrap #subnav {
width: 205px;
border-top-width: thin;
border-top-style: dotted;
border-top-color: #009966;
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #009966;
background-color: #E5E5E5;
}
#pagewrapper #contentwrap #subnav ul {
list-style-type: none;
display: inherit;
}
#pagewrapper #contentwrap #subnav li {
padding: 3px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
text-transform: capitalize;
color: #3B4E59;
font-size: 14px;
border-top-width: thin;
border-bottom-width: thin;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #E5E5E5;
border-right-color: #E5E5E5;
border-bottom-color: #E5E5E5;
border-left-color: #E5E5E5;
}
#pagewrapper #contentwrap #subnav li:hover {
background-color: #F9F9F9;
border-top-width: thin;
border-bottom-width: thin;
border-top-style: dotted;
border-bottom-style: dotted;
border-top-color: #333333;
border-bottom-color: #333333;
}
#pagewrapper #contentwrap #subnav li:link {
color: #3B4E59;
}
#pagewrapper #contentwrap #contentheadwrap {
width: 580px;
float: right;
}
#pagewrapper #contentwrap div {
width: 588px;
float: right;
background-color: #FFFFFF;
}
#pagewrapper #contentwrap #mcontentwrap #topcontrolwrap {
}
#pagewrapper #contentwrap #mcontentwrap #topcontrolwrap #path {
width: auto;
float: left;
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #324651;
padding: 6px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #31424C;
font-variant: small-caps;
text-transform: uppercase;
}
#pagewrapper #contentwrap #mcontentwrap #topcontrolwrap #print {
width: auto;
padding: 2px 6px 2px 2px;
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #3F505F;
}
.content {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: 333333;
padding-left: 13px;
}
.style1 {font-size: 11px}
.substyle {
font-family: Arial, Helvetica, sans-serif;
color: #333333;
text-align: right;
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #6A6A6A;
font-size: 12px;
}
.image {
float: left;
margin: 7px;
border: thin solid #010000;
}
#pagewrapper #footer1 {
position: absolute;
bottom: 99px;
width: 320px;
left: 318px;
}
#pagewrapper .footer {
position: absolute;
height: 10px;
width: 100;
bottom: 10px;
visibility: visible;
}
#pagewrapper #foot {
position: static;
bottom: 1px;
}