jUaNjE1o Webmaster HTML & CSS

 Mensajes: 159 Desde: 16/Nov/2005 | Quien me puede ayudar
Bueno, e conseguido un codigo de menu, pero me sale debajo del banner, y yo quiero q me salga en la parte izquierda del foro, me lo podriais poner bien????
Codigo PHP:
<table border="1" cellspacing="0" cellpadding="0" width="39%" style="border-collapse: collapse" bordercolor="#111111" height="1">
<tr>
<font size="1">
<td width="100%" bgcolor="#666699" height="64"><font size="1">
<table border="0" width="100%" cellspacing="0" cellpadding="0" height="15" style="border-collapse: collapse" bordercolor="#111111">
<tr>
<td width="100%" bgcolor="#000000">
<p align="center" style="margin-top: 0; margin-bottom: 0">
<b><font size="2" color="#FFFFFF" face="Verdana">Titulo</font></b></td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" bordercolorlight="#000000" bordercolordark="#333333" height="32" style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td onclick="mClk(this);" onmouseout="mOut(this,'FF0000');" onmouseover="mOvr(this,'00FFFF');" width="100%" align="center" height="18" bgcolor="#FF0000">
<a href="pagina1.htm" target="_self" style="text-decoration: none; color:#000000">
<b><font face="Verdana,Arial,Helvetica" size="1">Vínculo</font></b></a></td>
</tr>
<tr>
<td onclick="mClk(this);" onmouseout="mOut(this,'FF0000');" onmouseover="mOvr(this,'00FFFF');" width="100%" align="center" height="18" bgcolor="#FF0000">
<a href="pagina2.htm" target="_self" style="text-decoration: none; color:#000000">
<b><font face="Verdana,Arial,Helvetica" size="1">Vínculo</font></b></a></td>
</tr>
<tr>
<td onclick="mClk(this);" onmouseout="mOut(this,'FF0000');" onmouseover="mOvr(this,'00FFFF');" width="100%" align="center" height="18" bgcolor="#FF0000">
<a href="pagina3.htm" target="_self" style="text-decoration: none; color:#000000">
<b><font face="Verdana,Arial,Helvetica" size="1">Vínculo</font></b></a></td>
</tr>
<tr>
<td align="center" width="100%" height="3" bgcolor="#000000">
<img height="1" width="120"></td>
</tr>
<tr>
<td width="100%" height="3" bgcolor="#000000">
<script>
<!--
function mOvr(src,clrOver) {
if (!src.contains(event.fromElement)) {
src.style.cursor = 'hand';
src.bgColor = clrOver;
}
}
function mOut(src,clrIn) {
if (!src.contains(event.toElement)) {
src.style.cursor = 'default';
src.bgColor = clrIn;
}
}
function mClk(src) {
if(event.srcElement.tagName=='TD')
src.children.tags('A')[0].click();
}
// -->
</script>
<p><font size="1">
<img height="1" width="120"></font></td>
</tr>
</table>
</font></td>
</font>
</tr>
</table>
 |
13/Feb/2006 05:57 GMT+1 | Perfil · Privado · Desconectado · Web |
MaiNaa Webmaster Javascript

 Mensajes: 306 Desde: 05/Ago/2005 | RE: Quien me puede ayudar
Quizas de aquí saques alguna conclusion:
http://miarroba.com/foros/ver.php?foroid=793872&temaid=4636308
|
13/Feb/2006 15:18 GMT+1 | Perfil · Privado · Desconectado · Web |