Hola buenas de nuevo, lo primero perdon por la tardanza, no he tenido internet hasta hoy :D
Vuelvo a poner aqui los enlaces que no me deja editarlo.
Cuando abro la página:
[URL=http://imageshack.us/photo/my-images/16/45839033.gif/][IMG]http://imageshack.us/a/img16/17/45839033.th.gif[/IMG][/URL]
Cuando paso el ratón por encima:
[URL=http://imageshack.us/photo/my-images/850/24907624.gif/][IMG]http://imageshack.us/a/img850/5427/24907624.th.gif[/IMG][/URL]
Gracias por contestar C2am, aqui te pongo los codigos.
HTML del index
Código:
<div id="banner">
<?php include("banner.php"); ?>
</div>
CSS
Código:
#banner{
width: 100%;
height: 300px;
}
HTML de banner.php
Código:
<!-- ImageReady Slices (Banner motoclub.psd) -->
<table id="Tabla_01" width="100%" height="300" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3">
<img src="images/banner/bannerguardarrailes_01.gif" width="100%" height="69" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/banner/bannerguardarrailes_02.gif" width="100%" height="231" alt=""></td>
<td>
<a href="http://motoclublavirgen.foroactivo.com/f9-entra-y-lucha-con-nosotros" target="_blank"
onmouseover="window.status='Enlace a la seccion Entra y lucha con nosotros del foro'; return true;"
onmouseout="window.status=''; return true;">
<img src="images/banner/Guardarrailes.gif" width="100%" height="117" border="0" alt="Entra y lucha con nosotros"></a></td>
<td rowspan="2">
<img src="images/banner/bannerguardarrailes_04.gif" width="100%" height="231" alt=""></td>
</tr>
<tr>
<td>
<img src="images/banner/bannerguardarrailes_05.gif" width="100%" height="114" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
El problema creo que puede ser que estoy intentando que la página se vea adptada a todas las resoluciones y me esta dando varios quebraderos de cabeza...
Un saludo.