Skip to content

Instantly share code, notes, and snippets.

@x-raizor
Created March 9, 2013 22:25
Show Gist options
  • Save x-raizor/5126033 to your computer and use it in GitHub Desktop.
Save x-raizor/5126033 to your computer and use it in GitHub Desktop.
Быстрый тест состояния кнопок
/* Быстрый тест состояния кнопок */
body {background: #ffffff; min-height: 100%;}
#button {width: 120px; height: 56px;}
#button {background-image: url(https://dl.dropbox.com/u/2323744/i/1.png); }
#button:hover {background-image: url(https://dl.dropbox.com/u/2323744/i/2.png);}
#button:active {background-image: url(https://dl.dropbox.com/u/2323744/i/3.png);}
#button:active {transition: none;}
* {transition: background 0.3s linear;}; /* Анимируй всё! */
<div id="button" />
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment