|
Fixed Positioning Min-Width?
I'm building a progressive site using position: fixed on many elements, with an alternate more basic fixed-width site for older browsers and PDAs. I have elements that are fixed to both the left and right sides of the window. When you make the browser very narrow they overlap. I was wondering if there was any way to prevent this, or if that is just an inherent problem with using fixed widths.
|