Re: Big Button ie6 bug
Quote:
<td class="{$bg_title_class}"
|
This means you should specify value for bg_title_class while including big_button.tpl
for example
{incude file="..." bg_title_class="default" }
and then in your css
td.default {
background: #ff0000 none;
}
|