Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/01/2010, 07:06
Eloytxo
 
Fecha de Ingreso: noviembre-2009
Mensajes: 44
Antigüedad: 14 años, 5 meses
Puntos: 0
Como centrar en Firefox

Hola, tengo un problemilla al ver mi website en firefox. Con IE aparece centrada corectamente, pero no así con FireFox.

Este es el código de mi página master:

Código vb:
Ver original
  1. <%@ Master Language="VB" CodeFile="Principal.master.vb" Inherits="MasterPage" %>
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head runat="Server">
  7. <title> Alimentación Charo - "El Portal de Topero" </title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  9. <link href="style.css" rel="Stylesheet" type="text/css"/>
  10. </head>
  11.  
  12. <body style="margin: auto; background-color: #6b6262; text-align: center;">
  13. <form id="Form1" runat="server">
  14. <table width="778" border="0"  cellpadding="0" cellspacing="0" style="text-align: center;">
  15.   <tr>
  16.     <td align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  17.         <tr>
  18.           <td colspan="2" align="left" valign="top" style="background-image: url(images/ColorMenuGris.jpg);"><table width="100%" border="0" cellpadding="0" cellspacing="0">
  19.  
  20. ............
  21. ...........
  22. ...........

Algúna solución? Gracias ^^