Will nicht extra ein neuen Pst aufmachen, hoffe das trozdem weiter geholfen wird.
Wollte mir eine eigene Navi bastel ais images, nur werden diese erst garnicht angezeigt.
Habe einfachmal folgendes eingefügt um zuschauen wie es wirgt.
PHP
<img src="http://forum.wordpress-deutschland.org/images/Home.png" width="130" height="58" alt="home" />
nur wird das Home image nicht angezeigt, hier mal die header.php
PHP
<?php
/**
* xxx
*/
?>
<!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('«', true, 'right'); ?> <?php bloginfo('name'); ?> | <?php bloginfo('description'); ?></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="copyright" content="Copyright xxx, All Rights Reserved." />
<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'); ?>" />
<!-- Start jQery for drop down menu -->
<?php wp_enqueue_script('jquery'); ?>
<script type='text/javascript'>
jQuery(document).ready(function() {
jQuery("#dropmenu ul").css({display: "none"}); // Opera Fix
jQuery("#dropmenu li").hover(function(){
jQuery(this).find('ul:first').css({visibility: "visible",display: "none"}).show(268);
},function(){
jQuery(this).find('ul:first').css({visibility: "hidden"});
});
});
</script>
<!-- End jQery for drop down menu -->
<?php wp_head(); ?>
</head>
<body>
<div id="page-menu">
<ul id="page-list">
<li class="page_item page-item-2"><a href="<?php bloginfo('url'); ?>" title="Blog">Blog</a></li>
<li class="page_item page-item-2"><a href="<?php bloginfo('url'); ?>/about/" title="About">About</a></li>
<li class="page_item page-item-329"><a href="<?php bloginfo('url'); ?>/work/" title="Work">Work</a></li>
<li class="page_item page-item-329"><a href="<?php bloginfo('url'); ?>/downloads/" title="Downloads">Downloads</a></li>
<li class="page_item page-item-329"><a href="<?php bloginfo('url'); ?>/photos/" title="Downloads">Photos</a></li>
<li class="page_item page-item-1029"><a href="<?php bloginfo('url'); ?>/contact/" title="Contact">Contact</a></li>
</ul>
</div>
<div id="header">
<!-- Start Logo -->
<div class="logo">
</a>
</span>
<p>
<!-- End logo -->
<!-- start blog description -->
<!-- end blog description -->
</p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</div>
<!-- /header -->
Alles anzeigen
zudem bekomme ich die navi nicht mittig, und das ersetzen der der text links durch images klapt auch irgendwie nicht...