Windows 7 Start
A replica of the Windows 7 Start Menu button.
It's interactive too! :)
A replica of the Windows 7 Start Menu button.
It's interactive too! :)
<div id="winv"></div>Windows Vista
<div id="winv"></div>Windows Vista
<p />
<div id="win7"></div>Windows 7
div {
div {
user-select: none;
user-select: none;
user-select: none;
}
/* Windows Vista */
#winv {
background: url(http://i.imgur.com/Uty99nO.png);
height: 50px;
/* This lines it up with the 7 button */
left: 5px;
position: relative;
width: 50px;
}
#winv:hover {
bottom: ;ackground-position: 0px 108px;
}
#winv:active {
background-position: 0px 54px;
}
/* Windows 7 */
#win7 {
background: url(http://www.classicshell.net/forum/download/file.php?id=373);
background-size: 100%;
height: 64px;
width: 64px;
}
#win7:hover {
background-position: 0px 128px;
}
#win7:active {
background-position: 0px 64px;
}