SITE SEARCH

Search this Blog
Search the Web
Powered by Google

Monday, June 26, 2006

Digg V3 with Right Hand Menu

Move the menu on Digg back to the right hand side in Firefox. You can add this code to the "Stylish" extension or add it to "userContent.css"

*For Windows userContent.css is located at: C:Documents and Settings%User Name%Application DataMozillaFireFoxProfiles[Weird Name]Chrome

From site:
@-moz-document domain(digg.com), domain(www.digg.com) {
a { text-decoration: none !important; font-weight: bold !important; }
#top_ad, .banner_ad {display: none !important;}
h3 a { border: none !important; background: none !important; }
#contents, #sidebar { float: left !important; border: none !important; background: none !important;}
#container {background: none !important; }
#sidebar {padding: 20px 0 1em 35px !important;background-position: 0 0; }
#footer {background: none !important;}
}


Also, you can find more of these CSS hacks in the comments of the digg.com story.

read more | digg story

No comments: