Differences between CSS pseudo classes and pseudo elements and commonly used pseudo classes and pseudo elements

Pseudoclass and pseudo element are frequently used in front-end development, but they are particularly easy to confuse. What are pseudo classes and pseudo elements? Pseudo class: starts with a colon (:) to select elements in a specific state. Pseudo element: starts with a double colon (::) and is used to insert a fictitious element in the document ..
 Differences between CSS pseudo classes and pseudo elements and commonly used pseudo classes and pseudo elements

How to keep the footer at the bottom of the page gracefully

Today, someone in Tuoyuan's ZBLOG group asked why the pure theme footer was not at the bottom. After looking at the screenshot, I found that the reason is that his articles are too few and there are not enough content parts, so some blank spaces will be left at the bottom of the page. The solution is to add a minimum height to the main part, such as section {min hei
 How to keep the footer at the bottom of the page gracefully

Write a pure HTML5 fold menu with details

Details is an interesting and useless tag added in HTML5, because its compatibility is really poor. According to Baidu, details is only compatible with Chrome, Safari8+, and Opera 26+details tags, which are used to describe the details of a document or a part of a document. It is easier to understand a method: folding menu examples ..
 Write a pure HTML5 fold menu with details
I know nothing about it. Recently, I learned that HTML5 supports ColorPicker natively. Just set the type attribute of input to color. For example:<input type="color" name="color" value="# 3a6ea5">

Pagoda version 7.9 was downgraded to version 7.7 and forced binding of mobile phone accounts was closed

After the 7.9 version of the pagoda, various advertisements have been added to the home page to force recommendation of the professional version and its software. In fact, the panel itself will not go in frequently, which is harmless. If you can't stand it, downgrade the pagoda version. Command to downgrade the pagoda to version 7.7: wgethttp://download.bt.cn/install/update/Linux...
 Pagoda version 7.9 was downgraded to version 7.7 and forced binding of mobile phone accounts was closed

Zblog calls the method of the latest published article and filters a certain category

Today, a user asked me how to filter a certain category on the homepage of a topic. I wanted to throw this article directly to him: the correct method for ZBLOG homepage to filter a classified article and rebuild the page. But it suddenly occurred to me that my topic is a CMS topic, and this section on the home page is the latest 12 articles of the called website. So I thought of filtering out a score directly in foreach ..
 Zblog calls the method of the latest published article and filters a certain category

Z-Blog background login beautification plug-in

Originally, this function was intended to be built into the theme of Zhibo Cool, but after many considerations, it was made into a free plug-in. Function introduction beautifies the default background login interface. JQ operation and green, safe and pollution-free plug-ins are large in size because they have a stack of built-in background images. The adaptive login interface is compatible with the pig's Google secondary verification plug-in logo image and the background image on the left can be customized ..
 Z-Blog background login beautification plug-in

Forbid ZBlog to output page running information

As all friends who use ZBLOG know, the zb program will output the running information of the website such as the running time of the page at the bottom of the source code by default. Check the source code of this site and we can find that there is a similar<! --63.16ms, 8query, 3305kbmemory, 0error -->code. This ..
 Forbid ZBlog to output page running information

Zblog plug-in search pseudo static+keyword internal link site search

Z-Blog1.7 supports custom routing, which provides a more concise way to search pseudo static. In fact, the pseudo static search and the internal link to site search of related words have been realized when the site was upgraded to ZBP1.7, but they have not been shared for their own use. It was discussed in the development group yesterday that dithering, Zhihu, etc. all have a keyword plus magnifying glass function ..
 Zblog plug-in search pseudo static+keyword internal link site search
Top