开发者

Is there a "best" way to edit CSS? [closed]

开发者 https://www.devze.com 2022-12-23 02:46 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely 开发者_StackOverf
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely 开发者_StackOverflow中文版solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

Is there a "best" way to edit CSS?

I'm looking for a designer tool. It has to "visual"... less code. Visual studio does a good job but it seems to be lacking when it comes to the actual design stage.


My suggestion is CSSEdit by MacRabbit. It's focused on just editing CSS, and is very visual without hiding code. You can edit CSS attributes through a GUI, or directly edit the text in the code. You can preview your work on any site, even applying your edited CSS to the display of live Web sites. As a plus or minus depending upon your platform of preference, it's a Mac only application.


Here's what I do:

  1. Design the page semantically, using lists, headings, paragraphs etc.
  2. Add classes and ids where appropriate.
  3. Open the unstyled page in Firefox.
  4. Open Firebug.
  5. Write/edit the CSS there and see the results instantly.
0

精彩评论

暂无评论...
验证码 换一张
取 消