please, do you know what the problem is? i cant figure it out, i tried positioning the footer inside the wrapper, outside the wrapper, i cant figure out why the footer is going off to the side like that. any help is GREATLY appreciated. thanks. derek
edit: ok i had to get a little tricky to solve it, i couldnt find any other way. i solved it with the following code.
Code:
#footer {
float: left;
margin: 10px auto 0 15px;
width: 900px;
color: gray;
background-color: black;
text-align: center;
clear: both;
}
the problem is my lower corners are not rounded, when i added "center" to my wrapper background, it created a black spot on the bottom of the shirt, but the corners were rounded again. i decided to take out the "center".
edit: nevermind, i got the bottom corners rounded by increasing the height of the wrapper. yay.
Last edited by silverglade; 08-25-2009 at 05:47 PM..
|