PSD 切片良好实践
我正在管理一个网站的开发(新工作),我们目前正处于模板的切片阶段,我听到很多关于切片时我们应该做什么和不应该做什么的事情......那么有什么好处呢?你经验丰富的开发人员的做法是什么?
图像应该是什么格式? Html 构象级别(严格、过渡等) 应该使用什么标签,不应该使用什么标签 等等等等...
谢谢!
I'm managing the development of a website (new job) and we are currently on the slicing phase of the template, and I hear a lot of things of what we should and should not do while slicing... so what are the good practices you experienced developers do?
What formats should the images be?
Html conformation level (strict, transitional etc)
what tags should and should not be used
etc etc...
thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我可以向您建议的最佳做法是不要让 Photoshop 处理 HTML 的生成。这将是一个可怕的、非语义的混乱。将图像分开并自己制作 HTML/CSS。
The best practice I can suggest to you is not to let Photoshop handle generating the HTML. It'll be an awful, non-semantic mess. Slice the image apart and do the HTML/CSS yourself.