JaymeNYC
07-30-2008, 10:39 PM
does any1 know why theres a space at the footer? I haven't been able to figure this 1 out :confused:
<div id="bottomcontainer">
<div id="footer" class="floatfix">
<div id="copyright">
<p>Copyright © 2008 <span>Site.</span> All rights reserved.</p>
</div>
<div id="validator">
<p><a id="r" title="This page validates as Valid XHTML 1.0 Strict" href="http://validator.w3.org/check/referer"><abbr title="eXtensible Hypertext Markup Language">XHTML</abbr></a> <span>|</span> <a id="y" title="This page validates as CSS" href="http://jigsaw.w3.org/css-validator/check?uri=referer"><abbr title="Cascading Style Sheets">CSS</abbr></a></p>
</div>
</div>
</div>
#bottomcontainer{
background:#1e1e1e none repeat scroll 0 0;
width: 100%;
padding:0;
margin:0;
clear:both;
}
#footer{
left:50%;
margin-left:-410px;
background:#141414;
position:relative;
width: 820px;
}
#copyright{
float:left;
padding:30px 50px;
}
#copyright p{
text-align:left;
float:left;
clear:left;
margin:0;
}
#validator{
float:right;
padding:30px 50px;
}
#validator p {
margin:0;
}
#validator span {
color:#e4e9ea;
}
#copyright span{
color:#ebe463;
}
thx
<div id="bottomcontainer">
<div id="footer" class="floatfix">
<div id="copyright">
<p>Copyright © 2008 <span>Site.</span> All rights reserved.</p>
</div>
<div id="validator">
<p><a id="r" title="This page validates as Valid XHTML 1.0 Strict" href="http://validator.w3.org/check/referer"><abbr title="eXtensible Hypertext Markup Language">XHTML</abbr></a> <span>|</span> <a id="y" title="This page validates as CSS" href="http://jigsaw.w3.org/css-validator/check?uri=referer"><abbr title="Cascading Style Sheets">CSS</abbr></a></p>
</div>
</div>
</div>
#bottomcontainer{
background:#1e1e1e none repeat scroll 0 0;
width: 100%;
padding:0;
margin:0;
clear:both;
}
#footer{
left:50%;
margin-left:-410px;
background:#141414;
position:relative;
width: 820px;
}
#copyright{
float:left;
padding:30px 50px;
}
#copyright p{
text-align:left;
float:left;
clear:left;
margin:0;
}
#validator{
float:right;
padding:30px 50px;
}
#validator p {
margin:0;
}
#validator span {
color:#e4e9ea;
}
#copyright span{
color:#ebe463;
}
thx