Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/11/2011, 05:55
Avatar de Pentaxeros
Pentaxeros
 
Fecha de Ingreso: mayo-2008
Mensajes: 173
Antigüedad: 16 años
Puntos: 3
Problema con DIV centrado y fijo con explorer 7

Hola, tengo un problema que por mas vueltas que le doy no consigo resolver.

Tengo mi portal www.pentaxeros.com, que en casi todos los navegadores de ve bien, digamos asi:


en firefox, safari, explorer 8, chrome, etc, se ve bien, el menu superior que pone PENTAXEROS, Inicio Foro, Objetivos, etc... sale centrado y siempre fijo arriba.

La cosa es que algunos usuarios con Explorar 7 incluso 9, me pasan esto:


en esta url he creado una version reducida del código a fin de detectar el porque!!!
http://www.pentaxeros.com/pruebas.php

es como si la caja que contiene la caja que es el manu superior la centrara...
Os pongo el codigo aunque si vais al enlace que he puesto arriba podeis ver el codigo fuente:
Código:
<div id="mkwrapper" style="width: {$mainwidth};">
<table class="tabmain" width="100%" align="center" border="0" cellspacing="0" cellpadding="0">

<tr>
<td width="100%" align="center">

<table border="0" width="100%" cellpadding="0" cellspacing="0">
<!-- end open main table -->

<tr>
<td>


<div style="width:100%;height:135px;background-color:#121216">

<center>
    <div style="width:599px;height:54px;">
    </div>
    
    <div>
    
BANER PUBLICIDAD

    </div>

</center>

</div>

<div style="margin: 0 auto; position:fixed; top: 0;width:100%;height:37px; background-color:#000;border-bottom: 1px solid #aaa;">
<!-- <center> -->
<div style="margin: 0 auto;top: 0;max-width:1234px;min-width:990px;width: 99%;height:36px">
		
        
        <div style="float:left;width:247px;height:36px">
                       <!-- Logo --> LOGO

        </div>
        
        <div style="float:right;width:195px;height:36px;">
        		<!-- Buscador --> BUSCADOR
        </div>
       
  
        <div style="margin: 0 auto;width:600px;height:36px;">
        	         <!-- MENUS CENTRALES --> MENU CENTRO
        </div>
        <!-- DIVISION CAJA -->
</div>
</div>


</td>
</tr><!-- end logostrip -->
</table>

</div>


</body>
</html>

Muchas gracias de antemano...

Saludos!!!

Última edición por Pentaxeros; 15/11/2011 a las 06:12