IE9
-
Set as the code of home page and favorite site, compatible with IE, chrome, firefox I believe that many friends are looking for the codes of "set as home page" and "collect this site". Now there are many codes on the Internet, but the compatibility is not very good. Here we share these two codes with good compatibility, which are also used in some topics of Tuoyuan. I hope to save your time. Why write if you can use them directly? ... two thousand and twelve twenty-three thousand and seventy-nine -
The method of CSS implementation background not scrolling with the browser In memory, we have seen many blogs, microblogs and QQ spaces. Many people have set a fixed background for their nests and do not scroll with the browser. Besides javascript, CSS can also be easily implemented. ... two thousand and twelve twelve thousand three hundred and ninety-two -
Intelligent floating layer positioning solution When the page scrolls and the smart floating layer begins to fade out of the browser window, it floats on the top edge of the browser window. This effect is common on major websites in China, such as Sina Weibo and Taobao. Implementation principle: The default state is the default state, and you don't need to do anything. It's OK to locate it as absolute or static two thousand and twelve twelve thousand six hundred and sixty-six -
rgba for background color of IE7&IE8 RGB color mode (also translated as "red, green and blue", which is rarely used) is a color standard in the industry. It obtains various colors through the changes of red (R), green (G) and blue (B) color channels and their superposition, RGB is the color representing the three channels of red, green and blue. This standard covers almost all the colors that human vision can perceive. It is one of the most widely used color systems at present. ... two thousand and twelve thirteen thousand seven hundred and ninety-one -
CSS implementation of modifying the color and background color of the selected text on the web page First of all, thank you for visiting Tuoyuan. If you are using IE9, Firefox, Chrome, Safari, Opera and other browsers, you can try to select the text on any page of Tuoyuan. You will find that the color of the selected text and the background color are quite different from those of other websites ..... two thousand and twelve thirteen thousand nine hundred and sixty-five -
Solution to position: fixed failure in IE6 IE6 browser does not support position: fixed. IE7/8/9, Firefox, Chrome and other browsers all support fixed positioning. How to solve this problem? Method 1: Write hack for ie6. Other browsers still use the position: fixed attribute. ... two thousand and eleven twelve thousand one hundred and fifty -
Css hack of IE9 div{background-color:red\0; /*ie8/9*/background-color:blue\9\0; /*ie9*/*background-color:green; /*ie7*/_background-color:gray; /*Ie6 */} Pay attention to writing csshack .. two thousand and eleven eleven thousand six hundred and seven