Just try a search for the two keywords in your post: “sidebar down” 🙂
http://search.wordpress.org/sidebar+down
That was helpful, however I’m still having heinous margin problems in ie
http://fragmentsofself.com/test
I’ve been reading on the ie errors and the box model and whatnot but i am so incredibly lost.
I have a question:
#weblog {
background-color: #FFFFFF;
width: 390px;
float: left;
margin-left: 170px
}
#weblog {
background-color: #FFFFFF;
\width: 560px;
w\idth: 390px;
float: left;
margin-left: 170px
}
What do these two items in your CSS relate to?
They are calling the same features.
You have also centered the template in your #Container
margin: 0px auto 0px auto;
Not sure why you are using the margin-left: 170px on the #Weblog part.
try taking the second #Weblog out and take out the margin-left part. You are already using floats.
I thought i had taken out the second # weblog.
I need the margin because if i leave it as just the float, it’s too far over on the left.
I see its fixed… how did you manage it? Looks great!