I hope to align the title on the left and the date on the right. When I directly add float:right to the span of the date, IE8 and FF are OK, but IE6/7 will wrap. Here is a simple and effective solution. XML/HTML CodeCopy content to clipboard
Note: The span should be written at the very beginning of the Li tag, so that the date in the span can be right-aligned in versions prior to IE6/IE7/FF3.5. |
<<: Some suggestions for HTML beginners and novices, experts can ignore them
>>: MySQL time types and modes details
Using fonts on the Web is both a fundamental skill...
Strictly speaking, nginx does not have a health c...
mysql full backup 1. Enable binary log and separa...
margin:auto; + position: absolute; up, down, left...
In the MySQL documentation, MySQL variables can b...
Vue components are connected, so it is inevitable...
Let's first understand a wave of concepts, wh...
Location means "positioning", which is ...
Table of contents What is a trigger Create a trig...
[mysql] replace usage (replace part of the conten...
01. Command Overview The locate command is actual...
Table of contents 1. Falling into the pit 2. Stru...
In LINUX, periodic tasks are usually handled by t...
This article shares the specific code of JavaScri...
I've been learning Docker recently, and I oft...