Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/12/2011, 12:28
Avatar de camilo1012
camilo1012
 
Fecha de Ingreso: febrero-2011
Mensajes: 46
Antigüedad: 13 años, 3 meses
Puntos: 1
Menu wordpress

Tengo un problema, quiero poner una imagen destras del texto que pone el menu de wordpress, les dejo el link de mi pagina y el codigo del archivo header para que me ayuden por favor !

http://cnf.cl/estudiantina/?page_id=6


la imagen es esta http://cnf.cl/estudiantina/img/topmenu_bg.png

Código:
nav id="access" role="navigation"><img src="http://cnf.cl/estudiantina/img/topmenu_bg.png" class="" />
				<h3 class="assistive-text"><?php _e( 'Main menu', 'twentyeleven' ); ?></h3>
				<?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?>
				<div class="skip-link"><a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to primary content', 'twentyeleven' ); ?></a></div>
				<div class="skip-link"><a class="assistive-text" href="#secondary" title="<?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?>"><?php _e( 'Skip to secondary content', 'twentyeleven' ); ?></a></div>
				<?php /* Our navigation menu.  If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
				<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
			</nav><!-- #access -->
Gracias a todos