> Von: "Hannes Schüller" <[email protected]>
> > and to add a stylesheet with the default
> > styling of the hint elements.
>
> This, however, I'm not so keen on. It has been the browser's policy so
> far never to create files, but only to populate them if the user
> creates them first. I.e. the browser can be run on any system without
> leaving any traces. I still like this. Opinions?
Oh, I didn't ment to write something into the style.css file. I thought
of adding the default style to the html header as style tag.
var e = document.createElement("style");
e.innerHTML = ...;
document.head.appendChild(e);
This means the style is considered to be the pages style and can easily
overwritten by the user styles read from style.css file.
Daniel
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Vimprobable-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vimprobable-users