I have used my day searching for a solution to this problem and have gotten close but can't quite finailize it.
I actually have it working in IE6 but have problem on FF Mac and Windows and Safari.
I get the left menu to fill with background color but it fills all the way to the end past my footer.
Doctype:
CSS:body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, table, tr, th, td, form {
margin: 0; padding: 0; border: 0; list-style: none; font-size: 100%; font-weight: normal;
}
html, body {
height: 100%
text-align : center;
}
body {
background-color: #F9F4c5;
}
#header {
width: 750px;
margin: 0px auto;
padding: 0px;
}
#container {
padding: 0px;
margin-right: auto;
margin-left: auto;
width: 750px;
min-height: 100%;
margin-top: 0px;
margin-bottom: 0px;
}
/* IE-specific hack */
* html #container {
height: 100%;
}
* html #container{margin-top:-4px;}
#content {
width: 610px;
margin-right: auto;
margin-left: auto;
vertical-align: bottom;
float: right;
}
#btmrtimage {
width: 247px;
position: absolute;
left: 461px;
top: 207px;
}
#contactbut{
width: 70px;
text-align: left;
position: absolute;
margin-top: 15px;
margin-left: 675px;
}
#cones{
text-align: left;
position: fixed;
width: 295px;
bottom: 0px;
right: 0px;
top: 332px;
left: 662px;
}
#lftmenu {
position:absolute;
background-color: #9BD393;
width: 135px;
margin: 0px;
padding: 0px;
background-repeat: no-repeat;
float: left;
background-image: url(../images/toplftmenu.jpg);
background-position: left top;
text-align: right;
min-height: 100%;
}
#hometable {
background-position: bottom;
}
#btm_menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 53%;
font-weight: bold;
color: #FFFFFF;
width: 615px;
margin-left: 135px;
margin-top: 0px;
padding-top: 10px;
}
#btm_locations {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
font-weight: normal;
color: #FFFFFF;
width: 615px;
text-align: left;
margin-left: 135px;
margin-top: 10px;
margin-bottom: 5px;
}
#footer{
background-color: #ae89bd;
width: 750px;
margin-right: auto;
margin-left: auto;
position: absolute;
}
.clearfloats {
line-height: 0px;
font-size: 0px;
clear: both;
height: 0px;
}
PAGE CODE
Untitled Document
0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i 2) {
if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
nbArr[nbArr.length] = img;
for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = args[i+1];
nbArr[nbArr.length] = img;
} }
} else if (event == "over") {
document.MM_nbOver = nbArr = new Array();
for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
nbArr[nbArr.length] = img;
}
} else if (event == "out" ) {
for (i=0; i < document.MM_nbOver.length; i++) {
img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
} else if (event == "down") {
nbArr = document[grpName];
if (nbArr)
for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
document[grpName] = nbArr = new Array();
for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
if (!img.MM_up) img.MM_up = img.src;
img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
nbArr[nbArr.length] = img;
} }
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i


Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis ligula lorem, consequat eget, tristique nec, auctor quis, purus. Vivamus ut sem. Fusce aliquam nunc vitae purus. Aenean viverra malesuada libero. Fusce ac quam. Donec neque. Nunc venenatis enim nec quam. Cras faucibus, justo vel accumsan aliquam, tellus dui fringilla quam, in condimentum augue lorem non tellus. Pellentesque id arcu non


North Kingstown • 30 Ten Rod Road • North Kingstown, RI • 401 294 0091
Cranston Location • 1105 Scituate Avenue • Cranston, RI • 401 944 0707
Web Design • Graphic Solutions for Business, Inc.
Here is a link to the page:
http://www.insidescoopri.com/insidescoop/Untitled-1.html
Any thought here?
Thanks so much for any help anyone can give.
Deb