I have to agree with Amanda, we need to see more. Although, from looking at it, your z-index for "map" puts it behind everything else.
On Apr 23, 1:27 pm, Amanda Obringer <[email protected]> wrote: > You really need to send all of the code. It is hard to see what is > overlapping where. How large are these divs? > > > > > > On Fri, Apr 23, 2010 at 11:59 AM, Stodge <[email protected]> wrote: > > I have: > > > <div id="page"> > > <div> > > <div id="workspace"> > > <div id="window"> > > Some random text. > > </div> > > </div> > > <div id="map"> > > <svg><circle...</circle></svg> > > </div> > > </div> > > </div> > > > the workspace and map divs are overlayed over each other; map's z- > > index is -20 and workspace's is -10. > > > I've registered Jquery click functions for the svg circle (works when > > the workspace and map divs are not overlayed) and the window div > > (again works). > > > The window div is about 100px by 100px. If I click on the web page > > outside of the window div I want the svg circle to receive the click, > > not the workspace or map divs. > > > Is this possible? Thanks > > > -- > > -- > > You received this because you are subscribed to the "Design the Web with > > CSS" at Google groups. > > To post: [email protected] > > To unsubscribe: [email protected] > > > Subscription settings: > >http://groups.google.com/group/css-design/subscribe?hl=en > > -- > -- > You received this because you are subscribed to the "Design the Web with CSS" > at Google groups. > To post: [email protected] > To unsubscribe: [email protected] Hide quoted text - > > - Show quoted text - -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
