Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
.taskbar_bt_left,
.taskbar_bt_bg,
.taskbar_bt_right {
background: url(../images/taskbutton.gif) repeat-x;
float: left;
height: 28px;
}
.taskbar_bt_left {
background-position: 0 0px;
width: 4px;
}
.taskbar_bt_left:hover {
background-position: 0 -252px;
}
.taskbar_bt_bg {
background-position: 0 -56px;
}
.taskbar_bt_bg:hover {
background-position: 0px -308px;
}
.taskbar_bt_right {
width: 4px;
background-position: 0 -28px;
}
.taskbar_bt_right:hover {
width: 4px;
background-position: 0px -280px;
}
<div class="taskbar_bt_left"></div>
<div class="taskbar_bt_bg">Hello</div>
<div class="taskbar_bt_right"></div>