Digg Menu

By LouCypher Last update Dec 19, 2007 — Installed 262 times.


Script Summary: Change behavior of the new Digg menu

Remotely hosted version

Script homepage

screenshot

Because of heavy changes on Digg web site, this script isn't working anymore. As a replacement, add the following CSS codes to userContent.css or Stylish extension.

@-moz-document domain(digg.com) {

  #h-sec .h-drop:hover > .submenu-drop,
  #h-sec .h-drop > .submenu-drop:hover {
    display: block !important;
  }

  .submenu-drop {
    padding: 0 10px !important;
    margin-top: -5px !important;
  }

  .submenu-drop > li {
    margin-top: 0 !important;
  }

  .submenu-drop > li:first-child > a {
    border-top: 0 none transparent !important;
  }

}