thanks Joe for the tip, i tried adding zoom:1 to almost every element but still no luck.
I have pinpointed that the page initially renders correctly in IE6 with opacity by inserting a break point. I can see that all the items get placed on the screen and have 66% opacity. So now I just need to figure out what is happening after the break point that is preventing opacity from working... maybe some code is executing and changes the items haslayout = false as you have suggested... As far as the library, thanks for the compliment. I would expect version 1.0 of the library to be released under LGPL as I have no intentions to sell it. At the moment it is GPL because it is a major feature in a commercial product i'm building and I would hate to see it in a competing product *before* I get to market... On Jul 1, 7:16 am, Joe Cole <[email protected]> wrote: > Firstly, wow that looks amazing! Great work! > > I've run into this before and this solved it for > me:http://joseph.randomnetworks.com/archives/2006/08/16/css-opacity-in-i... > > Are you planning on selling this as a component? Just wondering as I > saw it was gpl. > > Joe > > On Jul 1, 6:21 pm, bradr <[email protected]> wrote: > > > > > I have a calendar component that I am building: > > souce @http://code.google.com/p/gwt-cal > > demo @http://google.latest.gwt-web-calendar.appspot.com/ > > > I am having problems with opacity and ie6, using the "filter:alpha > > (opacity=x)". If you view the above demo in IE6 you will see that > > opacity is not working. > > > I used the IE developer toolbar and I see the filter property is set > > but not being applied. I then exported the entire DOM + style to a new > > html file and opened the file in IE6 and the opacity worked... very > > strange. Just doesn't seem to want to work in my gwt example... > > > Wondering if the community has any suggestions (other than just ignore > > IE6... trust me I would if I could) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
