Alex McPherson wrote:
> I've put up a screenshot of what I see when I open the page in IE 
> 7(.0.5730.13) at
> 
> http://www.neep.org/HPSE/css/example.jpg

>> http://www.neep.org/HPSE/css/index.html

1: IE/win isn't reacting as intended on the negative margins on
#container, because the #container-div doesn't have Layout.
Also: IE/win's default margins on body are not uniform or identical to
that of other browsers, so 'margin: -8px' won't quite make it.

Zero out the margins on body, and delete those negative margins on
#container. That'll give you the intended line-up.


2: don't wrap h1 & h2 in a paragraph. It's an unnecessary and non-valid
construction that can only make the rendering-problems worse. Paragraphs
can't contain other block-elements.

IE6 and 7 performs as expected on those links - same as in other
browsers AFAICS.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to