Thank you Georg,
You dialed me in exactly!
I put the spacers in just because I wanted quick results, but with the
overflow and clear (thought I tried this) I got it.
The % thing was an interesting tidbit!
regards,
Scott
[EMAIL PROTECTED] wrote:
> Suggestions:
>
> 1: get rid of all spacers...
>
> <p><br />
> </p>
>
> ...etc. Instead, add some padding-top to the elements that need space.
>
> 2: add...
>
> h2 {clear: left;}
>
> ...to make it stay below the image - and keep the list below from being
> split up at larger window-widths.
>
> 3: add...
>
> #content {
> overflow-x: hidden;
> }
>
> ...to avoid problems with the italic bug in IE/win. It's otherwise
> especially annoying at narrow windows.
>
> 4: change padding on #content to...
>
> padding: 0 0 0 .8%;
>
> ...to avoid the too early drop of #sidebar in IE/win. IE isn't good at
> making percentages add up, and a padding in px (as you have now) doesn't
> improve on its broken calculations.
>
> regards
> Georg
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/