Revision 320, 485 bytes
(checked in by beansman, 14 years ago)
|
|
Line | |
---|
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> |
---|