Donna Jones wrote:
> [...] but i don't understand why mozilla and firefox now don't have 
> the division surrounding them.  i could let that go, though, ... 
> http://mainehumanities.org/programs/btr-conference-draft.html

Moz/Fx won't contain floats by default, so you'll have to tell them to
do so. This is in accordance with CSS specs, so don't blame the good
browsers for it :-)

Adding...
#inpagemenu {overflow: hidden;}
* html #inpagemenu {overflow: visible;}
...will make Moz/Fx do as you want, and also save older IE versions from
their own bugs.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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