slashdot sidebar dropdown

slashdot sidebar dropdown
152
****
By eddeye
Last updated May 01 2006
2 installs this week, 135 total.

Turn the left navigation sidebar into a dropdown menu at the top of the page.

Before
After

Install options

Feedback

Reviews

eddeye2 said on May 01 2006

From the author: ok I fixed the problem, new version posted. I was right, this stylesheet was being applied before the site ones and some of the properties were getting overridden. A few !importants put a stop to that. The stylish extension really needs to apply its styles *last*, otherwise things can break every time a site tweaks their styles (or we're forced to put !important after every single property, ugh).

pile0nades said on Apr 30 2006

Very cool. Edit: it doesn't seem to work right on comments pages. It shows the sidebar links, and hovering them pushes the page down. Edit2: I fixed it by putting !important on all the style rules. It only worked the first time for me because the page was already loaded when I applied it. ****