Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<html>
<head>
<style type="text/css">
#cabezera ul li {
background-color: #CCCCCC;
display: inline;
border: 1px solid #000000;
font-weight: bold;
height: 30px;
}
</style>
</head>
<body>
<div id="cabezera">
<ul>
<li> </li>
<li>No se toca hoy</li>
<li>Instalación IAS 10g (J2EE)</li>
<li>Instalación IAS 10g (J2EE)</li>
<li>Instalación SG</li>
<li>Instalación SG Infraestructura</li>
</ul>
</div>
</body>
</html>
-----------tabla.CSS:
#tabla {
text-align: center;
width: 740px;
}
#tabla ul {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
#tabla li {
float: left;
/*list-style: none;*/
background: #ffffff;
display: inline;
border: 1px solid #000000;
padding: 5px;
margin: -1px -1px 0 0;
width: 112px;
}
#cabezera ul li {
background-color: #CCCCCC;
font-weight: bold;
height: 30px;
}
#nombres ul li {
background-color: #afce00;
font-weight: bold;
}
----------index.html
<html>
<head>
<link href="css/tablas.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="tabla">
<div id="cabezera">
<ul>
<li> </li>
<li>No se toca hoy</li>
<li>Instalación 1 (J2EE)</li>
<li>Instalación 2 (J2EE)</li>
<li>Instalación SG</li>
<li>Instalación SG otro</li>
</ul>
</div>
<div id="nombres">
<ul>
<li style="{text-align:left;}">Hostname:</li>
<li>iap</li>
<li>iaj</li>
<li>iar</li>
<li>dbp</li>
<li>dwp</li>
</ul>
</div>
<ul>
<li style="{text-align:left; background-color: #CCCCCC}">Domain</li>
<li>secta.com</li>
<li>otts.com</li>
<li>pack.com</li>
<li>site.com</li>
<li>sitio.com</li>
</ul>
</div>
</body>
</html>
* html #cabezera ul li {
height: 42px; /* corrected box size for IE */
overflow: hidden; /* corrected overflow causing double lined boxed to expand beyond 42 px */
}