gsv1982 Posted June 21, 2011 Share Posted June 21, 2011 Криво отображается блок категорий в IE7. Если кто знает, подскажите.В tpl файле написано таким образом:<а href="{$node.link|escape:html:'UTF-8'}" {if $node.id == $currentCategoryId}class="selected"{/if} title="{$node.desc|escape:html:'UTF-8'}">{$node.name|escape:html:'UTF-8'} {if isset($prod_count[$node.id])} {$prod_count[$node.id]} {else} (0) {/if}а>В css файле: #categories_block_left span.right { float: right } Link to comment Share on other sites More sharing options...
Recommended Posts