treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Clicking through a PNG

  • My problem page
    http://www.hensonbakery.110mb.com/

    I have a large PNG on the bottom right. I am trying to get the top menus to be above(layer wise) the PNG so that I can click them even if the png box is over the menu area.

    The PNG has to be fixed positioning so I can't use Z-index.

    I opened IE 5.5 on mac and it works. More wow, text further down the page is below the png and I can still click through the png! Good job IE.

    Thanks
  • In firebug it seems all the problems could be fixed with z-index.... the anchor elements you have to declare a positioning to it..... (ie relative)