Help mi pple
I think everyone have seen those layouts where there are 3 main columns. Two of them/the side colums/ are dynamic/if u change the resolution they change their weight/. Here is an example:
here
So how do I do it only with css? :roll:
Re: 3 columns/dynamic/
Help mi pple
I think everyone have seen those layouts where there are 3 main columns. Two of them/the side colums/ are dynamic/if u change the resolution they change their weight/. Here is an example:
here
So how do I do it only with css? :roll:
You mean something like this: www.pristine-light.com?
I'm not 100% sure if I'm following you if not.
3 columns/dynamic/
I think he means a fluid 3-column layout. Check out http://www.pmob.co.uk/ - they've got lots of different layouts.
3 columns/dynamic/
I think he means a fluid 3-column layout. Check out http://www.pmob.co.uk/ - they've got lots of different layouts.
That's what I thought until I saw his image. Looks like a centered one faux column thing.
Re: 3 columns/dynamic/
BreakBD wrote:Help mi pple
I think everyone have seen those layouts where there are 3 main columns. Two of them/the side colums/ are dynamic/if u change the resolution they change their weight/. Here is an example:
here
So how do I do it only with css? :roll:
You mean something like this: www.pristine-light.com?
I'm not 100% sure if I'm following you if not.
mmm yep just like this one. I could open the source and look how it's done, but It's really messy, so can someone explain mi with 1-2 sentances how can that be done, please? :?
3 columns/dynamic/
body { width: <somewidth>px; margin: 0 auto; background: url(images/somebackground.jpg) repeat-y center top #<somecolor>; }
your image is a single line made way too wide, where the centre part of the image corresponds to your desired page background. Set the colour in the background property to be the desired background colour if someone manages to have a screen wider than your image.