I have recently worked on a nice html5 site with some shiny css3 effects.
One thing that I've done is to set a svg file as the background.
Code:
body
{
background-image: url("image.svg");
}
I think you know what this does. On my desktop Firefox everything works fine, but I can't get microb to show the background. Is this not impossible in general or do I have to tweak something in my css to enable the background in microb?
When I open the svg file directly in microb everything works fine.
I have recently worked on a nice html5 site with some shiny css3 effects.
One thing that I've done is to set a svg file as the background.
When I open the svg file directly in microb everything works fine.
Bit this:
Any solutions/hints/tips?