Hi
I am new to this framework. I need to understand about the following
if i need to make 3 column layout, where middle one is fixed. Then what i need to do. Because i tried the way it is explained on site, but when there is any text which is more than the left or right column, then that div automaticaly shift down.
I thought, framework will automatically calculate like this.
Total Width = 1300 px (screen width)
Middle Fixed Column : 900 pc
left, right : elastic
So, framework should result it like 200-200 (for left and right) automatically and it should not allow that column to become big to overlap or shift middle div down. All three columns should remain in one row.
I can do this by another ways, but can we achieve somehow using this framework.
Thanks in advance
Regards