vertical-align:sub;居然实现了居中对齐,不解!
- <!DOCTYPE HTML>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <title>Vertical-align意外的居中对齐?</title>
- <style type="text/css">
- body
- {
- font-size:0.75em;
- font-family0:Arial;
- }
- input[type=checkbox],input[type=radio]
- {
- vertical-align:sub;
- }
- </style>
- </head>
-
- <body>
- <input type="checkbox" />张三
- <input type="checkbox" />English
- <input type="radio" />张三
- <input type="radio" />English
- </body>
- </html>
IE8,FF5里这样,其他的浏览器我没实验。
本文转自 xcf007 51CTO博客,原文链接:http://blog.51cto.com/xcf007/605594,如需转载请自行联系原作者