Hello All,
Recently I've got the request to place a logo under the toolbox menu. I have one logo defined in the $wgLogo variable. But I don't know what is the best way to put another logo under toolbox menu. Could anyone tell me how to do it?
Best Regards, Leon Kolchinsky
My thought on this is by editing the skin. You should be able to position an image below the toolbox div. You can do this either by absolutely positioning a background image or by including a new div containing the image or with the image as a background.
Good luck! -Courtney
-----Original Message----- From: mediawiki-l-bounces@lists.wikimedia.org [mailto:mediawiki-l-bounces@lists.wikimedia.org] On Behalf Of Leon Kolchinsky Sent: Tuesday, July 10, 2007 5:43 AM To: mediawiki-l@lists.wikimedia.org Subject: [Mediawiki-l] Placing logo under Toolbox menu?
Hello All,
Recently I've got the request to place a logo under the toolbox menu. I have one logo defined in the $wgLogo variable. But I don't know what is the best way to put another logo under toolbox menu. Could anyone tell me how to do it?
Best Regards, Leon Kolchinsky
_______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
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.
mediawiki-l@lists.wikimedia.org