On Nov 17, 9:01 pm, tdp <[EMAIL PROTECTED]> wrote: > That is exactly what I needed thanks! You're awesome. Thanks for > your patience with me.
I just fixed a bug. You ought to grab a fresh copy. To control both opacities independently, the two divs must be sibling peers not parent & child. Otherwise, the child opacity will be the product of both opacities. To further complicate things, Internet Explorer & Firefox account for border width differently in quirks mode. You may have to play around with it a bit to make it behave correctly in all browsers. "strict" DOCTYPE may change the DIV placement. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
