hallo leute,
hab mich mal mit der userCrome.css beschäftigt....
wollte ja eigentlich für ordner in den lesezeichen andere icons haben....
hab mit dem code für den hintergrund geübt, aber nichts tut sich!?
CSS
/* Benutze ein Hintergrundbild für die Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
background-image: url("background.gif") !important;
background-color: none !important;
hab ich hier von
http://firefox.bric.de/index.php?page=tips#app_icon
und dann steht hier noch, was man beachten muss
<a href="http://at2907.roadrunners.lu/Tipps%20&%20Tr…ngen%20%E4ndern">Firefox Tipps und Tricks</a>
aber leider geht es trotzdem nicht, weiß jemand was ich falsch mache??
hier mein code
CSS
/*
* 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/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* Some possible accessibility enhancements:
*/
/* Benutze ein Hintergrundbild für die Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
background-image: url("background.gif") !important;
background-color: none !important;
}
Alles anzeigen
das gif liegt dort auch......