2 zeilige lesenzeichensymbolleiste erzeugen (keine mehrzeili

  • hallo zusammen,

    könnt ihr mir bei der der erstellung einer 2 zeiligen lesezeichensymbolleiste helfen? oder kennt jemand ein add- on dafür?

    ich habe den fuchs der version2.0.0.18 und bin bisher nur auf das erstellen einer "mehrzeilgen" gestossen, mittels userchrom.ccs (was aber auch nicht funktioniert hatjavascript:emoticon(':(')
    Sad )

    vielen dank schon einmal im voraus

  • damit kann man zwar die zeilen der geöffneten "tabs" anpassen, jedoch nicht die anzahl der zeilen der "lesezeichen-symbolleiste" anpassen

    konkret: es soll eine zweite zeile der lesezeichen-symbolleiste erstellt werden, wenn in dem order zu viele lesenzeichen hinterlegt sind für eine zeile
    ich hoffe das war jetzt nicht zu kompliziert ausgedrückt

    oder habe ich da eine einstellung übersehen :roll:

  • genau das meine ich :P :

    "Wenn Deine *LZ-Symbolleiste* bei BEDARF 2-zeilig werden soll, dann ist die Antwort JA."

    nur sollte diese nicht über 2 zeilen hinaus gehen, bzw. ich die maximalen zeilen einstellen können

    dann verart mir bitte wie ich das anstelle
    Danke

  • Dazu gibt es *.css- Code-Schnipsel oder falls Du eine Extension investstieren willst - [1].

    CSS
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    
    
    #bookmarksBarContent {display:block !important; }
    #bookmarksBarContent toolbarseparator {display:inline !important; }
    #bookmarksBarContent .bookmark-item { visibility: visible !important;}
    #overflow-padder { width: auto !important; }

    [1] https://addons.mozilla.org/en-US/firefox/addon/6937

  • besten dank

    nur leider ist das add-on ja erst ab FF 3.x kompatibel :(

    und den css-code habe ich in die userChrome.css unter

    C:\Dokumente und Einstellungen\Sasa\Anwendungsdaten\Mozilla\Firefox\Profiles\2jh9dahq.default\chrome

    eingefügt und den FF neu gestartet

    doch leider passiert da nichts - oder habe ich etwas falsch gemacht javascript:emoticon(':?:')
    Question

  • Extension kann ich mom. nicht auftun; aber *.css- Script (Fx2 getestet!):

    CSS
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    
    
    #bookmarks-ptf {display:block !important; }
    #bookmarks-ptf toolbarseparator {display:inline !important; }
    #bookmarks-ptf .bookmark-item { visibility: visible !important;}
    #overflow-padder { width: auto !important; }
    #bookmarks-chevron { display: none !important; }
  • so habe den code ausprobiert

    ohne erfolg leider. habe dann noch einmal die "localstore.rdf" gelöscht (hatte ich gelesen das man das mal machen sollte), aber auch dann erfolgt der FF-neustart ohne ergebnis

    mir ist augefallen das ich im "chrome" noch eine "userChrome" (ohne ".css" -endung) habe. hat es vielleicht damit etwas zu tun? oder muss das ganze system neu gestartet werden?
    bin echt ratlos

  • Zitat von sasa17

    - habe dann noch einmal die "localstore.rdf" gelöscht (hatte ich gelesen das man das mal machen sollte),


    Also mit der localstore.rdf hat so ein Schnipsel nichts oder nur tangentiell (bei einem corrupten Profil) zu tun. Also lass diese Datei in Deinem intakten Profil aussen vor.

    Kopiere Dir den Schnipsel Fx2 aus Antwort #9 [1]. Öffne mit einem Editor eine neue Datei und füge da diesen Schnipsel ein. Speichere nun die Datei in Deinem Profil- (-nicht Programmordner-) Ordner \chrome unter dem Namen userChrome.css (-keine txt- Datei-) ab. Starte Fx2.

    [Blockierte Grafik: http://img3.imagebanana.com/img/5vsoj7/thumb/BS_073.png]

    PS. Du musst jetzt Deine Fx2- Version noch nicht auf die nächste Versionsebene aufstocken. Es wird (zumind.) noch ein Sicherheits- und Stabiltätsupdate geben. Aber beschäftige Dich schon mal mit Fx3. :wink:

    [1] http://www.firefox-browser.de/forum/viewtopi…p=517944#517944

  • Zitat von pcinfarkt

    PS. Du musst jetzt Deine Fx2- Version noch nicht auf die nächste Versionsebene aufstocken. Es wird (zumind.) noch ein Sicherheits- und Stabiltätsupdate geben.


    Aber dann auch beachten:

    Zitat

    Im letzten Update für den Firefox-Browser 2.0 wird die Anti-Phishing-Funktion nicht mehr enthalten sein. Der Schutz wird entfernt, da Firefox 2 eine Version des Safe-Browsing-Protokolls nutzt, die von Anbieter Google nicht länger unterstützt wird.


    Quelle: http://www.golem.de/0812/63985.html

  • ...heißt das nun das FF ab nun ein "lückenenhaftes programm" wird? und man so oder so wechseln muss in nächster zeit (kürze)?

    ok, erst einmal zurück zum eigtl. problem

    ich hatte ja wie schon beschrieben den "SCHNIPSEL" eingefügt in:

    C:\Dokumente und Einstellungen\Sasa\Anwendungsdaten\Mozilla\Firefox\Profiles\2jh9dahq.default\chrome

    dort hatte ich die datei "userChrome-example" kopiert, den Inhalt mit dem des"SCHNIPSELS" überschrieben und umbenannt in "userChrome.css"
    aber es ändert sich nach wie vor nichts!

    im "chrome" -ordner befindet sich noch weitere dateien:

    userChrome
    mit dem Inhalt:

    tab[selected="true"] {

    color: black !important;
    background-color: rgb(255,0,128) !important;
    }

    tab {
    -moz-appearance: none !important;
    }


    userChrome-example
    mit dem Inhalt:

    /*
    * Edit this file and copy it as userChrome.css into your
    * profile-directory/chrome/
    */

    /*
    * This file can be used to customize the look of Mozilla's user interface
    * You should consider using !important on rules which you want to
    * override default settings.
    */

    /*
    * Do not remove the @namespace line -- it's required for correct functioning
    */
    @namespace url("http://www.mozilla.org/keymaster/gate…ere.is.only.xul"); /* set default namespace to XUL */


    /*
    * Some possible accessibility enhancements:
    */
    /*
    * Make all the default font sizes 20 pt:
    *
    * * {
    * font-size: 20pt !important
    * }
    */
    /*
    * Make menu items in particular 15 pt instead of the default size:
    *
    * menupopup > * {
    * font-size: 15pt !important
    * }
    */
    /*
    * Give the Location (URL) Bar a fixed-width font
    *
    * #urlbar {
    * font-family: monospace !important;
    * }
    */

    /*
    * Eliminate the throbber and its annoying movement:
    *
    * #throbber-box {
    * display: none !important;
    * }
    */

    /*
    * For more examples see http://www.mozilla.org/unix/customizing.html
    */

    und
    userContent-example
    mit Inhalt:

    /*
    * Edit this file and copy it as userContent.css into your
    * profile-directory/chrome/
    */

    /*
    * This file can be used to apply a style to all web pages you view
    * Rules without !important are overruled by author rules if the
    * author sets any. Rules with !important overrule author rules.
    */

    /*
    * example: turn off "blink" element blinking
    *
    * blink { text-decoration: none ! important; }
    *
    */

    /*
    * example: give all tables a 2px border
    *
    * table { border: 2px solid; }
    */

    /*
    * example: turn off "marquee" element
    *
    * marquee { -moz-binding: none; }
    *
    */

    /*
    * For more examples see http://www.mozilla.org/unix/customizing.html
    */


    ich hoffe das war nun nicht zu ausführlich
    kann es an einer der dateien liegen das es bei mir nicht zum gewünschten ergebnis kommt?

  • sasa17 hat Folgendes geschrieben:

    Zitat


    nur leider ist das add-on ja erst ab FF 3.x kompatibel

    Hallo, FF2 läuft in Kürze aus. Vielleicht überlegst Du Dir mal auf FF3 zu upgraden. Bei mir läuft Multi Row richtig gut

    Falls Du ein Upgrade machst, bitte vorher Dein Profil sichern!!! Falls Doch mal was passiert

    angelheart

    …Wie viele rätselhafte Städte unter der Erde baut nicht das, was wir das Herz nennen!… (Lars Gustafsson)

    Firefox 43.0.1