Hi there,

I wanna add CSS-Definitions to a <style>-tag using Prototype. In all "good" 
browsers (ALL^IE) this works by simplay appending a CSS-String to the 
desired <style>-tag. IE doesn't like this though. I found [1] that in IE you 
can update the entire contents of the style-tag using an attribute named *
cssText* but that doesn't append but replace the all definitions.

So I was wondering, does Prototype JS already have a method to append 
style-definitions to a styletags for all browsers?

Thanks,
Lukas

[1] 
http://acidmartin.wordpress.com/2009/05/06/creating-style-tag-with-javascript-and-adding-rules-to-it/

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/4fQMnC0XkpIJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to