0
我想在我的菜單和徽標後面有一個背景滑塊,但我不明白。背景滑塊
我沒有看到滑塊的圖片,所以我希望有人能幫助我解決這個問題
所以我希望有人的可以幫我
<link href='http://fonts.googleapis.com/css?family=Lato:400,900italic,700|Prata|Qwigley' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/fancybox/jquery.fancybox.css">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/skeleton.css">
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/style.css" />
<script type="text/javascript" href="<?php echo get_template_directory_uri(); ?>/js/modernizr.custom.86080.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<?php if(ci_setting('favicon')): ?>
<link rel="shortcut icon" type="image/x-icon" href="<?php ci_e_setting('favicon'); ?>" />
<?php endif; ?>
<script src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php do_action('after_open_body_tag'); ?>
<div id="logo-nav">
<header class="cb-slideshow">
<li><span>Image 01</span></li>
<li><span>Image 02</span></li>
<li><span>Image 03</span></li>
<li><span>Image 04</span></li>
<li><span>Image 05</span></li>
<li><span>Image 06</span></li>
</ul>
</div>
<header class="container">
<hgroup>
<?php ci_e_logo('<h1 id="logo">', '</h1>'); ?>
</hgroup>
<!-- /hgroup -->
<nav id="navigation" class="sixteen group">
<ul class="six columns left main-nav">
Hello Strategio, 感謝您的幫助,而且當我將標題更改爲ul它也不工作? – 2013-05-14 17:28:30
您可以從WeTransfer下載Header.php和CSS,因爲我無法在此刪除所有代碼。 http://we.tl/WyVt9mFNhd – 2013-05-14 17:34:53
你在這一行有一個優秀的雙引號(這裏是更正的):''。但這可能不是唯一的一點......你應該使用高亮的文本編輯器,如[sublime text](http://www.sublimetext.com/)來找到這種錯誤。 – Strategio 2013-05-14 21:24:05