


Detailed explanation of how to deal with IE8 being incompatible with rgba()
The following editor will bring you an article that perfectly solves the problem of incompatibility with rgba() under IE8. The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. Let’s follow the editor and take a look.
rgba() is a new attribute of css3, so browsers IE8 and below are not compatible. What should I do? Finally I found the solution.
Solution
Let’s first explain the following rgba
##rgba:
The meaning of rgba, r represents red, g represents green, b represents blue, and a represents transparency. rgba(0,0,0,.5) This represents black and the transparency is 0.5To solve the transparency problem under IE8, you can add this sentence:filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); /*IE8 support*/
#7f represents transparency, 000000 represents color, the following is the corresponding table of transparency:
Detailed explanation of the code for phonegap to complete the contact search function
3.Detailed explanation of the code for phonegap to complete the cloning and deletion of contact functions
4.phonegap listens for other events after the deviceready event is triggered
5.Detailed explanation of an example of page jump and value transfer
The above is the detailed content of Detailed explanation of how to deal with IE8 being incompatible with rgba(). For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

1. Incompatibility means that the hardware environment or software platform version required for software operation does not meet the requirements. 2. For example, the CPU speed in the hardware is not enough, the memory is too small, the graphics card performance is insufficient, etc., and the graphics acceleration driver version in the software is too high or too low, etc. 3. Therefore, programs caused by these environments cannot run normally and are collectively referred to as incompatible. 4. As long as the motherboard, CPU, graphics card and other hardware have consistent interfaces, can be plugged together, assembled together, and can start and run normally, they are called compatible. Otherwise, they are called incompatible. 5. As for the software, there is a problem with the system and third-party software, resulting in the inability to operate properly.

Here we will see some incompatibilities between C and C++. Some C code that can be compiled with a C compiler cannot be compiled with a C++ compiler. and will return an error. We can define functions using a syntax that optionally specifies parameter types after the parameter list. Example #include<stdio.h>voidmy_function(x,y)intx;inty;{//NotvalidinC++ printf("x=%d,y=%d",x,y);}intmain(){ &n

CSS transparency attribute optimization skills: Introduction to opacity and rgba: In front-end development, in order to achieve the transparent effect of page elements, we usually use the CSS transparency attribute. However, the opacity attribute and the rgba color mode can achieve the same effect, but there are some differences in their use. This article will introduce how to use these two methods flexibly and give specific code examples. 1. Opacity attribute The opacity attribute represents the opacity of the element. Take

Some users need to install a VMware virtual machine on their computers, but are prompted that hyper-v is incompatible with vmware. So what should they do if Win10 hyper-v is incompatible with vmware? The editor below will give you a detailed introduction to the solution to the incompatibility between Win10 hyper-v and vmware. If you are interested, come and take a look with the editor. Solution to the incompatibility between hyper-v and vmware in Win10 system 1. Shortcut key "win+S" to enter the search box, enter "Control Panel" to open it. 2. After entering the new interface, switch the "View Mode" to "Large Icons"

Solutions for vue ie8 incompatibility: 1. Use "babel-polyfill" to convert ES6 syntax to ES5; 2. Introduce "es6-promise"; 3. Prompt to upgrade the browser or pass "(function(w){if( !("WebSocket"in w&&2===w.WebSocket.CLOSING)){...}" Just jump to upgrade directly.

IE8 does not support HTML5. If you want IE8 to support HTML5, there are two ways: 1. Reference Google's html5.js file and put the code in the head tag interval; 2. By adding "while (i--){document. createElement(e[i])}" code implementation supports HTML5 elements.

The IE8 browser is loved by many users, but when we log in to some websites or perform some operations, we need to set the compatibility mode. Let this site carefully introduce to users how to set the ie8 compatibility mode. IE8 compatibility mode setting method: 1. After opening the IE8 browser, select [Tools] in the top menu bar, and then click [Compatibility View Settings] in the pop-up options. 2. Click [Add] in the window that opens to add the URL you want to be compatible with. 3. Re-open the set webpage, and you will see an icon like a torn piece of paper behind the address bar, indicating that the compatibility mode has been set successfully. You can also see the compatibility mode in the drop-down menu of the tool.

Our computers all need to install the correct corresponding drivers before they can be used normally. However, some users find that the system drivers are incompatible and cannot operate normally during the use of computers. Now we will bring you solutions to driver incompatibility in win8 system. What to do if win8 driver is incompatible 1. Right-click this computer on the desktop and select "Manage" 2. Select "Device Manager" on the left 3. Select the driver you are incompatible with on the right. Here is the graphics card as an example. Right-click the graphics card Driver, select "Update Driver" 4. Wait for the system to download the update.
