http://dev.harveys.co.uk/clients/
.inner {padding:10px; }
<div id="page">
<div id="clients" class="clearfix">
<?php $count = 0;?>
<?php query_posts('category_name=Clients&showposts=20&orderby=297,299,308,302,304'); if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php $count++; ?>
<div class="client <?php if ( $count % 3 == 0 ){ echo "last-child"; }?>">
<div class="inner">
<img src="" alt="" width="168" height="104" alt="" /></a>
<h2></h2>
</div><!-- clients -->
</div><!-- page -->
答案 0 :(得分:0)
你的链接已经死了。一般来说,最好的方法是使用这种技术使用IE6 / 7 CSS样式表(谨慎):http://www.quirksmode.org/css/condcom.html
此处列出了大多数特定于IE的CSS错误:http://css-tricks.com/ie-css-bugs-thatll-get-you-every-time/