Vladdy
07-11-2003, 02:10 AM
Writing CSS most often is a repetitive task of making small adjustments and hitting "Refresh", ask beetle he knows (http://www.codingforums.com/showthread.php?s=&postid=115714#post115714) :D . It can get especially bad with dynamic pages when you try to style an element, which requires a certain amount of action to get to.
Finally I got fed up with this and after checking out DOM Inspector and reading DOM 2 Style specs cover to cover I decided that it's time to Style Live (http://www.klproductions.com/stylelivelite.html) :thumbsup:
Application is Moz only (IE does not support DOM 2 Style :mad: ). I tried to test it in Opera 7.0, but somehow window.open did not work (yes, I am opening a popup :D ).
So far it is mostly a "proof of concept" version, which I decided to release as "Lite", and has a few limitations.
I'd like to work with it myself and get feedback from whoever cares to provide one, before I decide which features to add in a "full-featured" version.
So far on my list are support for multiple stylesheets, added keyboard interface and support for shorthand property names.
Enjoy.
Finally I got fed up with this and after checking out DOM Inspector and reading DOM 2 Style specs cover to cover I decided that it's time to Style Live (http://www.klproductions.com/stylelivelite.html) :thumbsup:
Application is Moz only (IE does not support DOM 2 Style :mad: ). I tried to test it in Opera 7.0, but somehow window.open did not work (yes, I am opening a popup :D ).
So far it is mostly a "proof of concept" version, which I decided to release as "Lite", and has a few limitations.
I'd like to work with it myself and get feedback from whoever cares to provide one, before I decide which features to add in a "full-featured" version.
So far on my list are support for multiple stylesheets, added keyboard interface and support for shorthand property names.
Enjoy.