I suffered through the solution to a minor bug and thought i'd share what i found.
Issue: Using filters (dashboard feature) when i place the filter div above the table div - the drop down menus associated with the filters would disappear behind the table. Applying z index and remove style sheets did no good. I finally tried modifying my emulate setting: old: <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> new: <meta http-equiv="X-UA-Compatible" /> This solved the issue of the disappearing filter drop down. -bp -- You received this message because you are subscribed to the Google Groups "Google Visualization 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-visualization-api?hl=en.
