Home
Tutorials
Tutorials Tutorials
Drupal 6 Moxy Written Tutorials
Configuration
To configure the theme, go to Admin → Theme Manager → Moxy. There you will find a list of all the theme parameters. You can control many aspects of the theme here.
IE6 PNG Fix
The theme has an integrated PNG fix for IE6 that allows transparent PNG32 images to show, as intended, in the IE6 browser. All you need to do is add class="png" to the element such as the change in the following examples:-
<img src="images/sample1.jpg" alt="sample" />
Change to
<img src="images/sample1.jpg" alt="sample" class="png" />