The style sheet required:
body {background-image:url(file://z:/.../filename);}
but the <img> tag required:
<img src="file:\\z:\ ...\filename" / >
Thanks
User Profile
Collapse
-
Internal website must link to images on network mapped drives
I'm using the latest IE7 and FF3, the standards at my company.
I have two cases...
1. Styles: In my style sheet I have:
body {background-image:url(/z:/internalsite/projects/images/joespic.jpg);}
2. in the body somewhere:
<img src="/z:/internalsite/projects/images/tomspic.bmp" />
Thanks to Firebug's DOM inspection, I was able to get those...
No activity results to display
Show More
Leave a comment: