views:

10

answers:

0

IE > 7 and others does support Data URI but not IE6 and 7. I found techniques to display inline images by using CSS but the issue is that the images I want to show are Ad banners which will be clickable and also dynamic(rotation banner). how can I use MHTML in a way that I dont have to be Dependant on css?

Update

http://www.phpied.com/mhtml-when-you-need-data-uris-in-ie7-and-under/

URL giving above does not serve the purpose as it asks to use external CSS. Whats the use when its still making a separate request?