1- He buscado info por ahi pero al parecer, depende del theme en cuestion, que en mi caso he creado yo de cero con el Artisteer.. la cuestion es ¿como podria hacer para pulsando en el header de la pagina me fuera a la pagina de inicio?
Ahí va el código de style.css
Cita:
Y este el del Header.php/* begin Header */
div.art-header
{
margin: 0 auto;
position: relative;
z-index: 0;
width: 1095px;
height: 225px;
overflow: hidden;
}
div.art-header-jpeg
{
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 1095px;
height: 225px;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-position: center center;
<a href="http://musicoterapiactiva.com/wordpress/"><img src="images/header.jpg" /></a>
}
/* end Header */
div.art-header
{
margin: 0 auto;
position: relative;
z-index: 0;
width: 1095px;
height: 225px;
overflow: hidden;
}
div.art-header-jpeg
{
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 1095px;
height: 225px;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
background-position: center center;
<a href="http://musicoterapiactiva.com/wordpress/"><img src="images/header.jpg" /></a>
}
/* end Header */
Cita:
A ver si me podeis ayudar con esto.. me urge bastante..< !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' ); bloginfo( 'name' ); ? >< /title >
< link rel="stylesheet" href="< ?php bloginfo('stylesheet_url') ? >" type="text/css" media="screen" / >
< !--[if IE 6] >< link rel="stylesheet" href="< ?php bloginfo('template_url'); ? >/style.ie6.css" type="text/css" media="screen" / >< ![endif]-- >
< !--[if IE 7] >< link rel="stylesheet" href="< ?php bloginfo('template_url'); ? >/style.ie7.css" type="text/css" media="screen" / >< ![endif]-- >
< ?php if(WP_VERSION < 3.0): ? >
< link rel="alternate" type="application/rss+xml" title="< ?php printf(__('%s RSS Feed', THEME_NS), get_bloginfo('name')); ? >" href="< ?php bloginfo('rss2_url'); ? >" / >
< link rel="alternate" type="application/atom+xml" title="< ?php printf(__('%s Atom Feed', THEME_NS), get_bloginfo('name')); ? >" href="< ?php bloginfo('atom_url'); ? >" / >
< ?php endif; ? >
< link rel="pingback" href="< ?php bloginfo('pingback_url'); ? >" / >
< ?php if (is_file(TEMPLATEPATH .'/favicon.ico')):? >
< link rel="shortcut icon" href="< ?php bloginfo('template_directory'); ? >/favicon.ico" / >
< ?php endif; ? >
< ?php wp_head(); ? >
< script type="text/javascript" src="< ?php bloginfo('template_url'); ? >/script.js" >< /script >
< /head >
< body < ?php if(function_exists('body_class')) body_class(); ? > >
< ?php
ob_start();
< 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' ); bloginfo( 'name' ); ? >< /title >
< link rel="stylesheet" href="< ?php bloginfo('stylesheet_url') ? >" type="text/css" media="screen" / >
< !--[if IE 6] >< link rel="stylesheet" href="< ?php bloginfo('template_url'); ? >/style.ie6.css" type="text/css" media="screen" / >< ![endif]-- >
< !--[if IE 7] >< link rel="stylesheet" href="< ?php bloginfo('template_url'); ? >/style.ie7.css" type="text/css" media="screen" / >< ![endif]-- >
< ?php if(WP_VERSION < 3.0): ? >
< link rel="alternate" type="application/rss+xml" title="< ?php printf(__('%s RSS Feed', THEME_NS), get_bloginfo('name')); ? >" href="< ?php bloginfo('rss2_url'); ? >" / >
< link rel="alternate" type="application/atom+xml" title="< ?php printf(__('%s Atom Feed', THEME_NS), get_bloginfo('name')); ? >" href="< ?php bloginfo('atom_url'); ? >" / >
< ?php endif; ? >
< link rel="pingback" href="< ?php bloginfo('pingback_url'); ? >" / >
< ?php if (is_file(TEMPLATEPATH .'/favicon.ico')):? >
< link rel="shortcut icon" href="< ?php bloginfo('template_directory'); ? >/favicon.ico" / >
< ?php endif; ? >
< ?php wp_head(); ? >
< script type="text/javascript" src="< ?php bloginfo('template_url'); ? >/script.js" >< /script >
< /head >
< body < ?php if(function_exists('body_class')) body_class(); ? > >
< ?php
ob_start();
2- Si visitais la web, vereis que en el menu hay secciones (paginas) que tiene subpestañas.. quería saber como tengo que hacer para que en las pestañas que tiene subpestañas, no muestren su contenido.. es decir, por ejemplo.. en el caso de la pestaña ¿que ofrecemos? que no aparezca/ o no haga nada, por quiero limitar el contenido esa seccion SOLO a los contenidos de la Subpestañas..espero haberme explicado bien..
3- En el mismo menu, respetando el dieño.. quisiera saber como tengo que hacer para que se muestren las subpestañas (de las secciones que la tenga, claro esta) al pasar por encima.. y no clickeando.. sería esto posible?.
Muchas gracias por adelantado.