HI David,

I got the jumping/no-scroll problem fixed by elminating a javascript call.
It was only an issue in IE 6 and IE 7.

thanks for the screenshot -- it looks like you've enlarged the font size (I
hope it's not defaulting to that!)  I know that on the largest font increase
the text will sometimes hide behind the nav bar (as it appears to be doing
here).  Not sure how to get around that!

Peg
______________________________________________________________________

I would change this:

#menu dt {
        width: 11em;

To this:

#menu dt {
        width: 140px;

That should force your top-level menu items to expand vertically by breaking
the lines rather than expanding the box horizontally.

Walt


______________________________________________________________________
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