MasterACE15
21st January 08, 01:16 AM
Hello Everyone,
I have a completely working CSS template, except for 1 thing isn't working, the Footer is cowering at the bottom of the right panel in IE, it works fine in Firefox, but the footer appears to be afraid of IE and thus is hiding at the bottom of the right panel.
I have tried a few different things, but aren't having much luck at bringing the footer out into the open.
here is my script:
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
color: #000000;
background-color: blue;
width: 100%;
height: 100%;
}
/* CSS from http://www.tjkdesign.com/articles/liquid/4.asp */
body {min-width:640px}
#head,#nav,#content,#ads,#footer {
overflow:hidden;
display:inline-block
}
/* safari and opera need this */
#head,#footer {width:100%}
#nav,#content,#ads {float:left}
#nav {width:15%}
#content {width:65%}
#ads {width:13.9%}
/* All the Main Sections */
#container {
margin: 0px auto;
position: static;
background-color: white;
border-style: solid;
border-color: navy;
height: 100%;
}
#head {
text-align: center;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 5px;
}
#nav {
float: left;
padding: 5px;
margin-left: 5px;
margin-bottom: 5px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
height: auto;
}
#content {
float: left;
padding: 5px;
margin: 5px;
margin-top: 0px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
height: auto;
}
#ads {
float: left;
text-align: center;
padding: 5px;
margin-right: 5px;
margin-bottom: 5px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
height: auto;
}
#footer {
clear: both;
text-align: center;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
padding-top: 5px;
padding-bottom: 5px;
}
-->
</style>
Any help is greatly appreciated :)
Regards ACE
I have a completely working CSS template, except for 1 thing isn't working, the Footer is cowering at the bottom of the right panel in IE, it works fine in Firefox, but the footer appears to be afraid of IE and thus is hiding at the bottom of the right panel.
I have tried a few different things, but aren't having much luck at bringing the footer out into the open.
here is my script:
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0px;
padding: 0px;
color: #000000;
background-color: blue;
width: 100%;
height: 100%;
}
/* CSS from http://www.tjkdesign.com/articles/liquid/4.asp */
body {min-width:640px}
#head,#nav,#content,#ads,#footer {
overflow:hidden;
display:inline-block
}
/* safari and opera need this */
#head,#footer {width:100%}
#nav,#content,#ads {float:left}
#nav {width:15%}
#content {width:65%}
#ads {width:13.9%}
/* All the Main Sections */
#container {
margin: 0px auto;
position: static;
background-color: white;
border-style: solid;
border-color: navy;
height: 100%;
}
#head {
text-align: center;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
padding-bottom: 5px;
padding-top: 5px;
margin-bottom: 5px;
}
#nav {
float: left;
padding: 5px;
margin-left: 5px;
margin-bottom: 5px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
height: auto;
}
#content {
float: left;
padding: 5px;
margin: 5px;
margin-top: 0px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
height: auto;
}
#ads {
float: left;
text-align: center;
padding: 5px;
margin-right: 5px;
margin-bottom: 5px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
height: auto;
}
#footer {
clear: both;
text-align: center;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-style: solid;
border-color: navy;
background-color: rgb( 171, 173, 252);
padding-top: 5px;
padding-bottom: 5px;
}
-->
</style>
Any help is greatly appreciated :)
Regards ACE