国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

搜索框設置背景圖 通過設置placeholder屬性添加

snowLu / 3452人閱讀

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

/#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;
}

文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。

轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/117263.html

相關文章

  • placeholder的兼容處理

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

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

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

    yedf 評論0 收藏0

發表評論

0條評論

snowLu

|高級講師

TA的文章

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