Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. increase z index for a button/link in a div

increase z index for a button/link in a div

Scheduled Pinned Locked Moved Web Development
helpquestionhtmldatabasecom
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    Yogesh Jamkhindikar
    wrote on last edited by
    #1

    Hi, i have a image with Thread.Sleep (5000)that makes background opaque/ non clikable for 5 secs. Now i have a close image in a div that has z index higher than the background page to stop the processing. My problem is that even the image is disabled & the click event is not fired... how can i achieve the same?? Have reffered this url for coding the same- http://mattberseth.com/blog/2007/08/disable\_updatepanel\_contents\_d.html Code block:- <pre><div id="updateProgressDiv" class="updateProgress" style="display:none"> <div align="center" style="position:relative"> <img alt="Processing...." src="loading.gif" style="position:relative;width:40;height:40;margin-top:53px;z-index:10001" /> <span class="updateProgressMessage">Processing your request...<br />Please wait.....</span><br /> <div id="div2" align="right" style="position:relative;z-index:10001"> <asp:image id="img2" runat="server" imageurl="~/close.gif" xmlns:asp="#unknown" /> </div> </div></div></pre> Appreciate help in this regard... Thx in advance.. Regards, Yogesh

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups