CSS has many functions. Here, the editor will share with you eight tips in CSS.
1. A method that is compatible with all browsers to display translucent effects
<div class="transparent"></div> .transparent { filter: progid:DXImageTrans for m.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: .5; width : 200px; height : 200px; margin : 0 auto; background : url("../img/pic.jpg"); }
2. The role of _height, _width
Use _height to solve the problem of float For the problem that the div is not closed, you can remove the _height attribute to achieve the effect.
<div id="wrap"> <div class="column_ left "> <h1 id="Float-nbsp-left">Float left</h1> </div> <div class="column_ right "> <h1 id="Float-nbsp-right">Float right</h1> </div> </div> #wrap { b ord er: 6px solid #ccc; overflow : auto; _height: 1%; } .column_left { width: 20%; padding : 10px; float: left; } .column_right { float: right; width: 75%; padding: 10px; border-left: 6px solid #ccc; }
3. Use min-height min-width to solve the fixed height problem of div or span
Sometimes we need to set a fixed height of an element, but under firefox or opera only Set the height. When the content is not enough, the expected effect cannot be achieved. At this time, we can use min-height
4. Use the media directive to introduce two types of css: the printing version of css and the screen display css.
<link type="text/css" rel="stylesheet" href="url" media="screen" charset="utf-8"> <link type="text/css" rel="stylesheet" href="url" media="print" charset="utf-8">
5. Use .fixTable{ table-layout: fixed; overflow:hidden; } and add the nobr tag to hide
6. You can use page-break-after, page-break- before controls paging during printing
7. The function of *html{} is to be compatible with IE versions below 6.0. When selecting html nodes, other browsers consider the html tag to be the root node of the document. IE versions below ie6 think that there is a root node above the html tag
8. Use text-indent to display pictures and hide text
h1 { background: url(../img/pic.jpg) no-repeat; width: 200px; height: 200px; text-indent: -2000px}
[Related recommendations]
1. Special recommendation: "php Programmer Toolbox" V0.1 version download
3. php.cnDugujiujian (2)-css video tutorial
The above is the detailed content of Eight tips for sharing CSS. For more information, please follow other related articles on the PHP Chinese website!

Here's a container with some child elements:

Flyout menus! The second you need to implement a menu that uses a hover event to display more menu items, you're in tricky territory. For one, they should

"The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."- Tim Berners-Lee

In this week's roundup: datepickers are giving keyboard users headaches, a new web component compiler that helps fight FOUC, we finally get our hands on styling list item markers, and four steps to getting webmentions on your site.

The short answer: flex-shrink and flex-basis are probably what you’re lookin’ for.

In this week's look around the world of web platform news, Google Search Console makes it easier to view crawled markup, we learn that custom properties

The IndieWeb is a thing! They've got a conference coming up and everything. The New Yorker is even writing about it:


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

Atom editor mac version download
The most popular open source editor

Dreamweaver CS6
Visual web development tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SublimeText3 Chinese version
Chinese version, very easy to use

MantisBT
Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.