Hello,
I have to set a custom inline style with a Dropdownlist!
in IE it works perfect!
But in firefox it doesn't work!
Why?
How can i solve the problem?
for example:
IE:
my <span style="color: #cc0000;customStyle:customValue">red </span>text
Firefox:
my <span style="color: #cc0000;">red </span>text
Thanks for every Post