Re: [css-d] Can a DIV be made invisible to mouse clicks?

2011-04-25 Thread Martin G
Ingo, Georg, Thank you for responding. https://developer.mozilla.org/en/css/pointer-events That is awesome, and exactly the kind of solution I was hoping for. It works for me in Firefox and Chome. Of course, all indications are that it does not work in Internet Explorer. I will, however,

[css-d] Can a DIV be made invisible to mouse clicks?

2011-04-24 Thread Martin G
CSS-d, I am using the jQuery Tools Flowplayer* to create a moving graphic on my page. To give my moving graphics a nice graphical frame, I have a DIV which contains a background which is a PNG image with transparency. In the HTML, the frame DIV comes after all the code that drives the animated

Re: [css-d] Can a DIV be made invisible to mouse clicks?

2011-04-24 Thread G.Sørtun
On 24.04.2011 09:36, Martin G wrote: So, in the end, my question is, can I lay one DIV on top of another without having the top div trapping mouse events that I want the DIV underneath to catch? Only if you can stack the various elements that should take mouse events even higher than the

Re: [css-d] Can a DIV be made invisible to mouse clicks?

2011-04-24 Thread Ingo Chao
Am Sonntag, 24. April 2011 schrieb Martin G ebisumar...@gmail.com: ... So, in the end, my question is, can I lay one DIV on top of another without having the top div trapping mouse events that I want the DIV underneath to catch? you could play with