I am facing an issue with a table that should expand to fill 100%
of the width, but also need it to respect a min-width
rule when I resize my browser window. Unfortunately, setting a min-width
directly on the table does not seem to work (tested in Safari's latest version).
Is there a way to achieve this?
<table width="100%" style="min-width:800px">...</table>