Ver Mensaje Individual
  #16 (permalink)  
Antiguo 23/07/2008, 20:52
Alvar0
 
Fecha de Ingreso: marzo-2008
Mensajes: 40
Antigüedad: 16 años
Puntos: 0
Respuesta: Incompatibilidad entre Mozilla Firefox y un efecto Tooltip

Hola de nuevo,

A riesgo de paracer verdaderamnete tonto te comento:

si quito esto:

<!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" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">

Esto se desactiva:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-gb" />
<link href="main.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" type="text/css" href="styles/main.css" />
<meta name="description" content="The best way to learn Spanish in a few months with our intensive courses, on a one-to-one basis with a native speaker. FIRST LESSON FREE! - no catches" />
<meta name="keywords" content="Spanish Lessons, Spanish teachers, lessons in manchester, learn spanish in manchester, intensive courses, spanish tutors, profesional tutoring, lesson free, on a one-to-one basis, one-to-one, private teachers, Manchester, London, liverpool, Birmingham , UK, England, United Kingdom" />
<meta name="verify-v1" content="HbgXi9OMs7SlekkJEfV6UImmSiuNqPaHEQXCiDQs8 IY=" />


El main.ccs y demas. Resultado, la pagina queda desfigurada y supogo que google boot tenga dificultades para leer la descripcion de la web que usa para posicionarme.

EDITO:

bien, sonó la fluta!

He añadido esto en sustitucion de lo otro explicado arriba:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

Y funciona!! con el ff y con el ie7 (el tooltip me refiero)

Resultado SIN MODIFICAR EL CODIGO HTML: http://www.spanishteachers.co.uk/web...ces/index.html

Resultado 2 MODIFICADO EL CODIGO HTML: http://www.spanishteachers.co.uk/web/index2.html

El editor web me dice esto sobre:
<div align="center">
<div id="wrapper" align="left">
Sobre esto el editor web me dice que la declaracion "div align" es catalogada por el consorcio WWW como outdated, obsoleta vamos.

Puedes ssclam por favor testealo con el ie6? a ver si era esta la fuente del error?

Mil gracias!

Última edición por Alvar0; 23/07/2008 a las 21:57