资 源 简 介
Creating and modifying CSS for a web page involves a lot of alt-tabbing between your code editor and web browser. FireBug and other dev tools let you change CSS on the fly, but won"t persist changes back to your source CSS file.
LiveStyle gives you a simple, web-based, stylesheet editor for all stylesheets linked in your HTML. Make some changes, hit Ctrl+S and the stylesheet is reloaded in the browser (without needing a full page refresh). The changed stylesheet is also sent to the server to be saved.
Watch a 2 minute introduction screen cast here:
http://screencast.com/t/hhAvdK0h4Y (it"s of an older version without syntax highlighting, but it works the same)
LiveStyle works by including a single .ashx handler in your ASP.NET web application. No changes need to be made to your HTML.
LiveStyle uses CodeMirror for its syntax highlighted in-browser CSS editor.
See 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报