css - Content floats above the sidebar in my Tumblr theme in Internet Explorer 9. How can I fix that? -
here's tumblr theme.
http://lt-chocolate.tumblr.com/
i checked on internet explorer , content floating above sidebar. there anyway can fix it?
here's css have content section.
#content { background-color: #f2ebd9; float: right; width: 1200px; height: 100%; margin-right: 25px; position: relative; bottom: 296px; clear: both; }
i tried in firebug , works me
#sidebar { float: left; position: relative; margin-top: 30px; width: 350px;/*change size needs*/ } #content { background-color: #f2ebd9; float: left; margin-right: 25px; position: relative; width: 800px;/*change size needs*/ }
Comments
Post a Comment