wordpress - Background Slider -


i want background slider behind menu , logo, don't it.

i see no pictures of slider hope can me problem

so hope someone's can me

<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"> 

you should change <header class="cb-slideshow"> tag in <ul class="cb-slideshow"> make relevant. then, it's difficult status script looks incomplete, don't see javascript firing slider, ...


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -