|
|
Line 1: |
Line 1: |
- | <!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>
| |
- | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
| |
- | <title>Documento sin título</title>
| |
- | <style type="text/css">
| |
- | <!--
| |
- | #apDiv2 {
| |
- | position:absolute;
| |
- | left:340px;
| |
- | top:299px;
| |
- | width:145px;
| |
- | height:88px;
| |
- | z-index:1;
| |
- | }
| |
- | .caja_logo {
| |
- | font-family: Verdana, Arial, Helvetica, sans-serif;
| |
- | font-size: 14px;
| |
- | color: #0099FF;
| |
- | text-decoration: none;
| |
- | }
| |
- | #apDiv2 li {
| |
- | color: #FF0000;
| |
- | text-decoration: none;
| |
- | border: 1px solid #333333;
| |
- | display: block;
| |
- | list-style-type: none;
| |
- | list-style-position: inside;
| |
- | font-family: Arial, Helvetica, sans-serif;
| |
- | background-color: #000000;
| |
- | }
| |
- | .tabla {
| |
- | font-family: Arial, Helvetica, sans-serif;
| |
- | color: #FF0000;
| |
- | border: 3px groove #333333;
| |
- | }
| |
- | #apDiv1 .tabla th {
| |
- | font-family: Georgia, "Times New Roman", Times, serif;
| |
- | font-size: 16px;
| |
- | color: #333333;
| |
- | text-decoration: none;
| |
- | }
| |
- | #apDiv1 .tabla td {
| |
- | font-family: Arial, Helvetica, sans-serif;
| |
- | color: #FFFFFF;
| |
- | text-decoration: none;
| |
- | font-size: 12px;
| |
- | }
| |
- | body {
| |
- | background-color: #000000;
| |
- | }
| |
- | #apDiv1 {
| |
- | position:absolute;
| |
- | left:563px;
| |
- | top:302px;
| |
- | width:150px;
| |
- | height:100px;
| |
- | z-index:2;
| |
- | overflow: auto;
| |
- | }
| |
- | -->
| |
- | </style>
| |
- | </head>
| |
| | | |
- | <body>
| |
- | <div class="caja_logo" id="apDiv2">
| |
- | <ul>
| |
- | <li>indice</li>
| |
- | <li>modelado</li>
| |
- | <li>diseño</li>
| |
- | </ul>
| |
- | </div>
| |
- | <div id="apDiv1">
| |
- | <div class="tabla">
| |
- | <table width="100%" border="1">
| |
- | <tr>
| |
- | <th scope="col">hola</th>
| |
- | <th scope="col">que </th>
| |
- | <th scope="col">tal</th>
| |
- | </tr>
| |
- | <tr>
| |
- | <td><div align="center">hola</div></td>
| |
- | <td><div align="center">hola</div></td>
| |
- | <td><div align="center">hola</div></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td><div align="center">hola</div></td>
| |
- | <td><div align="center">hola</div></td>
| |
- | <td><div align="center">hola</div></td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>hola</td>
| |
- | <td>hola</td>
| |
- | <td>hola</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td>hola</td>
| |
- | <td>hola</td>
| |
- | <td>hola</td>
| |
- | </tr>
| |
- | <tr>
| |
- | <td><div align="center"><a href="Angeles_httppcp_oxfordjournals_orgcgicontentabstract454496.pdf">pdf</a></div></td>
| |
- | <td>hola</td>
| |
- | <td>hola</td>
| |
- | </tr>
| |
- | </table>
| |
- | </div>
| |
- | </div>
| |
- | </body>
| |
- | </html>
| |