Log in

View Full Version : Please help, I'm a newb to CSS



steveffg
05-21-2009, 01:16 PM
Hello,

So I have this template I'm working on for my new portfolio site. At the bottom I have a black button bar with buttons that are side interests and not meant for the main navigation.

The problem is that the bar doesn't always stick to the bottom. When you resize the window it does but if a scroll bar shows up the bar gets stuck at it's current point. This makes the bar end up in the middle of the site. How do I get it to always stay at the bottom? Below is a link to the site test and the css sheet. thanks in advance for any help.

http://www.vastergraphics.com/test/

http://www.vastergraphics.com/test/css/mainStyle.css

** it's the section called bottomBar

Medyman
05-21-2009, 01:37 PM
Give this article (http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page) a read and see if it helps.

steveffg
05-21-2009, 05:31 PM
Thanks for the help,

The article helps because it's a solution but my site isn't set up that way. The bottmBtn Bar lives outside the main container because the site is in the center. I guess I will have to figure a way to recode it so the header is in the container. Thanks for the help. I'm sure I'll write back if I'm still stuck