I'm trying to set the background of a using the data uri format, but it's not working. Is it supported?
<div id="img_div" style="background-image: url(data:image/gif;base64,R0goKG41........sadasd==);"></div>
Here is my fiddle: http://jsfiddle.net/NA9Ye/
I edited the data here so my post wouldn't be huge.
THank you