Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
#pillmenu {
font-size: 14px;
height:28px;
width:956px;
padding:0 12px;
margin:0 0 16px 0;
background: transparent url(../images/t_menu_bg.png) no-repeat top center;
}
#pillmenu ul {
overflow: hidden;
padding:0;
margin:0;
height:28px;
list-style: none;
}
#pillmenu li {
float: left;
}
#pillmenu li a {
float:left;
color: #fff;
text-decoration: none;
font-weight: 700;
height:28px;
line-height:27px;
padding: 0 12px;
margin:0;
cursor:pointer;
background: transparent url(../images/t_menu_divider.png) no-repeat top right;
}
#pillmenu li a:hover, #pillmenu li a#active_menu-nav {
color:#00CC00;
background: transparent url(../images/t_menu_hover.png) no-repeat top right;
}
#pillmenu2 {
font-size: 11px;
height:28px;
width:956px;
padding:0 12px;
margin:0 0 16px 0;
background: transparent url(../images/t_menu_bg.png) no-repeat top center;
}
#pillmenu2 ul {
font-size: 14px;
overflow: hidden;
padding:0;
margin:0;
height:28px;
list-style: none;
}
#pillmenu2 li {
float: left;
}
#pillmenu2 li a {
float:left;
color: #fff;
text-decoration: none;
font-weight: 700;
height:28px;
line-height:27px;
padding: 0 12px;
margin:0;
cursor:pointer;
background: transparent url(../images/t_menu_divider.png) no-repeat top right;
}
#pillmenu2 li a:hover, #pillmenu li a#active_menu-nav {
color:#00CC00;
background: transparent url(../images/t_menu_hover.png) no-repeat top right;
}
<div class="logo">
<table cellspacing="0" cellpadding="0">
<tr>
<td>
<h1><a href="index.php"><?php echo $mainframe->getCfg('sitename') ;?></a></h1>
</td>
</tr>
</table>
</div>
<div id="pillmenu"><jdoc:include type="modules" name="user3" /></div>
<div id="search"><jdoc:include type="modules" name="user4" /></div>
<div class="clr"></div>
<div class="clr"></div>
<div id="header">
<div class="newsflash<?php if(!$this->countModules('user1') and JRequest::getCmd('layout') != 'form') : ?> only<?php endif; ?>">
<jdoc:include type="modules" style="rounded" name="top" />
</div>
<div class="cpathway"><jdoc:include type="module" name="breadcrumbs" /></div>
</div>
Ist dir eigentlich nicht mal in den Sinn gekommen, einfach den Quellcode dieser Seite zu studieren?Damit das Menü so aussieht wie auf hurican.sk ?