Avoiding dropdown appearing over div

Animesh
Posted by in ASP.NET category on for Beginner level | Views : 6689 red flag

Hi all i am sure many of us has faced problem of dropdown comming above the div here is a small solution for this May be you can try this it really works.....

<iframe frameborder="0" scrolling="no" style="position: absolute;top: 8px; left: 8px; height: 583px; width: 283px;filter: alpha(opacity=1) "></iframe>




<div style="background-color: Red;z-index: 99999; position: absolute; white-space: nowrap; top: 8px; left: 8px; height: 583px; width: 283px;filter: alpha(opacity=10);">Loading</div>
Page copy protected against web site content infringement by Copyscape

About the Author

Animesh
Full Name: Aniemsh Misra
Member Level: Starter
Member Status: Member
Member Since: 6/24/2007 11:43:19 PM
Country: India



Login to vote for this post.

Comments or Responses

Posted by: Webmaster on: 7/6/2007
Hi Animesh,

I think the code is not complete as there is no code for the dropdown. May I request to put the complete code?

Thanks

Login to post response

Comment using Facebook(Author doesn't get notification)