Solution to prevent Div from being blocked by controls such as select

Source: Internet
Author: User

In IE, select is a window control, which blocks all non-window controls.
It can be understood that components such as Div are used in the client area of the browser.Code"Rendered,
They are rendered on the painting surface of the customer area,
Select is a standard Windows Control, which is only placed as a sub-control of the customer zone,
It will cover everything that is "painted" on the surface of all customer areas, but it does not necessarily cover other types of window controls,
For example, IFRAME and other select statements can be understood naturally if you have used an environment similar to Delphi.

There are four methods;
1. Modify the SELECT statement. You do not need to use the standard SELECT statement. Instead, you can use other HTML elements to simulate the statement.
2.
Modify Your Div and use IFRAME.
3. Hide select when div is displayed or when select is reached
4.
In the Div or the same coordinate of the DIV, use the IFRAME of the same size to block it first, and then display the content of the DIV on the IFRAME.

Example of 4th methods:

<HTML>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.