fredmv
08-08-2003, 05:23 AM
Hey everyone!
I just wrote this script which loops through all of the CSS properties for an element, and dynamically generates an HTML document using a for/in loop in a new window which is a table of all CSS properties and values for the element. Some may find it useful.
You can see the demo here:
http://home.comcast.net/~fredv4/csspropertylister.html
It's also fully commented. All suggestions are welcome.
Thanks!
I just wrote this script which loops through all of the CSS properties for an element, and dynamically generates an HTML document using a for/in loop in a new window which is a table of all CSS properties and values for the element. Some may find it useful.
You can see the demo here:
http://home.comcast.net/~fredv4/csspropertylister.html
It's also fully commented. All suggestions are welcome.
Thanks!