0

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> 
4

0 回答 0