jsCSSEditor - DEMO

jsCSSEditor is a Cascading Stylesheet (CSS) editor (WYSIWYG/Context) written in JavaScript and PHP.
help CTRL+left-button: Context Edit
download jsCSSEditor2.0.tar.gz
donation Make
install
  • site root (web server + PHP):
    tar xzvf jsCSSEditor2.0.tar.gz
  • html file:
    <html>
    ...
    <LINK REL="StyleSheet" HREF="file.css">
    <script language="JavaScript" src="/jsCSSEditor.js"></script>
    ...
    <body class=test onclick=jsCSSEditor(this,event);>
    ...
    </body></html>
div
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. Tutorials, books, mailing lists for users, etc. can be found on the learning CSS page. For background information on style sheets, see the Web style sheets page. Discussions about CSS are carried out on the (archived) www-style@w3.org.
button
select

screenshot