View Full Version : Layout help.


Kikiyakero
07-31-2005, 01:38 PM
High everyone,
I 'm makeing a css layout useing a header,left area,and center area.I
need the header area to stetch to the right all the way,the center
layer to stretch both to the right all the way and to the bottom
all the way,and the left area to stretch all the way to the bottom of the
page.Any help would be appreciated,
thanks-Kero

Merike
07-31-2005, 01:59 PM
You should find the layout that suits your need from here: http://www.lissaexplains.com/css3.shtml

Kikiyakero
07-31-2005, 02:04 PM
That's where I got the main CSS from,but it only works for the header
and some of the center,it makes them stretch to the right all the way.But
it doesn't have the part where the left and center areas will stretch
down to the bottom of the page no matter what.Thanks alot though ^_^

Xayeus
08-01-2005, 11:45 AM
Don't quote me on this but I think by adjusting the pixels you can position each column off of your main design (the layout you got from lissa). A person with more knowledge then myself will be able to answer this better but I think this can be done.

the codes are like margin-left:??px

I think if you work with those you can move them around, I know that with images you can, not sure about the layout itself though. Just trying to help as much as I can.