Hi
Have a "liquid" layout that has fixed width for left side and "elastic" right side. For some reasons can't change markup of the layout.
The trouble is:
Sometimes the right side becomes very wide (depending on the content inside) and horizontal scrolling appears.
Is there an ability to control max width of the right side to prevent horizontal scrolling?
Say I set min and max allowed values and Jquery decides how to deal with it?
Thanks!