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
1. Space rules Whitespace within HTML code is usu...
This article describes how to create multiple ins...
Simply put, distinct is used to remove duplicates...
Usually, we first define the Dockerfile file, and...
cause I recently started to refactor the project,...
1. View openjdk rpm -qa|grep jdk 2. Delete openjd...
One of our web projects has seen an increase in t...
Big pit, don't easily delete the version of P...
Seeing the recent popular WeChat tap function, I ...
Preface HTTP is a stateless communication protoco...
In daily operation and maintenance work, nginx se...
Preface The essence of deadlock is resource compe...
Table of contents No slots Vue2.x Slots With slot...
MySQL 8.0 compressed package installation method,...
1. Introduction to fastdfs 1. What is fastdfs Fas...