Posted by RobG on 01/18/72 11:33
delraydog@gmail.com wrote:
> I'm writing a reusable JavaScript library which needs to set certain
> styles in a document. The document may have an existing stylesheet
> definition either by a link or by an existing stylesheet declaration in
> the documents head section.
>
> How can I use JavaScript to append my own style sheet information to a
> possibly already existing stylesheet definition?
>
Try quirksmode:
<URL: http://www.quirksmode.org/dom/changess.html >
--
Rob
[Back to original message]
|