» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with PNG + HOWTO

How to Fix PNG Support in MediaWiki

$wgVerifyMimeType = false; $wgMimeDetectorCommand = "file -bi";

MediaWiki: del.icio.us/tag/mediawiki

Useful CSS tips:Color and Background - MDC

#container { position: absolute; width: 250px; top: 400px; left: 100px; } #translucentbkg { width: 250px; background-image: url(transparent.png) !important; /* Mozilla only */ background-color: transparent !important; /* Mozilla only */ background-image:

Firefox: del.icio.us/tag/firefox

Useful CSS tips:Color and Background - MDC

filter:alpha(opacity=50); /* Internet Explorer */ -moz-opacity:0.5; /* Mozilla 1.6 and below */ opacity: 0.5; /* newer Mozilla and CSS-3 */

Firefox: del.icio.us/tag/firefox