Here is a question for the HTML and CSS guys here. I've been pulling out my hair on this one.
Why is there so much space below my footer?? Ive checked the HTML and CSS code and i'm not finding anything. These results are consistent with all the browsers...Firefox, IE, Safari, Chrome etc.
Pay no attention to the gawdy colors, I use bright colors to position my DIV's before changing them.
Here is the link: http://sonic.net/~kortag/new.htm
Many Thanks...!!!
Here is the code if you prefer that:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>6
<style type="text/css">
#globalWrapper {
width: 990px;
height: 720px;
margin: 0 auto;
background-color:#666666;
border: thin solid #000000;
}
#header {
width: 990px;
height: 125px;
background-repeat: no-repeat;
}
#navBar {
width: 990px;
height: 30px;
background-color:#73A0D6;
position: relative;
top: 0px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-bottom-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
border-top-style: solid;
}
#leftColumn {
width: 645px;
height: 525px;
padding-left: 5px;
left: 5px;
position: relative;
top: 5px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #FF9966 no-repeat;
}
#leftcolumnArticle {
width: 250px;
height: 525px;
position: relative;
left: 20px;
padding-left: 10px;
-moz-border-radius: 15px;
border-radius: 15px;
line-height: 20px;
background: #009966;
top: -520px;
}
#rightColumn {
width: 323px;
height: 525px;
position: relative;
top: -1075px;
left: 661px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #999966 no-repeat;
}
#footer {
width: 990px;
height: 25px
clear: both;
height: 30px;
left: 0px;
top: -517px;
margin: 0 auto;
position: relative;
background: #73A0D6;
clear: both;
}
.style5 {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
}
.style2 { color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: medium;
}
body {
background-image: url();
background-color: #93ADB7;
}
.style11 { font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
color: #FFFFFF;
}
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
//-->
</script>
</head>
<body>
<div id="globalWrapper">
<div id="header">Header</div> <!--close of header -->
<div id="navBar">Nav Bar </div>
<!--close of navBar -->
<div id="leftColumn"></div> <!-- close of leftColumn -->
<div id="leftcolumnArticle">Left Column Article</div>
<!-- close of leftcolumnArticle -->
<div align="center">
<div id="footer">Footer</div>
<!-- close of footer -->
</div>
<div id="rightColumn"></div>
<!-- close of right Column -->
</div>
<!--close of globalWrapper -->
</body>
</html>
Why is there so much space below my footer?? Ive checked the HTML and CSS code and i'm not finding anything. These results are consistent with all the browsers...Firefox, IE, Safari, Chrome etc.
Pay no attention to the gawdy colors, I use bright colors to position my DIV's before changing them.
Here is the link: http://sonic.net/~kortag/new.htm
Many Thanks...!!!
Here is the code if you prefer that:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>6
<style type="text/css">
#globalWrapper {
width: 990px;
height: 720px;
margin: 0 auto;
background-color:#666666;
border: thin solid #000000;
}
#header {
width: 990px;
height: 125px;
background-repeat: no-repeat;
}
#navBar {
width: 990px;
height: 30px;
background-color:#73A0D6;
position: relative;
top: 0px;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-bottom-style: solid;
border-top-color: #FFFFFF;
border-right-color: #FFFFFF;
border-bottom-color: #FFFFFF;
border-left-color: #FFFFFF;
border-top-style: solid;
}
#leftColumn {
width: 645px;
height: 525px;
padding-left: 5px;
left: 5px;
position: relative;
top: 5px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #FF9966 no-repeat;
}
#leftcolumnArticle {
width: 250px;
height: 525px;
position: relative;
left: 20px;
padding-left: 10px;
-moz-border-radius: 15px;
border-radius: 15px;
line-height: 20px;
background: #009966;
top: -520px;
}
#rightColumn {
width: 323px;
height: 525px;
position: relative;
top: -1075px;
left: 661px;
-moz-border-radius: 15px;
border-radius: 15px;
background: #999966 no-repeat;
}
#footer {
width: 990px;
height: 25px
clear: both;
height: 30px;
left: 0px;
top: -517px;
margin: 0 auto;
position: relative;
background: #73A0D6;
clear: both;
}
.style5 {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
}
.style2 { color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: medium;
}
body {
background-image: url();
background-color: #93ADB7;
}
.style11 { font-family: Arial, Helvetica, sans-serif;
font-size: x-small;
color: #FFFFFF;
}
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a.indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a;}}
}
//-->
</script>
</head>
<body>
<div id="globalWrapper">
<div id="header">Header</div> <!--close of header -->
<div id="navBar">Nav Bar </div>
<!--close of navBar -->
<div id="leftColumn"></div> <!-- close of leftColumn -->
<div id="leftcolumnArticle">Left Column Article</div>
<!-- close of leftcolumnArticle -->
<div align="center">
<div id="footer">Footer</div>
<!-- close of footer -->
</div>
<div id="rightColumn"></div>
<!-- close of right Column -->
</div>
<!--close of globalWrapper -->
</body>
</html>