|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming | |
FireFox 3: How to wrap bookmarks toolbar?
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||||
|
PC Gamer
|
I'm having a lot of trouble. I Googled and found a couple promising answers, but all their codes, when added to my ChromEdit, doesn't wrap my FireFox 3 bookmarks toolbar.
Can anyone help me to get this achieved?
__________________
GamerTag: ItsBobtista
|
|||||||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
Apple Doesn't Love You
|
What do you mean?
|
|||||||||||||
|
|
|
|
#3 (permalink) | ||||||||||||||
|
PC Gamer
|
Well, I have a bunch of bookmarks on my bookmarks toolbar (where RSS feeds usually populate, and then I have some sites on there to get there quickly) and with FireFox 2, I edited the userchrom.css to wrap the bookmarks. When I have too many, a little double arrow symbol appears on the right and I have to click that to make a small menu type window drop down and I get to see the rest of my bookmarks, but after I changed userchrom.css, I was able to have the extra bookmarks wrap and create a second, or even third line depending on how many I had up there.
Quote:
__________________
GamerTag: ItsBobtista
|
||||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||||
|
4.0 GHz
|
I realize that it doesn't resolve your issue, but why not create folders there?
__________________
Got a fast rig? Enjoy overclocking and tweaking? Then put that rig to the test and benchmark for score by joining the OCN HWBot Team
|
|||||||||||||
|
|
|
|
#5 (permalink) | ||||||||||||||
|
PC Gamer
|
Quote:
I just want it to wrap like I'm used to lol
__________________
GamerTag: ItsBobtista
|
||||||||||||||
|
|
|
|
#6 (permalink) | ||||||||||||
|
New to Overclock.net
|
Put this in your userChrome
__________________Code:
/* Multi-row bookmarks toolbar */
#bookmarksBarContent {display:block !important;}
.places-toolbar-items {display:block !important; height: 48px !important;
overflow-y:auto!important;}
#bookmarksBarContent toolbarseparator {display:inline !important;}
#bookmarksBarContent .bookmark-item {visibility: visible !important;}
.chevron {height: 0px !important;}
|
||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|