Hi,
I am attempting to turn off text shadow. On the page load event I have used:
Appery('currencylist').css('text-shadow', 'none');
where currencylist is the id of a select control. I have also used:
Appery('fuel_pge_currencylist').css('text-shadow', 'none');
where 'fuel_pge_currencylist' is the id set by Appery. Both fail to set the property. How do I achieve this?
Regards,
Joe