trackstr777
01-24-2005, 09:26 PM
Hey guys,
I've been trying to code a layout from a PSD, and I'm rather new at CSS, and having some problems with some stuff that normally would be simple in HTML Tables.
I understand you have to think about design differently with CSS, etc. etc., but I really don't see how to do this any way other than the technique I'm trying to achieve. Basically, I have the header and footer areas coded fine on top of and below the main area (that must stretch vertically). I used a layout I found somewhere online (can't recall where) to get a 3 column layout that stretches each column to the height of the highest column, but the problem is that I need to put DIVs inside of each column, to handle the side bars of the layout. I can get them to 100% height no problem at default height, but as soon as the columns get longer, the individual DIVs do not stretch vertically with their parent column.
http://jfletch.info/portfolio/boredvideo/index2.html
http://jfletch.info/portfolio/boredvideo/style.css
Those are the URLs to the stylesheet and index page, which has the main area colored right now to show the distinct regions. As you can see, the red and blue stretch down, but the actual sidebars do not. Any solutions? Thanks in advance.
EDIT: In Internet Explorer, you can see the sidebars, in Mozilla Firefox, you can't even see them.
I've been trying to code a layout from a PSD, and I'm rather new at CSS, and having some problems with some stuff that normally would be simple in HTML Tables.
I understand you have to think about design differently with CSS, etc. etc., but I really don't see how to do this any way other than the technique I'm trying to achieve. Basically, I have the header and footer areas coded fine on top of and below the main area (that must stretch vertically). I used a layout I found somewhere online (can't recall where) to get a 3 column layout that stretches each column to the height of the highest column, but the problem is that I need to put DIVs inside of each column, to handle the side bars of the layout. I can get them to 100% height no problem at default height, but as soon as the columns get longer, the individual DIVs do not stretch vertically with their parent column.
http://jfletch.info/portfolio/boredvideo/index2.html
http://jfletch.info/portfolio/boredvideo/style.css
Those are the URLs to the stylesheet and index page, which has the main area colored right now to show the distinct regions. As you can see, the red and blue stretch down, but the actual sidebars do not. Any solutions? Thanks in advance.
EDIT: In Internet Explorer, you can see the sidebars, in Mozilla Firefox, you can't even see them.