For the benefit of the group here's our final solution to the issue. With Ralph's fix he tracked down, we got another idea. For TinyBox in IE, we removed the background color (black) and as Ralph suggested disabled the CSS transparency. We then setup a separate style for IE and IE 6. The IE specific style used a semi-transparent png as the background for the div used to dim the background. The IE 6 style uses a black/transparent checkerboard gif as the div background for a psuedo transparency. After all is said and done it works good and also looks good.
Thanks to everyone one for the help, and especially to Ralph for his patience and building the example. :) On Jul 27, 5:13 pm, Ralph Ames <[email protected]> wrote: > >Ok I have to ask how you got working on the second link Ralph? > > http://www.easypagez.com/tinybox/tinyboxGmap.js > > Line 72 and 89 in the tinyboxGmap.js > > e.style.filter='alpha(enabled=false)' > > That's all. > > Ralph --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
