bissatch (AT) yahoo (DOT) co.uk wrote:
Wrong approach. You're making the page very difficult to use in a
reasonably-sized browser window (including a maximized window on many
devices). Design for any resolution instead.
Wrong approach. Never set one color without setting other colors (here,
text color and link colors).
Poorly supported, as you have noticed.
Quote:
Please note, the div's 'logo', 'mainNav' and 'footer' I am happy with
the default 'block' for display. However, 'subNav' and 'content' I
would like to display as two columns side by side. |
Simply leave the widths unspecified, defaulting them to auto (=
available width), except - in your case - 'subNav', for which you could
set the width using the em unit, together with float: left.
Quote:
I have tried various assortments of altering display, float and width
for subNav and content div's as well as wrapping the both within a
div> but no results that I am confident will hold up in most
scenarios. |
What's your best attempt with float? There are problems in that approach
as well, but the solutions depend on the page as a whole.