Style style = temp.getElement().getStyle();
style.setProperty("filter", "alpha(opacity=65)");
style.setProperty("opacity", "0.65");
firebug will tell you what style is in force for each element
HTH
Paul
IE has problems handing setAttribute with any "special" values. So even when it
comes to setting the URL for an image, rather use the setSrc() method in
ImageElement.
I wish someone had told me this earlier when I started coding JavaScript :P
2008/10/13 Jason Morris <lem...@gmail.com>:
--
~~~~~~
Reviews of anything, by anyone;
www.rateoholic.co.uk
Please try out my new site and give feedback :)
Playing with specials browser attributes is a tricky thing . Basically
it will multiply your work at least by 4 ( IE , Firefox , Safari , Opera ).
regards.
Thomas Wrobel a écrit :
AFAIR IE has problems with transparency when showing PNGs (my copy
of GWT in Action is at home, so I can't look it up at the moment).
Regards, Lothar