asp.net Modalpopup extender -- elements appear on top of popup


/ Published in: CSS
Save to your folder(s)

Be sure that elements appearing on top don't have position:relative.
If inherited, try overriding with position:static


Copy this code and paste it in your HTML
  1. myElement{position:static;}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.