Alignment issues like type="radio" and type="checkbox", tested browser: ie7+/firefox8.0 Principle: Set the first font in font-family to Verdana font. The test code is as follows: Copy code The code is as follows:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Method for perfect vertical center alignment of form element input and text-123WORDPRESS.COMwebjx.com</title> <style type="text/css"> body {font:12px/24px verdana;} ul {list-style:none;} input,label { vertical-align:middle;} </style> </head> <body> <ul> <li><input type="radio" /><label>Contract for the Beneficiary</label></li> <li><input type="checkbox" /><label>Contract for beneficiary</label></li> <li><input type="radio" /><label>Microsoft</label></li> <li><input type="checkbox" /><label>Microsoft</label></li> </ul> </body> </html> |
<<: CSS scroll bar style modification code
>>: Refs and Ref Details in Vue3
RocketMQ is a distributed, queue-based messaging ...
Table of contents use Install How to use it in ro...
first step Delete it once with the built-in packa...
1. Indexes do not store null values More precisel...
The previous article wrote about how to manually ...
1. Overview Users expect the web applications the...
I recently reviewed some CSS-related knowledge po...
Here are some common MySQL commands for you: -- S...
If every company wants to increase its user base,...
This article shares the mysql5.6.24 automatic ins...
Preface When we forget the MySQL database passwor...
There are two installation methods for MySQL: msi...
0. New operation: mkdir abc #Create a new folder ...
Preface When we write code, we occasionally encou...
Nowadays, the screen resolution of computer monit...