Hallo,
ich habe folgendes Problem auf meiner Seite:
Ich möchte den ursprünglichen Header durch einen Flashheader tauschen.
Der Header sitzt über meiner Navi-Leiste. Mein Problem ist jedoch jetzt, dass mir das Theme eine dicke weiße Leiste zwischen beide Elemente setzt und ich weiss leider nicht, wie ich diese weg bekomme.
Vielleicht könnt ihr mir ja helfen.
ZitatAlles anzeigen<!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"
<?php language_attributes(); ?>
>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title>
<?php wp_title(''); ?>
<?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?>
::
<?php } ?>
<?php bloginfo('name'); ?>
</title>
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/print.css" type="text/css" media="print" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" media="screen, projection" />
<!--[if IE]><link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/lib/ie.css" type="text/css" media="screen, projection" /><![endif]--><!-- Javascripts Courtesy of SmoothGallery JonDesign's (Javascript) SmoothGallery 2.0: Improved Mootools Mojo for Images | What is it ? -->
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/slideshow/mootools.v1.11.js" type="text/javascript"></script>
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/slideshow/jd.gallery.js" type="text/javascript"></script><!-- Javascripts -->
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/functions.js"></script>
<script type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/jquery.js"></script>
<!--[if lt IE 7]>
<script defer type="text/javascript" src="<?php bloginfo('stylesheet_directory'); ?>/js/pngfix.js"></script>
<![endif]-->
<!--[if gte IE 5.5]>
<script language="javaScript" src="<?php bloginfo('stylesheet_directory'); ?>/js/dhtml.js" type="text/javaScript"></script>
<script language="javaScript" src="<?php bloginfo('stylesheet_directory'); ?>/js/dhtml2.js" type="text/javaScript"></script>
<![endif]-->
<!-- Show the grid and baseline -->
<style type="text/css">
/* .container { background: url(<?php bloginfo('stylesheet_directory'); ?>/css/lib/img/grid.png); }*/
</style>
<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'); ?>" />
<?php wp_head(); ?>
</head>
<body>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4410336-1");
pageTracker._initData();
pageTracker._trackPageview();
</script><div class="container">
<div class="container-bg"><!-- Header -->
<div>
<object width="950" height="94"> <param name="movie" value="http://flimmercasten.bewegende-bilder.net/casten/Stuff/banner.swf"> </param> <param name="wmode" value="transparent"> </param> <embed src="http://flimmercasten.bewegende-bilder.net/casten/Stuff/banner.swf" type="application/x-shockwave-flash" wmode="transparent" width="950" height="94"></embed> </object></p> </div>
<!--<img src="http://flimmercasten.bewegende-bilder.net/casten/Stuff/header02.jpg" width="950">-->
<!-- Top Navigation -->
<ul id="navmenu-h-r">
<?php wp_list_categories('title_li=&exclude=1,14,37'); ?>
</ul>
<!-- Navigation -->
<div class="column span-24 large" id="nav">
<div class="content">
<ul id="navmenu-h">
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<?php wp_list_pages('sort_column=menu_order&depth=2&title_li='); ?>
<li><a href="http://feeds.feedburner.com/Flimmercasten">RSS Feed</a></li>
<li class="alignright"><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
</ul>
</div>
</div>