On 12/6/06, Mark Wheeler <[EMAIL PROTECTED]> wrote:
> Hi,
>
> This is just a directory update for the same probelem. Haven't been
> able to solve it yet.
>
> SITE: http://pws.tonedeafstudios.com/
> CSS: http://pws.tonedeafstudios.com/css/global.css
>
> The problem still exists. The css is now all in an external file.

Ok this seems to work for me in FF1.5, IE6, and IE7. These changes
remove the need for some of the width restrictions by setting
white-space to nowrap for anchors and by disabling width and float for
the inner LI elements.

    #nav a
        add  'white-space: nowrap"
        remove the width settings

    #nav li ul
        delete height and width settings

    #nav li li
        delete padding-right and width
        add float: none !important
        add width: auto !important

    #nav li ul ul
        delete margin settings

dcm
______________________________________________________________________
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