first of all I want to thank you for your great Designs!
Unfortunately I've encountered the following bug/problem...
I use the following code in a "Custom HTML" module to select different color styles.
- Code: Select all
<div id="gkStyleArea">
<div><span> Style: </span><select id="gkColors" class="style"><option id="gkColor1">Color-1</option><option id="gkColor2">Color-2</option></select></div>
</div>
Unfortunately this doesn't work with Google chrome. You can select both entries from the drop-down menue BUT in chrome the style doesn't change (in IE and Firefox it's working).