I am in need of assistance with my website, which features various options for left and right containers as well as a center section.
- The left container always stays the same size, but sometimes it may be hidden.
- As for the right container, there are three different options: small, normal, or wide. Only one option will be shown at a time, although there may be instances where none are displayed.
- The center container should expand to fill available space while staying between the left and right containers without causing the right container to drop down to a new line.
Is achieving this layout possible without explicitly specifying widths for each container?
If my explanation is unclear, I have created an example on Fiddle that you can view here: http://jsfiddle.net/WDZFx/13/
Thank you in advance for your help!