Witam, mam kolejny problem z ułożeniem divów

efekt:

Kod:
<?php get_header(); ?>
<div id="contentleft_sin"> tytul
<?php the_content(); ?>
<?php comments_template(); ?>
<?php endwhile; endif; ?>
<div class="navigation">blebleble
</div>
<div style="clear:both;"></div> <?php include (TEMPLATEPATH . "/sidebar_sin.php"); ?>
oraz kod sidebar_sin [to ten bloczek co jest na dole właśnie]:<div id="contentright_sin" style="display:inline;">
<p style="text-align:left;"> blebleble
<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar(2) ) : ?>
<?php endif; ?>
jeżeli natomiast chodzi o klasy css:
#contentright_sin {
font-family:tahoma,geneva,verdana,sans-serif;
font-size: 8pt;
width: 250px;
float:right;
padding: 15px 0 15px 15px;
margin: 0 0 15px;
}
#sidebar_sin {
width: 250px;
font-size: 8pt;
float: right;
margin: 0;
padding: 0;
}
#contentleft_sin {
width: 910px;
float:left;
padding: 0;
margin: 0;
}
#content_sin {
width: 629px;
float: left;
margin: 0 1px 0 0;
padding: 0;
}
#page_sin {
display: inline;
clear: both;
margin: 0 auto;
padding: 0;
}
Jak widać gdzieniegdzie przewija się clear both, display inline. Nic nie pomaga. Próbowałem też umieszczać include tego pliku php w różnych miejsach - również nic z tego

Pomocy!
Ten post edytował unster 9.09.2009, 20:31:51