Quote:
Originally Posted by Zachery
Your entire footer area looks a bit fubar.
Two things, you've manually told this object that it needs to be at least this long.
Code:
<div style="width: 943px;" class="floatcontainer footer" id="footer">
and you've got a shadow on it, in your css
Code:
box-shadow: -2px 2px 2px #FFFFFF;
on the footer (.footer) class in your css.
|
Thank you sure. i got it all fixed now. i was wondering why it was like that, but it is fixed.
--------------- Added [DATE]1360813070[/DATE] at [TIME]1360813070[/TIME] ---------------
1 more thing and it bugging me, rather then start a new thread. What the easy way to have a br at the top of the page and at the bottom of the page. Meaning, i like to have the bottom, meaning below the body have a <br> break and one at the very top. Hoping i make it easy to understand.