1 | | <span class="item-icon" style="position:relative; border: none; height:24px; width:24px; text-align:left;"> |
2 | | <img border="0" style="position:absolute;" src="{$icon}"> |
3 | | <img border="0" height="24" width="24" src="{$img}" title="{$name}" alt="{$name}"> |
4 | | </span> |
| 1 | <div class="item-icon" style="position:absolute; border: none; height:24px; width:24px; text-align:left;"> |
| 2 | <img border="0" style="position:absolute; left:-4px; top:-4px; height="32" width="32" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( |
| 3 | src="{$icon}", sizingMethod='image');"> |
| 4 | <img border="0" style="position:absolute; height="24" width="24" filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( |
| 5 | src="{$img}", sizingMethod='image');" title="{$name}" alt="{$name}"> |
| 6 | </div> |