Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maru0014/d7c20301771449be9243 to your computer and use it in GitHub Desktop.
Save maru0014/d7c20301771449be9243 to your computer and use it in GitHub Desktop.
Android標準ブラウザで背景画像が表示されない
//Android標準ブラウザで背景画像が表示されない
h2 {
background: url(image.jpg) repeat-x;
background-size: auto 40px;
-webkit-background-size: auto 40px; /* Safari,Google Chrome用 */
-moz-background-size: auto 40px; /* Firefox用 */
-o-background-size: auto 40px; /* Opera用 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment