Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkeuch2
    • CommentTimeDec 19th 2008
     permalink
    hello all, sorry tuo just bump in here with a question but I'm a bit blocked by this.

    http://movies.intangible.com.py

    roll over the main menu and you'll see it has dropdown menus... but when you click on the buttons (the ones with the green star), you'll see a weird effect. I checked my stylesheets and I didn't notice any mistakes. by the way here they are

    http://movies.intangible.com.py/dvd.css
    http://movies.intangible.com.py/cssdropdown.css
    •  
      CommentAuthorbenjitastic
    • CommentTimeDec 20th 2008 edited
     permalink
    Try changing this:
    .horizontalcssmenu ul li a:active {
    display: block;
    /*Width of top level menu link items*/
    text-decoration: none;
    }


    To this:
    .horizontalcssmenu ul li a:active {
    display: inline!important;
    padding: 0;
    /*Width of top level menu link items*/
    text-decoration: none;
    }
    • CommentAuthorkeuch2
    • CommentTimeDec 20th 2008
     permalink
    done. still displays a green block to the right!
  1.  permalink
    Oops - it looks like you're missing the "important" text.

    Instead of this:
    .horizontalcssmenu ul li a:active {
    display: inline!; padding: 0;
    }


    It should be this:
    .horizontalcssmenu ul li a:active {
    display: inline!important; padding: 0;
    }
    • CommentAuthorkeuch2
    • CommentTimeDec 21st 2008
     permalink
    works now! thanks, that was great help! :D
    • CommentAuthorcosioo
    • CommentTimeNov 22nd 2009 edited
     permalink
    This worked great, thanks a lot!
Add your comments
    Username Password
  • Format comments as (Help)