Muchas gracias :), como digas!, por partes:
Puedes verlo online en
http://213.60.209.225/test/
A raíz de lo que me habéis comentado, lo he puesto todo en 1 solo div como antes, el cófigo CSS es éste:
Código:
.separador {
padding-right:40px;
width: 214px;
height: 30px;
background: url("sec.png") no-repeat top;
}
El código php COMPLETO es éste:
Código PHP:
<div id="sidebar">
<?php bloginfo('description'); ?>
<?php if (function_exists('WeatherIcon')) : ?>
<div class="weather">
<?php WeatherIcon('LEVX'); ?>Ourense, Spain
</div>
<?php endif; ?>
<h2 class="sidebar-title">Más</h2>
<div class="separador"></div>
<h2><?php wp_list_cats(''); ?></h2>
<br></br>
<h2 class="sidebar-title">Comentarios</h2>
<div class="separador"></div>
<h2><?php get_recent_comments(); ?></h2>
<br></br>
<h2 class="sidebar-title">Archivos</h2>
<div class="separador"></div>
<h2><?php wp_get_archives('type=monthly'); ?></h2>
<br></br>
<h2 class="sidebar-title">Buscar</h2>
<div class="separador"></div>
<div class="searchfield">
<form style="padding: 0px; margin-top: 0px; margin-bottom: 0px;" id="searchform" method="get" action="<?php bloginfo('url'); ?>">
<p style="padding: 0px; margin-top: 0px; margin-bottom: 0px;"><input type="text" class="input" name="s" id="search" alt="Search" size="15" />
<input name="submit" type="submit" tabindex="5" value="<?php _e('Buscar'); ?>" /></p>
</form></div>
<br></br>
<br></br>
<h2 class="sidebar-title">CP</h2>
<div class="separador"></div>
<h2>
<li><?php // wp_register(); ?></li>
<li><?php wp_loginout(); ?></li>
<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>
<li><a href="#content" title="back to top">Back to top</a></li>
<?php wp_meta(); ?>
</h2>
<img src="http://213.60.209.225/test/wp-content/themes/MinimaPlus/ff_logo.gif")/>
<a href="http://www.bitacoras.com"><img src="http://www.bitacoras.com/gra/g03.gif" border="0" alt=" Bitacoras.com "></a>
</div></div>
Y por si necesitas verlo,
el CSS completo
Gracias nuevamente