Last updated March 29, 2009. Created by mrjeeves on December 7, 2008.
Edited by quicksketch. Log in to edit this page.
Welcome to the Handbook for PNG Behave!
This page will be used to compile a list of known class selectors used to fix specific modules and themes. Contribute here and help us automate more fixes for other users.
Please feel free to share all or part of your selector strings here. Please include as much information related to the themes or modules that they fix as you can. If there is enough community support for this project I will develop a detection system of some kind to allow these known classes to be activated automatically or possibly downloaded separately as kits.
I'll start things off by posting my own selector strings:
Include:img, ul, li, .star
the .star is for fivestar ratings and doesn't affect usability of the module (some stars don't get the style to preserve this)
Exclude:.mceToolbarTop, .mceToolbarBottom
These are for TinyMCE 2, the buttons don't really need any help taking a long time to load and there is no noticeable benefit.
Comments
for nice menus with png background
I used
img, .nice-menu li a
It stopped the rollovers from changing the background position.
Nice Menu Fix
The above post did not work for me but this did:
.nice-menu img, .nice-menu ul, .nice-menu liNice Module ;)
Try belatedPNG
HI, I created a module called belatedPNG which is an integration of DD_belatedPNG by Drew Diller, http://drupal.org/node/611816. It supports background image position and a:hover. I have implemented this module using sprite images here: www.anchorrecipes.com. Feel free to comment. Anyway, 1 issue posted in http://www.dillerdesign.com/experiment/DD_belatedPNG is that there is a 1px short for some reasons. and can be fixed by reducing the width as temporary solution.