Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想对我的文本输入和文本区域应用匹配的填充,但是当我对文本区域应用填充时,它也会移动用于调整文本区域的小手柄,而且它看起来很愚蠢,至少在 Firefox 中是这样。有没有办法解决这个问题,还是我只是强迫症?我个人认为它看起来很可怕。
谢谢你。
如果您愿意删除调整大小手柄,只需添加resize: none到您的 CSS。有关演示,请参见http://jsfiddle.net/2bkMH/2/ 。
resize: none
我习惯于 Wordpress 自动将 IE 特定 ID 属性添加到 HTML 标记,以编写特定于 Internet Explorer 的 css 类。我刚刚注意到,当我在 IE9 中查看该站点时,此功能当前不起作用。
在 IE8...
<html id="ie8" lang="en-US">
在 IE9...