[EMAIL PROTECTED] wrote:
> http://jonesempowerment.com/ Could someone please look at this site 
> which validates and tell me why the h2 block is slipping under the 
> picture and a possible fix, and then let me know of any other 
> problems you see.

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
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to