For a local file system why doesn't href="/test.css" default to the folder of the html document like href="test.css"? What does it default to?
The format of a file:// url is:
file://server/path
So if you look at "file:///foo/bar/baz" and resolve "/test" relative to it, you should get "file:///test".
-Boris
_______________________________________________ mozilla-layout mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-layout
