Since I installed the official version of IE8.0, I have summarized several basic CSS HACKs. I hope it will be helpful to those who implement DIV+CSS in the front-end layout of web pages. Copy code The code is as follows:<style> div{ width:400px; height:400px; background-color:red; background-color:blue\9; /*All IE*/ background-color:yellow\0; /*IE8 hack*/ _background-color:#CDCDCD; /* ie 6*/ *+html background-color:white; /*IE7 only*/ *background-color:pink; /*IE6 IE7 hack*/ @background-color:white; /*opera hack*/ } </style> |
<<: Introduction to JavaScript array deduplication and flattening functions
>>: A practical record of checking and processing duplicate MySQL records on site
First run the docker container Run the command as...
For example, to query yesterday's newly regis...
As one of the most popular front-end frameworks, ...
HTML is made up of tags and attributes, which are...
Using js in web design can achieve many page effec...
Achieve results Code html <div class="css...
Written in front I don’t know who first discovere...
This article will introduce an interesting pseudo...
1. Official Introduction grep is a commonly used ...
Let’s take a look at the renderings first: XML/HT...
When I first came into contact with docker, I was...
How to solve the problem of 1045 when the local d...
Let's take a look at the situation where Secu...
Table of contents Preface Several common bit oper...
Table of contents 1. Built-in objects 2. Math Obj...