Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/01/2009, 10:38
StrikeFreedom
 
Fecha de Ingreso: diciembre-2006
Mensajes: 381
Antigüedad: 17 años, 3 meses
Puntos: 2
No se ve bien en IE

Hola, esta es una web de un cliente:

http://www.eatinginireland.com/

Cuando la veo en firefox no hay problema, pero cuando la veo en IE, no me la visualiza correctamente, he hecho la prueba quitando los estilos, pero sigue el mismo error, alguien puede ayudarme?
osea el error es que no muestra toda pagina completa, solo una parte, si miras la pagina con el IE6 no se muestra toda la pagina, pero si la vez en firefox se muetra bien, y tambien me he dado cuenta que algunos caracteres en IE se ven asi: Â , por eso me imagino que tiene que ver con algo relaciona a los caracteres: este es el codigo fuente del encabezado:

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

<head profile="http://gmpg.org/xfn/1">
<title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->

<link rel="stylesheet" type="text/css" media="print" href="<?php echo get_settings('siteurl'); ?>/print.css" />

<style type="text/css" media="screen">
@import url( <?php bloginfo('stylesheet_url'); ?> );
</style>

<meta name="author" content="Vladimir Simovic aka Perun" />
<meta name="publisher" content="Vladimir Simovic aka Perun" />
<meta name="copyright" content="Vladimir Simovic aka Perun" />
<meta name="page-topic" content="Themen rund um erstellung von Webseiten: XHTML, HTML, CSS, PHP, Mozilla etc." />
<meta name="audience" content="alle" />
<meta name="robots" content="index,follow" />
<meta name="revisit-after" content="3 days" />
    
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_get_archives('type=monthly&format=link'); ?>
<?php 
//comments_popup_script(); // off by default ?>
<?php wp_head
(); ?>
<style type="text/css">
<!--
body {
    background-image: url(http://www.eatinginireland.com/images/background.gif);
    background-repeat: repeat;
}
-->
</style></head>