In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "what is the function of IE browser input input box". Interested friends may wish to have a look at it. The method introduced in this paper is simple, fast and practical. Next, let the editor take you to learn "what is the function of the input input box of IE browser?"
Ie optimizes user input operations in order to enhance the user's experience of using ie browsers on the touch screen:
Input:text 's text input box adds the function of emptying input.
The password input box of input:paddword adds or subtracts the function of displaying password.
After the user gets the focus and enters it in input, an X icon appears on the right side of the input. Click to clear the input. When the input loses focus, the icon will disappear. If it is a password box, an eye icon will be displayed. Click to switch to the plaintext password.
However, in some projects, UI designers will design uniform-style icons. In Google, Firefox can be laid out according to normal logic, but in IE it will overlap the custom icons and default icons.
Solution: after IE adds this feature by default, it also leaves programmers with disabled means, which can be cleared using css's double pseudo classes:
/ * clear the clear icon in the text text input box * /
Input::-ms-clear {
Display: none
}
/ * clear the plaintext icon in the password password input box * /
Input::-ms-reveal {
Display: none
}
Note: at present, only IE browsers support this double pseudo class, which needs to be prefixed with-ms-.
At this point, I believe that everyone on the "IE browser input input box what is the function of" have a deeper understanding, might as well to the actual operation of it! Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.