Is it possible to import css stylesheets into a html page using Javascript? If so, how can it be done?
P.S the javascript will be hosted on my site, but I want users
The YUI library might be what you are looking for. It also supports cross domain loading.
If you use jquery, this plugin does the same thing.