移動web開發筆記

1. fixed:css

基本上,手機瀏覽器對於background-position:fixed屬性都不怎麼感冒,iPhone Safari瀏覽器以及WP7上的IE9瀏覽器都是如此。html

所以,咱們要想在頁面上實現效果較好的background-position:fixed效果,基本上只能這樣:web

html, body { height: 100%; overflow: hidden; }瀏覽器

 

2. iOS (iPhone和iPad)的css設置:spa

#content{
  -webkit-touch-callout: none; /* 防止拷貝圖片 */
  -webkit-user-select: none; /*防止用戶選擇元素內容 */
}
相關文章
相關標籤/搜索