greatbigbrain wrote:
http://dev.10plus1.com/TorontoUnlimited/template-02.htm

1. In IE, the image in the (currently yellow) div is being cut off, whereas in Mozilla it appears as I'd hoped.

Add:
#navbar2 { margin-left: -182px; position: relative; _height: 0;}
...to position it better and make IE/win behave.

2. In Mozilla, my body text div is not centered in the div with the
blue outline, but is in IE (I want it to be).

One solution, add:
#bodycopy {display: inline;}
#bodycopy p {margin: 10px 40px;} /* adjust margins to suit your taste */

Note: pixel-defined fonts don't work, so your page is breaking badly in
all browsers. Even worse are those line-heights in pixels which make
lines overlap in IE/win. Looks messy.
Advice: try relative font-sizes and line-heights, and adjust layout to
cope with that.

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/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to