Firefox user here, with weird sidebar issues -SOLVED!!

Feb 17, 2008 03:07

Hey, first time poster.

I've been browsing this community for the last 5 hours and I've found a ton of goodies. Thanks so much!

Here's my problem.

I'm trying to customize my community, and everything was looking spiffy. Then I went to make a post, and whoa, the sidebar drops down below my post. How do I fix this?

I'm using "inked blue", and I'll list my css under the cut. I have to warn you though, I'm brand new to this CSS business and I'm having a hard time wrapping my head around it. So there might be a lot of errors...?



body, #page {
background-color: #3574EC;
background-image: url(http://i9.photobucket.com/albums/a63/lilstiney/drawing/otterfoxartbackground2.jpg);
background-attachment: fixed ;
background-repeat: no-repeat ;
}

#header, #header-content {
background-image: none;

}

#header-inner {
background-color: #3574EC;
background-image: url(http://i9.photobucket.com/albums/a63/lilstiney/drawing/ofheader-2.jpg);
background-repeat: no-repeat ;
height: 222px ;
width: 934px ;
}

#container-inner{margin-left: 189px ;
width: 934px;}

.widget-header,
.widget .widget-header a {
font-family: Verdana, sans-serif;
font-weight: bold;
font-color: #463E41;
}

#header-name a {
font-size: 18px;
font-weight: normal;
}

#header-content-inner {
margin: 20px 22px 117px 88px;
}

Any suggestions? =P

Thanks so much!

--Josie

sidebar:placement

Previous post Next post
Up