|
I would like to have a div that looks like on the image attached to this thread, but I would like it to be maximum flexible, so that width and height are in %, not in px.
Any ideas how to do that?
Also, I would like to have a layout that have 3 columns, first one should be in percents and second and third in px, but second and third are NOT generated on every page, and I would like the first one to take their space also if they are not generated, so this is an example:
1)
[ div 1 ] [ div 2 ] [ div 3 ]
2)
[ div 1 ] [ div 2 ]
3)
[ div 1 ]
I hope you understand and sorry for bad English!
|