Click to See Complete Forum and Search --> : Javascript


Tabo
01-24-2007, 11:34 AM
I have a javascript that needs to run when the user changes a stylesheet, by a dropdown menu. How can i make the javascript run from the css document, is it possible? How bout the @import url?

holyhttp
01-24-2007, 12:05 PM
How about using the event fired from the dropdown menu change to run the javascript?

Tabo
01-24-2007, 12:17 PM
Less compatibillaty for event handeler plus im not sure how to do it for this script, i can only do it with basic ones