David Terrell wrote:

> http://www.cometothewell.org/newsite

> 1.  In IE6, the pop-up doesn't appear above the word, it appears off
> to the right.  Is there any way to fix that?

Create a relation with the parent-li, and don't rely on 'left: auto'.
'left: 0' sounds better, but I can't check since your source-code
doesn't survive clean-up well enough to work in IE6.

<http://validator.w3.org/check?uri=http://www.cometothewell.org/newsite/>

> 2.  In Safari and IE6, the spacing is off between div=left image and
> div=main text.

For IE6, add...
#left-image {display: inline;}
...to "kill" the 'margin-doubling on floats' bug.

> 4. Is there any way to center the page in a browser?

body {width: 800px; margin: 0 auto; position: relative;}

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