Results 1 to 2 of 2

Thread: Keep Button Clickable Underneath a Div

  1. #1
    Join Date
    Dec 2010
    Posts
    1

    Keep Button Clickable Underneath a Div

    Hi All,

    First time poster here.

    I'm currently working on implementing the GoogleStreetView API to my project. I got the Javascript side of it working. I also have an overlaying div that animates over the map, but this then creates the problem that the G Maps controls are not clickable.

    Obviously I can't do the other hack-ish solutions (such as turning visibility off)... does anybody know of a way to have the overlaying div ignore mouse actions, thereby allowing the bottom div to listen for them instead?

    Here is my test link (please excuse the red balloons!):

    http://jeremytani.artstooge.com/gmaps/

    Thanks in advance!

  2. #2
    Join Date
    Nov 2009
    Posts
    68
    This might help you?

    http://www.quirksmode.org/js/events_order.html
    It discusses event ordering for javascript. You might be able to adapt it to your application.

    Denno

Similar Threads

  1. Clickable DIV or similar?
    By Sturm in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 18 Nov 2010, 09:32 PM
  2. Footer underneath content - No overlapping
    By Sam in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 16 Oct 2009, 03:33 AM
  3. Div overlay blocking underneath's content
    By MultipleParadox in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 04 May 2009, 09:42 AM
  4. Button to Show/Hide Div
    By many_tentacles in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 20 Mar 2006, 11:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •