Hi all-

I am having a problem when I try to specify a class on a navigation bar. I
have the navigation working but when I try to add a class "utilmenu" the
flyouts break.

Here is the page that works:

http://www.ism.ws/includes/test/newheaderv6.cfm
http://www.ism.ws/files/style/combinedv6.css

Here is a version that breaks:

http://www.ism.ws/includes/test/newheaderv7.cfm
http://www.ism.ws/files/style/combinedv7.css

When I remove the .utilmenu from the code below the flyouts work fine.

/* top level utility navigation links */
div#utilnav a.utilmenu:link, div#utilnav a.utilmenu:visited, div#utilnav
a.utilmenu:active {
    color: #FFFFFF;
    background-color: #153D7A;
    text-decoration: none;
    display: block;
    font-size: x-small;
    width: 8.7em;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #FFFFFF;
    height: 2.1em;
    padding: 0px .55em 0px .55em;
    text-align: center;
    line-height: 2.1em;
}

I have been looking at this for a while and can figure out where I am going
wrong. Any assistance would be great.

Thanks-
Taryn
______________________________________________________________________
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