任何想法爲什麼這是在Safari中工作,但不是Firefox和Chrome?數據圖標在Firefox/Chrome中不起作用
HTML:
<input type="search" placeholder="Search" id="search" name="search" id="s" data-icon="s">
CSS:
#search[data-icon]:before {
font-family: 'Pictos Custom';
content: attr(data-icon);
-webkit-font-smoothing: antialiased;
}
讚賞任何幫助。
沒有輸入型
<img>
<select>
<input>
<object>
等基本要素搜索替換爲文本 – 2013-04-03 18:59:12是的,有:http://www.w3.org/TR/html-markup/input.search.html – 2013-04-03 19:00:17
您是否嘗試使用其他字體?也許這會導致問題。 – rekire 2013-04-03 19:01:18