
:
With HTML
With CSS & HTML
When the browser will load the page, picture file will not be loaded from the server.
It saves HTTP Requests.
It's only the base64 representation of picture that will be loaded.
Almost every browser support base64 encoded images except ( Internet Explorer 5 to Internet Explorer 7)
You can use conditionnal comments to display image file into css stylesheet
If browser is IE 7 and Lower :
More information : http://en.wikipedia.org/wiki/Data_URI_scheme#Web_browser_support
© 2013 - Picbase64.com - Beta V0.1 - Contact