I am using skeleton to make a fluid layout, and it is working well mostly, but I have an issue here with this 2 column layout on magento : http://watchgearonline.co.uk/watch-straps.html
The nav on the left sidebar is set to 3 columns, and the main part on the right is set to 12 columns.
When you reduce the width of the page, the right hand side jumps underneath, and the left hand suddenly becomes very wide to compensate, and it doest look very nice.
I tried to stop it by using CSS max-width: 160px; applied to the left sidebar - and its better but still not very nice. I would prefer if the right hand column did not jump down and just stayed put.
How can I force the right hand column to stay where it is, but still have its size and contents remain fluid? or would it be better to just take skeleton out of this area and have it as static content?