![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/06/2002, 00:31
|
![Avatar de masterwww](http://static.forosdelweb.com/customavatars/avatar14819_1.gif) | | | Fecha de Ingreso: enero-2002 Ubicación: Toluca
Mensajes: 1.260
Antigüedad: 23 años, 1 mes Puntos: 1 | |
Re: menu flotante Este es el script, tienes que copiar y pegar directamente.
El script hay que pegarlo como entre las etiquetas HEAD y /HEAD pudiéndose cambiar el formato, color, links de la tabla:
div id="point1" STYLE="position:absolute;visibility:visible;& quot;>
<!--Configure the table below.-->
<table width="100" border="1" bordercolor="#BBBBBB" cellspacing="0" cellpadding="4">
<tr>
<td align=center>
<img src="image1.gif" alt="Menu">
</td>
</tr>
<tr>
<td align=center>
<font size="2"><a href="somepage.html">Link One</a></font>
</td>
</tr>
<tr>
<td align=center>
<font size="2"><a href="somepage.html">Link Two</a></font>
</td>
</tr>
<tr>
<td align=center>
<font size="2"><a href="somepage.html">Link Three</a></font>
</td>
</tr>
<tr>
<td align=center>
<font size="2"><a href="somepage.html">Link Four</a></font>
</td>
</tr>
<tr>
<td align=center>
<font size="2"><a href="somepage.html">Link Five</a></font>
</td>
</tr>
</table>
<!--DO NOT EDIT BELOW THIS LINE -->
</div>
<script LANGUAGE="JavaScript1.2"> |