0

我正在构建一个可以在 Firefox、Chrome、Opera 和 IE10 中完美运行的网站,但在 IE9 中,css 对于文本框和圆形边框无法正常工作。

这是我的网站链接 http://meetmentors.in/sohil/

测试检查这个页面也 http://meetmentors.in/sohil/registration.php

我怎样才能使它与 IE9 或更早版本兼容。

4

1 回答 1

0

那么有一个选项可以让占位符属性在早期版本的 IE 中工作。

您必须包含此 JSlibrary。

http://jamesallardice.github.io/Placeholders.js/assets/js/Placeholders.min.js

在 IE9 及以下版本中试试这个DEMO 。它应该工作。

HTML

<input type="text" placeholder="This text will dissappear once you type"/>

关于您对圆形 div 的第二个查询,请查看此链接

于 2013-08-23T11:01:57.880 回答