i am using a CSS driven transparent PNG on a table whose content contains link....however while in Firefox they work fine in IE it does not seem to com into "Focus"
the code im apparantly using is this
Code: Select all
* html .item_table_top{
background-image:none;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/styles/default/item_table_top.png',sizingMethod='scale');
}