I have a graphic at the top of our page which is just our logo in a bar
going across the screen where the color changes slowly from a lighter shad
to a darker shade like some of the Windows Themes. like this where the
small case x letters are the color transitions:
LOGOxxxxxxxxxxxxxxxxxxxxxxxxxxx
As the window size gets smaller, less of the logo and the bar show like
below.
LOGOxxxxxxxxxxxxxxxxxxxxxxxxxxx
LOGOxxxxxxxxxxxxxxxx
LOGOxxxxxxxx
My problem is that I have a table below the log that holds some content and
I have minimum widths set for the table columns because I want to keep it
legible even in a tight window. Now when a user shrinks the window so much
that they get the scroll bar on the bottom, the graphic at the top look odd
because it is leaving a bunch of white space in the right like so:
LOGOxxxxxxxx
----------------------------
| ???? | ??? ???? | ???? |
----------------------------
I want it so the logo never shrinks below the size that I have set up the
table below. How can I do that?