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.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Grafikbutton</title>
<style type="text/css">
<!--
.grafikbutton
{
height:25px;
background-image:url('grafiken/grafikbutton_1.png');
background-repeat:repeat-x;
}
.grafikbutton:focus
{
height:25px;
background-image:url('grafiken/grafikbutton_2.png');
background-repeat:repeat-x;
}
-->
</style>
</head>
<body>
<input class="grafikbutton" type="button" value="Das ist ein Grafikbutton" />
</body>
</html>
Hab sehr wohl richtig gelsen ^^Psyko schrieb:<button type="submit"></button>