Most recent version of Coffee Cup HTML editor, paid version.
I'm using CSS to create my formatting, including a header as well as three columns. The columns on the outside have a fixed width, and the middle varies up to a max size. Although I've set the height attribute to 100% everywhere I can imagine, when I check my page in Firefox the middle section formatting ends when the two outside columns end. BTW It works fine in IE.
I've already added a container div as well as trying the Firefox debug (No luck). Any help would be greatly appreciated. Here is my CSS
<!--
body {
background-color:#CCCCCC;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
width:90%;
height:100%;
max-width:1024px;
text-align:center;
margin-left:auto;
margin-right:auto;
}
div#container {
width:90%;
max-width:1024px;
height:100%;
margin: 0 auto;
text-align: left
}
div#navigate {
width: 100%;
background-repeat: repeat-x;
border-top-style:none;
border-bottom-style:outset;
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
#navigate td{
text-align: center;
}
#navigate a:link {
color: #000099;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
#navigate a:visited {
color: #000099;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
}
#navigate a:hover {
color: #339999;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:underline;
}
div#header {
padding: 0 0 0 0;
margin: 0px;
height: 110px;
text-align:center;
vertical-align:middle;
background-color:#FFFFFF;
border-bottom-style:outset;
}
div#wrapper {
width: 100%;
background-repeat: repeat-x;
background-image:url('Images/blue31.jpg');
margin-top: 0px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
div#main {
background-color:#FFFFFF;
margin-top: 0px;
height:100%;
text-align:justify;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left: 200px;
margin-right: 180px;
line-height: 120%;
padding: 15px 45px 15px 45px;
}
#main hr{
color:#C0C0C0;
border-style:dotted;
}
#main table{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
font-size:12px;
line-height:120%;
text-align:left;
}
#main a:link {
color: #000099;
font-weight:bold;
text-decoration: none;
}
#main a:visited {
color: #000099;
font-weight: bold;
text-decoration: none;
}
#main a:hover {
color: #006600;
font-weight:bold;
text-decoration: underline;
}
div#left {
background-color:#FFFFCC;
background-image:url('Images/leftcolumncorner.gif');
background-repeat:no-repeat;
width: 200px;
height:100%;
color: #000099;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 15px 10px 25px 15px;
border-right-style:ridge;
border-right-color:#666699;
margin-top: 0px;
float: left;
}
#left a:link {
color: #000099;
font-weight:bold;
text-decoration: none;
}
#left a:visited {
color: #000099;
font-weight: bold;
text-decoration: none;
}
#left a:hover {
color: #006600;
font-weight:bold;
text-decoration: underline;
}
#left p {
line-height: 12px;
}
div#right {
background-color:#FFFFCC;
background-image:url('Images/rightcolumncorner.gif');
background-position:right top;
background-repeat:no-repeat;
text-align:left;
width: 180px;
height:100%;
padding: 15px 10px 25px 15px;
margin-top: 0px;
float: right;
border-left-style:ridge;
border-left-color:#666699;
}
div#footer {
padding: 0px;
margin: 0px;
font-family:Bookman Old Style;
font-size: 12px;
Color: #333333;
border-top-style:double;
border-top-color:#999999;
clear:both;
}
-->
http://www.smallbusinessfinanceforum.com
Growing Tomorrow's Profits