为什么Chrome不喜欢输入溢出?

时间:2013-10-18 08:49:46

标签: html google-chrome

Chrome似乎不喜欢在某些输入字段上出现溢出,这会导致一些非常奇怪的结果。使用以下代码进行复制。我不明白为什么有偏差。

<!doctype>
<html>
    <head>
        <title>Test</title> 
        <style type="text/css">
            input {
                overflow:           hidden; 
            }
        </style>
    </head>
    <body>
        <input type="text" /> 
        <select><option>Hello</option></select> 
        <input type="submit" value="Ok..." />
    </body>
</html> 

0 个答案:

没有答案