Grady Kelly wrote:
> http://new.birthyear.net/

> In IE, it appears that the wrapper that I have the colored areas in 
> begins below the nav, right where I would of thought it would.  In 
> Firefox, it appears above the nav, as you will see the black area.

> Could someone please point me in the right direction?

Just tell Firefox (and all other non-IE browsers) to expand past the nav
and isolate those margins.

Adding...

#nav {display: table;}

...will be well understood.

IE doesn't understand any of this, but is saved by its own 'hasLayout' bug.

---

You should also give that page a few steps of font resizing. That's
'ignore font size' in IE/win, and ordinary font resizing in all other
browsers.
It won't line up all that well in any browser, so it could do wit a bit
more flexibility so elements can self-adjust visually.

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