Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature currently requires accessing the site using the built-in Safari browser.
dkdenz schrieb:Ausserdem könntest Du das hier noch machen:
Code:a.home:link, a.downloads:link { background:url(../../images/Button1.png) [B]no-repeat top left[/B];
<style type="text/css" media="screen">
<!--
body
{
background: #a2966d;
border-width: 0px;
overflow: auto;
padding: 0px;
margin: 0px;
}
#page_menu
{
list-style-position: outside;
background-color: #333;
list-style-type: none;
position: absolute;
padding: 0px;
width: 307px;
margin: 0px;
left: 39px;
top: 253px;
}
#page_menu li
{
font-size: 12px;
padding: 0px;
margin: 0px;
}
li.menu_spacer
{
background-image: url(./Slice_navi_box_button_borde.gif);
}
#page_menu a
{
font-family: Arial, Helvetica, sans-serif;
background-image: url(./Button1.png);
background-repeat: no-repeat;
padding: 4px 0px 4px 13px;
text-decoration: none;
display: block;
margin: 0px;
color: #000;
}
* html #page_menu a
{
width: 100%;
}
#page_menu a:hover
{
background-image: url(./Button1-down.png);
}
//-->
</style>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Menue test</title>
<style type="text/css" media="screen">
<!--
body
{
background: #a2966d;
border-width: 0px;
overflow: auto;
padding: 0px;
margin: 0px;
}
#page_menu
{
list-style-position: outside;
list-style-type: none;
position: absolute;
padding: 0px;
width: 307px;
margin: 0px;
left: 39px;
top: 253px;
}
#page_menu li
{
font-size: 12px;
padding: 0px;
margin: 0px;
}
li.menu_spacer
{
background-image: url(./Slice_navi_box_button_borde.gif);
left:39px;
width:307px;
height:4px;
}
#spacer1 {
top:222px;
}
#spacer2 {
top:249px;
}
#page_menu a:link, #page_menu a:visited, #page_menu a:focus, #page_menu a:hover, #page_menu a:active
{
font-family: Arial, Helvetica, sans-serif;
background-repeat: no-repeat;
padding: 4px 0px 4px 13px;
text-decoration: none;
display: block;
margin: 0px;
color: #000;
}
* html #page_menu a
{
width: 100%;
}
#page_menu a:link, #page_menu a:visited
{
background-image: url(./Button1.png);
}
#page_menu a:hover
{
background-image: url(./Button1-over.png);
}
#page_menu a:focus, #page_menu a:active
{
background-image: url(./Button1-down.png);
}
-->
</style>
</head>
<body>
<ul id="page_menu">
<li><a href="#" title="home">Home</a></li>
<li class="menu_spacer" id="spacer1"></li>
<li><a href="#" title="downloads" >Downloads</a></li>
<li class="menu_spacer" id="spacer2"></li>
</ul>
</body>
</html>
René schrieb:Hoffe das ich das jetzt richtig verstanden habe?