Re: ImageBundle + PNG transparency + GWT 2.3

2012-11-09 Thread Joseph Lust
GWT does not support IE5. Further, ancient browsers don't not support 
dataurl's either, which are how GWT commonly sprites small images on modern 
browsers. 

Still, there is hope, according to the 
docs
:

> The native format for the composite image is png, and versions of 
> Internet Explorer prior to 7 cannot render png transparerency. To get 
> around this problem, we make use of a plugin built into the operating 
> system.



Sincerely,
Joseph

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/lINArO7K_O8J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



ImageBundle + PNG transparency + GWT 2.3

2012-11-06 Thread Jose MarĂ­a Zaragoza

Hello:

I'm using GWT 2.3 and I've read that ImageBundle manages in a right way the 
IE5+ issue about PNG transparency ? 
Is it right ?

Respect about others images not bundled ( background images in CSS )  , 
what do you recommend to fix this question ? 

Thanks and regards

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/pFi-tF5249IJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.