PDA

View Full Version : CSS problems...



miggols99
July 28th, 2008, 01:52 PM
For some reason, some pages on my site don't take up the whole page, and take up only a little bit. You can see it on pages like

http://archux.com/page/arch-linux-video-installation-guide

and

http://archux.com/poll

and

http://archux.com/poll/what-your-favourite-video-player

You can see that the #content div doesn't take up all of the space. I've been trying to fix this problem for ages...any ideas?

mr.propre
July 28th, 2008, 03:07 PM
Works under opera. If u use FF, keep in mind that you sometimes need to place the following code in your style sheet.


html, body {
width: 100%;
}

miggols99
July 28th, 2008, 03:26 PM
No it doesn't. If you notice, the actual content div isn't taking up all the room it should. Look at the screenshot.

skip mcshwang
July 28th, 2008, 07:00 PM
This helped me immensely with css positioning:

http://www.barelyfitz.com/screencast/html-training/css/positioning/

billgoldberg
July 28th, 2008, 07:03 PM
For some reason, some pages on my site don't take up the whole page, and take up only a little bit. You can see it on pages like

http://archux.com/page/arch-linux-video-installation-guide

and

http://archux.com/poll

and

http://archux.com/poll/what-your-favourite-video-player

You can see that the #content div doesn't take up all of the space. I've been trying to fix this problem for ages...any ideas?

Damn I thought it was going to be a counterstrike source thread.

:(

Do we even have one?