Leo Brazil |
02-06-2008 06:14 PM |
I've just installed this mod but I'm facing some strange thing with this. The backgroungs in the links are not filled like they should.
This is the code I'm using for this template and that's pretty much the same as original.
Code:
<tr><td class="alt1"><table border="0" width="165" class="portalnav">
<tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Ve?culos</span></td></tr>
<tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Painel do Aventureiro</span></td></tr>
<tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Acontece no Mundo A&O</span></td></tr>
<tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Turma do A&O</span></td></tr>
<tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Navega??o e Comunica??o</span></td></tr>
<tr><td bgcolor="#444444" width="100%" onclick="window.location='http://www.forum.com/link.php'" style="cursor:pointer; background-color:#444444" onmouseover="this.style.backgroundColor='#555555';" onmouseout="this.style.backgroundColor='#444444';"><span class="portalnav">Suporte T?cnico</span></td></tr>
</table></td></tr>
Any ideas of why this is happening ?
|