Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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