Although fortunately Firefox3 in the solution of this bug, but Firefox3 is still in beta phase, replacing Firefox2 still need some time, the following is to carefully say this question:
One, the style is {position:absolute;} The form input box in the container is similar in style to {Overflow:auto;} Loss of cursor in container area
You can learn the most common situations by example Saturday.
If you want the entire body to appear to lose the cursor, you can set the HTML and body two containers, see the example. The overflow attributes, including the Overflow:auto of the example, that can cause the bug are:
Overflow:auto
Overflow-x:auto;
Overflow-y:auto;
Overflow:scroll;
Overflow-x:scroll;
Overflow-y:scroll;
Overflow-x:hidden;
Overflow-y:hidden;
In addition to avoiding other solutions that use the overflow property:
Using Overflow:hidden to replace Oveflow attributes that produce bugs
Add position:relative to the container with the above overflow property, see the example.
Add the same Oveflow attribute to the Positon:absolute container, while paying attention to the order in which the page appears, see example Four
Select the appropriate label for the container that uses the Oveflow property that produces the bug, such as fieldset, see example Six.
Second, the style is {position:absolute;} The form input box in the container loses the cursor in the IFRAME container area
This can be understood through an example of seven. In order to solve the problem of IE6 in the dropdown list, it is often necessary to cover it with an IFRAME, and occasionally inadvertently forgetting to make a browser qualification may lead to the above problem.
Now it seems that the Firefox2 to the IFRAME to deal with a lot of bugs, such as the previous discovery of Firefox back when the iframe display bug.
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.