Hello I'm building a little browser in xul I use the navigator css at the moment So my main xul file start with : <?xml-stylesheet href="chrome://navigator/skin" type="text/css"?> I've found the navigator.css file in classic.jar So I pasted in my package named "athanor", in the subdirectory skin, that is well declared in installed-chrome.txt and if instead of the previous line I use : <?xml-stylesheet href="chrome://athanor/skin/navigator.css" type="text/css"?> then it doesn't work at all
Why ??? thanks in advance Fran�ois
