學習CSS中background-position的使用方法

來源:互聯網
上載者:User
css   css2.0 中的 background-position 大家用到過嗎?怎麼用的?用在哪裡?js控製圖片切換有兩個缺陷:1.有時後切換緩慢,需要預載解決;2.要製作2-3套圖片

  看看怎麼用 background-position 解決這個問題,實現快速"切換",這裡只用到一張圖片

  至於代碼中的font:10px/1也是不常見的用法

  可以參考這裡:http://www.w3.org/Style/CSS/Test/CSS1/current/sec5526c.htm

  這種用法放在網站地圖或者導航條上的效果:

<style type="text/css">#menu a {display:block;width:150px;margin:6px; padding:10px 0 10px 32px;font:10px/1 sans-serif;color:#f90;background: url("btn.gif") top left no-repeat;text-decoration: none;}#menu a:hover {background-position: 0 -39px;color:red;}#menu a:active {background: url("btn.gif") 0 -78px no-repeat;color:black;}</style></head><body><div id="menu"><a href="###">Menu link 1</a><a href="###">Menu link 2</a><a href="###">Menu link 3</a><a href="###">Menu link 4</a><a href="###">Menu link 5</a></div>

    [Ctrl+A 全部選擇 提示:你可先修改部分代碼,再按運行]



相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.