成人国产在线小视频_日韩寡妇人妻调教在线播放_色成人www永久在线观看_2018国产精品久久_亚洲欧美高清在线30p_亚洲少妇综合一区_黄色在线播放国产_亚洲另类技巧小说校园_国产主播xx日韩_a级毛片在线免费

資訊專欄INFORMATION COLUMN

搜索框設(shè)置背景圖 通過設(shè)置placeholder屬性添加

snowLu / 3491人閱讀

摘要:名為的框搜索框添加背景圖片

/#keyword/
id名為keyword的input框(搜索框)添加背景圖片

#keyword::-webkit-input-placeholder {
    color: transparent;
    text-indent: -9999px;
    background: transparent url(../img/google_custom_search_watermark.gif) no-repeat 10% center;
}
#keyword::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent;
    text-indent: -9999px;
    background: #fff url(../img/google_custom_search_watermark.gif) no-repeat 10% center;
}
#keyword:-moz-placeholder {
    /* Firefox 18- */
    color: transparent;
    text-indent: -9999px;
    background: transparent url(../img/google_custom_search_watermark.gif) no-repeat 10% center;
}
#keyword:-ms-input-placeholder {
    /* IE 10- */
    color: transparent;
    text-indent: -9999px;
    background: transparent url(../img/google_custom_search_watermark.gif) no-repeat 10% center;
}

文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請注明本文地址:http://systransis.cn/yun/117263.html

相關(guān)文章

  • placeholder的兼容處理

    摘要:方法一效果預(yù)覽思路是,首先判斷瀏覽器是否支持屬性,如果不支持的話,就遍歷所有輸入框,獲取屬性的值填充進(jìn)輸入框作為提示信息,同時字體設(shè)置成灰色。 placeholder是HTML5的屬性之一,在不同的瀏覽器( 支持HTML5的現(xiàn)代瀏覽器 )中會有略微不同的顯示效果: 在Chrome( v31.0.1650.63 m)、Firefox( v21.0 )、360安全( v6.3 極速模式 )...

    beita 評論0 收藏0
  • 網(wǎng)頁頂部導(dǎo)航欄加強(qiáng)(分為左右兩部分;添加一個不被污染樣式的搜索

    摘要:目標(biāo)中間一段空白把導(dǎo)航欄分為左右兩個部分在導(dǎo)航欄上加上一個搜索框,但不被的樣式污染。 前置 本文需要對CSS,Vue,ElementUI有基本的了解。 本文以ElementUI提供的導(dǎo)航菜單組件為基礎(chǔ)。 本文希望能在此組件基礎(chǔ)上實現(xiàn)以下內(nèi)容: 中間一段空白把導(dǎo)航欄分為左右兩個部分 在導(dǎo)航欄上加上一個搜索框,但不被 el-menu-item 的樣式污染。 先研究清楚ElementUI...

    yedf 評論0 收藏0

發(fā)表評論

0條評論

最新活動
閱讀需要支付1元查看
<