Ver Mensaje Individual
  #9 (permalink)  
Antiguo 05/02/2010, 16:03
AlbertoGarcia
 
Fecha de Ingreso: mayo-2009
Ubicación: Fuerteventura
Mensajes: 324
Antigüedad: 14 años, 11 meses
Puntos: 19
Respuesta: problema con repeat-y

Pues la verda no sé qué puede ser. lo he montado y funciona correctamente le background. ¿será un problema con el nombre del archivo? ¿o con la ruta de la imagen? ¿o un conflicto con otra regla css?

También el td .MenuBack lo tienes vacio, si pones una imagen que se repita en el eje y (vertical) no lo podrás apreciar, en el ejemplo he puesto un párrafo en el td.

Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2.     <head>
  3.         <meta name="generator" content="HTML Tidy, see www.w3.org">
  4.  
  5.         <title></title>
  6. <style type="text/css">
  7.       td.MenuBack {
  8.       background: #333 url(http://static.forosdelweb.com/fdwtheme/back-thead.png) repeat-x left top;
  9.       }
  10.     </head>
  11.  
  12.     <body>
  13.         <table>
  14.             <tr>
  15.                 <td><img alt="" src="images/MenuBottom.jpg" width=
  16.                "204" height="37"></td>
  17.             </tr>
  18.  
  19.             <tr height="100%">
  20.                 <td class="MenuBack">
  21.                     <p>hola que tal!</p>
  22.                 </td>
  23.             </tr>
  24.  
  25.             <tr>
  26.                 <td><a href="index.html"><img alt="" src=
  27.                "images/ContactInfo.jpg" border="0" width="204"
  28.                height="117"></a></td>
  29.             </tr>
  30.         </table>
  31.     </body>
  32. </html>

Salud!