Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/04/2011, 09:54
ivanoide_3
 
Fecha de Ingreso: marzo-2011
Mensajes: 40
Antigüedad: 13 años, 1 mes
Puntos: 0
Respuesta: Errores en visualizacion con IE

Vale, vale gente, he encontrado el error, cuando quito esta capa, funciona perfectamente en IE la web, pero si la pongo, se vuelve a estropear:

Código HTML:
 <div id="buscador">
					<form id="search" action="search.php">
							<a>Tu cubo:</a>
						<input type="text" class="buscador"/>
						<button type="submit" class="submit"/>
					</form>
			</div> 
Mi doctype:

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es-es">
<head>
	<title>Home</title>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 

Última edición por ivanoide_3; 12/04/2011 a las 10:22