Since the WebBrowser control doesn't allow transparent backgrounds I'm trying to set the background in the WebBrowser control.
I've tried modifying the HTML before calling NavigateToString(), but since the html is a string in memory, I'm not sure what the path should be for my image
Trying this doesn't work:
body { background-image:url('/Images/texture.jpg'); }
Does anybody know if this is possible, or what path I should be using?