Hola, ya se que llevo poco tiempo en la comunidad y aun no he resuelto muchos problemas, pero me gustaria que me ayudasen, (lo he puesto en otro lado del foro pero por lo que se ve nadie entra en ese apartado).
El problema es:
Se ve mal en IE la etiqueta spam de Colores de Moda y a la Izquierda toda la pagina porque? Como solucionar?¿
archivo css:
BODY{ color: White; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; background-color:#000066; margin: 0; padding: 0; }
TD {font-size: 10pt; }
p { font-size: 10pt; margin-bottom: 7px; margin-top: 0; }
a{ color: #76DEFC; text-decoration: none; }
a:hover{ text-decoration: underline; color: White; }
form{ margin:0;}
.TITULOS{ font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#FFF; text-decoration:underline; font-weight:bold; }
#HEADER{ width:760px; margin-left:auto; margin-right:auto; margin-bottom:0px; margin-top: 0px;}
#HEADER ul{ margin: 0; padding-left: 0; height: 44px; line-height: 44px; display: block; list-style: none; background-color: #4D4D4D; background-image: url(bg_topnav.gif); background-repeat: no-repeat;}
#HEADER li{ display: inline; background-color: #222222; float: right; }
#HEADER li a{ height: 44px; line-height: 44px; display: block; padding-left: 27px; padding-right: 27px; border-left: 1px solid Black; float: left; }
#HEADER li a:hover{ background-color: #444444; text-decoration: none;}
#HEADER .Visual{ height:30px; background-repeat: no-repeat; border-top: 3px solid Black; }
h1{ margin: 0; padding: 20px 0 0 0; font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; font-weight: normal; letter-spacing: .005em; color: White; font-size: 20pt; }
#CANDADO{ width:25px; height:25px; background-color:#000066; }
#CONTENT{ width:760px; margin-left:auto; margin-right:auto; }
/*#OFERTAS{ position:relative; top:0px; left:460px; width:560px; height:230px; background-color:#30C; }*/
h2{ margin: 0; padding: 3px 0 3px 40px; font-family: "trebuchet ms",arial,tahoma,verdana,sans-serif; font-weight: normal; letter-spacing: .005em; color: White; font-size: 15pt; }
#TEXT{ padding: 15px 20px 15px 20px; border-bottom: 0px solid #484848; border-top: 1px solid #484848; background-color: #222222; }
#TEXT p{ margin-bottom: 1em;}
#FOOTER{ width:760px; margin-top:7px; margin-left:auto; margin-right:auto; border-top: 4px solid #363636; text-align: right; padding-top: 3px; }
#FOOTER p{ font-size: 11px; line-height: 14px; margin: 0; color: #DDDDDD; }
#FOOTER a{ font-size: 11px; font-weight: normal; text-decoration: none; color: White; }
#FOOTER a:hover{ color: white; text-decoration: underline; }
index.php
<?php session_start(); ?>
<?php include_once "conexion.php" ?>
<title>RafiDecor</title>
<link href="images/styles.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.Estilo2 {font-size: 16px}
.Estilo4 {font-size: 24px}
.Estilo5 {font-size: 14px}
-->
</style>
<link rel="shortcut icon" href="images/pintura.ico">
</head>
<body>
<div id="HEADER">
<h1><strong><font sice="8">PINTURAS RAFI</strong></font><font size="4"> DECOR</font><br><span class="Estilo4">Especialistas en Pinturas, Papel Pintado y Manualidades</span></h1>
<?php include "menu.php" ?>
<div class="Visual"><table width="761" height="31" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="50" bgcolor="#009900"> </td>
<td width="50" bgcolor="#330000"> </td>
<td width="50" bgcolor="#000066"> </td>
<td width="50" bgcolor="#660066"> </td>
<td width="51" bgcolor="#0099FF"> </td>
<td width="51" bgcolor="#6699FF"> </td>
<td width="51" bgcolor="#990000"> </td>
<td width="51" bgcolor="#CC0000"> </td>
<td width="51" bgcolor="#FF9900"> </td>
<td width="51" bgcolor="#FFFF00"> </td>
<td width="51" bgcolor="#CCFF66"> </td>
<td width="51" bgcolor="#FF99FF"> </td>
<td width="51" bgcolor="#FFCCFF"> </td>
<td width="51" bgcolor="#FFFFCC"> </td>
<td width="51" bgcolor="#FFFFFF"> </td>
</tr>
</table>
</div>
</div>
<div id="CONTENT">
<div id="TEXT">
<?php if (empty($_GET["page"]))
{
?>
<?php include "inicio.php" ?>
<?php
}
else
{
include $_GET["page"].".php";
}
?>
</div>
</div>
<div id="FOOTER">
<p><a href="#">FAQ</a> • <a href="#">Terms</a> • <a href="#">Privacy Policy</a> • <a href="#">About Us</a></p>
<p>Your Company © 2006 </p>
<p></p>
</div>
<div id="CANDADO">
<?php
include "login.php";
?>
</div>
el fallo es porque en internet explorer se me a la izquierda y en firefox y el chrome no?
No se que tocar para arreglar eso, aparte en colores de moda porque en internet explorer no admite la etiqueta spam y como lo podria poner para que no fallara en ie?¿
Que tendria que hacer para poner otro panel con patrocinadores en la derecha? Seria todo relative?
Gracias y un cordial saludo la web es: http://www.pinturasrafimalaga.es/



Citar


Marcadores