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