ed727
3
Thank you for weighing in. I should have clarified that fixed width seems to stop the element from shrinking only until the page width is no longer wide enough to hold the element at its original width. So, if you have an 800px fixed width element, and then shrink the page to less than 800px, the element will now be the page width, not the fixed width.
I tested this on a stand-alone page to confirm the behavior:
Here are some elements on a page that is wider than 800px:
Now here is the page with the browser window narrowed, and the fixed width elements shrink:
This may be an issue of poor documentation. Fixed with may not really be fixed width. It’s just fixed width as long as the page is wide enough to hold it at the original width, then it is variable width based on page width.