Habe mir schon einige Beiträge zu verrutschten Headern und sidebars und ähnlichem im Internet Explorer angeschaut, aber ich weiß nicht, was bei mir zu tun ist. Vielleicht kann mir jemand anhand meiner header.php oder der style.css helfen?
PHP
<!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">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<style type="text/css" media="screen">
body { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/richbgcolor.jpg"); }
<?php /* Checks to see whether it needs a sidebar or not */ if ((! $withcomments) && (! is_single())) { ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/richbg.jpg") repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/richbgwide.jpg") repeat-y top; border: none; }
<?php } ?>
#header { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/richheader.jpg") no-repeat bottom center; margin: 0 !important; margin: 0 0 0 0px; padding: 1px; height: 198px; width: 758px; }
#headerimg { margin: 7px 9px 0; height: 192px; width: 740px; }
#footer { background: url("<?php bloginfo('stylesheet_directory'); ?>/images/richfooter.jpg") no-repeat bottom; border: none;}
</style>
<?php wp_head(); ?>
</head>
<body>
<div id="page">
<div id="header" onclick="location.href='http://www.vries-land.de';" style="cursor: pointer;" /div>
<div id="headerimg">
<div class="description"> <div id="hnav"> <ul> <li><a
href="<?php bloginfo('url'); ?>">Home</a></li> <li><a href="http://www.vries-land.de/wer-schreibt">Wer schreibt?</a></li> <li><a href="http://www.vries-land.de/about">Worum gehts?</a></li> <li><a
href="http://www.vries-land.de/info-fur-blog-unerfahrene/">Info für Neulinge</a></li> <li><a href="http://www.vries-land.de/simon-kontaktieren/">Simon kontaktieren</a></li> </ul> </div> </div>
</div>
</div>
Alles anzeigen