[Mediawiki-l] Placing logo under Toolbox menu?

Frederik Dohr fdg001 at gmx.net
Tue Jul 10 14:15:44 UTC 2007


> what is the best way to put another logo under toolbox menu.

Try something like this:
     #p-tb {
         padding-bottom: 150px;
         background-image: url(logo.png);
         background-repeat: no-repeat;
         background-position: bottom center;
     }
(You need to adjust the image path and padding to the location and size 
of your image, respectively.)

HTH.


-- F.



More information about the MediaWiki-l mailing list