+ Antworten
Ergebnis 1 bis 3 von 3

Thema: A nice CSS drop down menu on hover, using shinybuttons perhaps.

  1. #1
    Neuer Benutzer
    Registriert seit
    01.09.2009
    Beiträge
    9

    A nice CSS drop down menu on hover, using shinybuttons perhaps.

    Hello,

    I like the look of YAMLs shiny buttons, has anyone successfully integrated a nice drop down menu (on hover) with shiny buttons?

    Something like how jQuery Suckefish works.

    Tips anyone?

    Thanks
    John

  2. #2
    Neuer Benutzer
    Registriert seit
    01.09.2009
    Beiträge
    9

    Re: A nice CSS drop down menu on hover, using shinybuttons perhaps.

    Zitat Zitat von johnniefp Beitrag anzeigen
    Hello,

    I like the look of YAMLs shiny buttons, has anyone successfully integrated a nice drop down menu (on hover) with shiny buttons?

    Something like how jQuery Suckefish works.

    Tips anyone?

    Thanks
    John
    I ended up using Suckfish:
    http://users.tpg.com.au/j_birch/plugins/superfish/

    Worked nicely, wrapped it in a div which I styled similar to .hlist class in yaml.

    If anyone ends up using this then heres a little heads up.
    The dropdown menu has a small CSS z-index issue where I had to add the following to the suckerfish css file to work in ie7 and lower.
    Code:
    .sf-menu, .sf-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 2 /* added this */
    }
    Highly recommend it if you need a nice extendable CSS dropdown menu and as it's jQuery it fits in with the current YAML plugins.

  3. #3
    Neuer Benutzer
    Registriert seit
    14.07.2011
    Beiträge
    1

    Re: A nice CSS drop down menu on hover, using shinybuttons perhaps.

    Its very nice. Disabled all css, the drop down manu still ok. If removed superfish.css, the manu become lists.

+ Antworten

Ähnliche Themen

  1. Und schon wieder der IE...
    Von phyton2706 im Forum YAML 3 & Browser Bugs
    Antworten: 9
    Letzter Beitrag: 24.03.2009, 10:40
  2. Suchebox formatieren
    Von karat205 im Forum HTML, CSS und Gestaltung
    Antworten: 2
    Letzter Beitrag: 27.11.2008, 12:32

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein