Page 1 of 1

you can't hide this element

Posted: May 4th, 2007, 3:16 pm
by KRC4E2
.
Image
.

Posted: May 4th, 2007, 3:39 pm
by steviex
Moving to Site Discussion.....

Unlikely as it is not an ad... it is a part of the workings of the site, containing links to the knowledge base, and various other mozillazine items.

Posted: May 4th, 2007, 3:45 pm
by BenoitRen
This is best hidden using userContent.css. That particular part doesn't have an ID, though, so I guess it'd take some advanced CSS to select it to hide.

Posted: May 4th, 2007, 3:54 pm
by Daifne
I think I saw a GreaseMonkey script that will hide it...

Posted: May 4th, 2007, 5:10 pm
by old np

Code: Select all

#sidebar > A:first-child + DIV + DIV + DIV { display: none !important; }

Posted: May 4th, 2007, 5:28 pm
by steviex
Unlikely until np finds a snippet of code that does the job.... Hehe (corrected as usual)

Posted: May 5th, 2007, 1:27 am
by James
I use to have the useful links from the sidebar (pretty much what is in top box) in a thin line at top using userContent.css tweaks, but once I got a 20.1 widescreen at 1680x1050 I put most of the side bar back on right to make it so the forum is not as wide. I also do userContent.css tweaks to give the forum a black/grey background rather than the bright white and green look.

Posted: May 8th, 2007, 4:57 am
by Gree Smunky
with GreaseMonkey, YES you can toggle the sidebar on/off.

http://userscripts.org/scripts/show/1262

Posted: May 8th, 2007, 5:20 am
by Frank Lion
<a href="javascript:var disp=%22table-cell%22,node=document.getElementById(%22sidebar%22);style=node.style.display; if (style==%22table-cell%22)disp=%22none%22;void(node.style.display=disp);">Toggle Sidebar</a>

The above is a bookmarklet - just drag that link to your Bookmark Toolbar Folder. Yes, the whole "column" disappears, but I ain't jumping through no hoops on this one.

That one came from dickvl, and there are many other useful bookmarklets listed in, er, the bookmarklet thread in the Tech Forum.

Posted: May 22nd, 2007, 12:55 pm
by Anonymosity
You could probably use Remove It Permanently to remove that.

Posted: September 12th, 2007, 8:38 pm
by c4e2
.
not all, but pretty close

. . . . . . . . . .Image
.
_________________________________________
just Element Hiding Helper