相关疑难解决方法(0)

IE9中的占位符

这似乎是一个众所周知的问题,但我在Google上找到的所有解决方案都不适用于我新下载的IE9.

为了Placeholderinputtextarea标签上启用属性,您最喜欢哪种方式?

可选:我在这上面浪费了很多时间,但还没有寻找required房产.你也对此有一些建议吗?显然我可以检查PHP中的值,但是为了帮助用户这个属性非常方便.

html javascript html5 placeholder internet-explorer-9

139
推荐指数
5
解决办法
17万
查看次数

占位符未在IE9中显示

placeholder没有出现在IE9浏览器...
提供下面我的代码...做ü需要编写任何IE9的jQuery或CSS破解

http://defie.co/contact.html

<div class="span6">
    <i class="bookmarkingContact"></i>
    <h3 style="margin-bottom: 22px;">Inquiry</h3>

    <input class="span2" type="text" name="email" placeholder="User Name">
    <input class="span2" type="text" name="email" placeholder="Company">
    <input class="span2" type="text" name="email" placeholder="Email">
    <input class="span2" type="text" name="email" placeholder="Password">
    <a href="#" style="position: relative; top: 13px;">Sign Up</a>
</div>
Run Code Online (Sandbox Code Playgroud)

html javascript css jquery css3

1
推荐指数
1
解决办法
3187
查看次数

标签 统计

html ×2

javascript ×2

css ×1

css3 ×1

html5 ×1

internet-explorer-9 ×1

jquery ×1

placeholder ×1