副标题: Advanced Web Standards Solutions
作者: Andy Budd / Simon Collison / Cameron Moll
出版社: friends of ED
出版年: 2006-02-13
页数: 280
定价: USD 22.04
装帧: Paperback
ISBN: 9781590596142
作者: Andy Budd / Simon Collison / Cameron Moll
出版社: friends of ED
出版年: 2006-02-13
页数: 280
定价: USD 22.04
装帧: Paperback
ISBN: 9781590596142
内容简介 · · · · · ·
You'll learn how to:
Plan, organize, and maintain your stylesheets more effectively
Apply the secrets of liquid, elastic, and hybrid layouts
Create flickr™-style image maps, remote rollovers, and other advanced CSS features
Lay out forms using pure CSS
Recognize common browser bugs, and how to fix them
While CSS is a relatively simple technology to learn, it is a difficult one ... (展开全部) You'll learn how to:
Plan, organize, and maintain your stylesheets more effectively
Apply the secrets of liquid, elastic, and hybrid layouts
Create flickr™-style image maps, remote rollovers, and other advanced CSS features
Lay out forms using pure CSS
Recognize common browser bugs, and how to fix them
While CSS is a relatively simple technology to learn, it is a difficult one to master. When you first start developing sites using CSS, you will come across all kinds of infuriating browser bugs and inconsistencies. It sometimes feels like there are a million and one different techniques to master, spread across a bewildering array of websites. The range of possibilities seems endless and makes for a steep and daunting learning curve.
By bringing all of the latest tips, tricks, and techniques together in one handy reference, this book demystifies the secrets of CSS and makes the journey to CSS mastery as simple and painless as possible. While most books concentrate on basic skills, this one is different, assuming that you already know the basics and why you should be using CSS in your work, and concentrating mainly on advanced techniques.
It begins with a brief recap of CSS fundamentals such as the importance of meaningful markup, how to structure and maintain your code, and how the CSS layout model really works.
With the basics out of the way, each subsequent chapter details a particular aspect of CSS-based design. Through a series of easy-to-follow tutorials, you will learn practical CSS techniques you can immediately start using in your daily work. Browser inconsistencies are the thorn in most CSS developers' sides, so we have dedicated two whole chapters to CSS hacks, filters, and bug fixing, as well as looking at image replacement; professional link, form, and list styling; pure CSS layouts; and much more.
All of these techniques are then put into practice in two beautifully designed case studies, written by two of the world's best CSS designers, Simon Collison and Cameron Moll.
Plan, organize, and maintain your stylesheets more effectively
Apply the secrets of liquid, elastic, and hybrid layouts
Create flickr™-style image maps, remote rollovers, and other advanced CSS features
Lay out forms using pure CSS
Recognize common browser bugs, and how to fix them
While CSS is a relatively simple technology to learn, it is a difficult one ... (展开全部) You'll learn how to:
Plan, organize, and maintain your stylesheets more effectively
Apply the secrets of liquid, elastic, and hybrid layouts
Create flickr™-style image maps, remote rollovers, and other advanced CSS features
Lay out forms using pure CSS
Recognize common browser bugs, and how to fix them
While CSS is a relatively simple technology to learn, it is a difficult one to master. When you first start developing sites using CSS, you will come across all kinds of infuriating browser bugs and inconsistencies. It sometimes feels like there are a million and one different techniques to master, spread across a bewildering array of websites. The range of possibilities seems endless and makes for a steep and daunting learning curve.
By bringing all of the latest tips, tricks, and techniques together in one handy reference, this book demystifies the secrets of CSS and makes the journey to CSS mastery as simple and painless as possible. While most books concentrate on basic skills, this one is different, assuming that you already know the basics and why you should be using CSS in your work, and concentrating mainly on advanced techniques.
It begins with a brief recap of CSS fundamentals such as the importance of meaningful markup, how to structure and maintain your code, and how the CSS layout model really works.
With the basics out of the way, each subsequent chapter details a particular aspect of CSS-based design. Through a series of easy-to-follow tutorials, you will learn practical CSS techniques you can immediately start using in your daily work. Browser inconsistencies are the thorn in most CSS developers' sides, so we have dedicated two whole chapters to CSS hacks, filters, and bug fixing, as well as looking at image replacement; professional link, form, and list styling; pure CSS layouts; and much more.
All of these techniques are then put into practice in two beautifully designed case studies, written by two of the world's best CSS designers, Simon Collison and Cameron Moll.
作者简介 · · · · · ·
Andy Budd国际顶尖的网页设计师,著名的Web标准倡导者。他是网页设计咨询公司Clearleft(www.clearleft.com)的创意总监,曾经组织了英国首届Web2.0会议。他在Web设计方面著述甚丰,除本书外,他还曾经撰写了一本Blog设计方面的图书。
喜欢读"CSS Mastery"的人也喜欢 · · · · · ·
按有用程度 按页码先后 最新笔记
-
第31页
bad example: <h3 class="newsHead">Zeldman.com turns 10</h3> <p class="newsText"> Another milestone for Jeffrey as zeldman.com turns 10 today </p> <p class="newsText"><a href="news.php" class="newsLink">More</a></p> good example: <div class="news"> <h3>Zeldman.com turns 10... (更多)bad example: <h3 class="newsHead">Zeldman.com turns 10</h3> <p class="newsText"> Another milestone for Jeffrey as zeldman.com turns 10 today </p> <p class="newsText"><a href="news.php" class="newsLink">More</a></p>good example:<div class="news"> <h3>Zeldman.com turns 10</h3> <p>Another milestone for Jeffrey as zeldman.com turns 10 today</p> <p>More</p> </div> (收起)2011-10-24 16:48:37 回应
-
第31页
bad example: <h3 class="newsHead">Zeldman.com turns 10</h3> <p class="newsText"> Another milestone for Jeffrey as zeldman.com turns 10 today </p> <p class="newsText"><a href="news.php" class="newsLink">More</a></p> good example: <div class="news"> <h3>Zeldman.com turns 10... (更多)bad example: <h3 class="newsHead">Zeldman.com turns 10</h3> <p class="newsText"> Another milestone for Jeffrey as zeldman.com turns 10 today </p> <p class="newsText"><a href="news.php" class="newsLink">More</a></p>good example:<div class="news"> <h3>Zeldman.com turns 10</h3> <p>Another milestone for Jeffrey as zeldman.com turns 10 today</p> <p>More</p> </div> (收起)2011-10-24 16:48:37 回应
-
第31页
bad example: <h3 class="newsHead">Zeldman.com turns 10</h3> <p class="newsText"> Another milestone for Jeffrey as zeldman.com turns 10 today </p> <p class="newsText"><a href="news.php" class="newsLink">More</a></p> good example: <div class="news"> <h3>Zeldman.com turns 10... (更多)bad example: <h3 class="newsHead">Zeldman.com turns 10</h3> <p class="newsText"> Another milestone for Jeffrey as zeldman.com turns 10 today </p> <p class="newsText"><a href="news.php" class="newsLink">More</a></p>good example:<div class="news"> <h3>Zeldman.com turns 10</h3> <p>Another milestone for Jeffrey as zeldman.com turns 10 today</p> <p>More</p> </div> (收起)2011-10-24 16:48:37 回应
书评 · · · · · · (共55条)
我来评论这本书
-
最有用的好评
-
最有用的中差评
汇总一下这本中译本的评价 20/22有用
热门评论 最新评论
汇总一下这本中译本的评价
-
- 大森林 china-pub上的: 我想杀死这个翻译 又糟蹋了一本好书 Chapter 8: Hacks and Filters 第八章 招数和过滤器 9.1 Bug Hunting bug捕捉 Controlling content area with descendant selectors ...... (9回应)2006-10-25 20/22有用来自 人民邮电出版社2006版
为什么不推荐——Re:人民邮电出版社编辑来信
-
- 沈蚊 - 改名叫蔡高兴得了。(偶是高中生) 仅从应用的角度而言,《精通CSS》是一本非常的“好用”的书。 同时也是一本非常“不好读”的书——从翻译角度看,本书最大的问题是语言逻辑混乱以及自创的专业词汇。 就后者来说,专业词汇可以从很多地方获得,像是蓝色理想之类专业社区,或参考一些台湾版的相关书籍——甚至可以直接上原文,比如说“招数”,每次看到这个词的...... (11回应)2006-11-18 12/13有用来自 人民邮电出版社2006版
为什么推荐?
-
- 沈蚊 - 改名叫蔡高兴得了。(偶是高中生) 因为原版是很好的书,但对于英文很烂的同学们(比如说偶)来说。。中文版还是比英文看的顺一些的——英文的偶一天也就看两、三页,中文的一天能看20页呢~~ 不过。。。不要拿中译本里面的名词、术语拿出去“现”,,很丢人的说! so,,最好还是参照着看。...... (2回应)2006-11-03 2/4有用来自 人民邮电出版社2006版
也有不少好的评价嘛。
-
- 刘江 我觉得大家应该向出版社多提一些建设性意见,促使他们在重印时改进。 ---------- 今天刚收到该书,粗略的看了下,感觉不错,纸张比《框架设计(第二版)CLR via C#》一书的纸张要好。排版也错落有致,看起来不会吃力。至于翻译方面,也还可以,没有什么很晦涩的句子(可能是我对一般翻译的书的期望不是太高)。-...... (2回应)2006-11-16 4/7有用来自 人民邮电出版社2006版
【华文网页设计义工之家】开始招募啦!
-
- FREEBIRD 【华文网页设计义工之家】开始招募啦! 有爱心当义工,有困难找义工,让我们以无私的关爱温暖需要帮助的人,让我们用完美的设计温暖需要帮助的公益组织,让我们用完美的作品完善中国的义工团队。 “华文网页设计义工之家”是一个纯民间、纯公益的“网页设计”义工团队,是由社会各界致力于公益事业的“网页设计”......2011-12-06 来自 人民邮电出版社2006版
不错!
-
- nearby 买了书的前辈,都怎么看的呀?我实在看得头痛呀!刚才有个同学说他在猎豹网校上学的,象看电影一样,可容易了。有空要去看一下了。否则我会累倒在这里了。 ......2011-11-22 来自 人民邮电出版社2006版
经典
-
- MoLice 第一版已经是经典了,距离现在有好几年,上个星期去图书馆发现已经进了第二版,封面换新了,里面的内容也更新了很多。有做修改,有添加了很多css3的内容。一些比较老久的方法、思想已经去除了。总的来说,前端开发必读书目之一。...... (3回应)2011-03-17 来自 人民邮电出版社2010版
好内容,烂翻译
-
- zhaomin0574 说起内容,绝对是没得说。 说起这本书的翻译,看得我想自杀,太痛苦了。什么翻译嘛,有时候,前后不通,强烈怀疑翻译的人是通过google翻译,然后再调整下语序,稍作修改而来的,也怀疑他是不懂css,还是翻译完后没有自己好好地看过一遍。 人民群众赚钱不容易,不能那这种翻译来忽悠人民大众的嘛,推荐看英文,至少你能活下去。 ......2010-12-07 4/5有用来自 人民邮电出版社2010版
很不错的一本书
-
- jhti(做个低调的高手!) 很不错的一本书。只是有本历史久远了,里面有些问题还在谈IE5。现在已经出了第二版,有想买的朋友可以买第二版,里面增加了CSS3的东西貌似。......2010-11-21 来自 人民邮电出版社2006版
对第一版有好印象的人,继续买回来读吧
-
- イヴ(問題なし。) 引入06的年第一版之后的技术,也因时代验证修正了一些以前的推荐,比如@import会导致下载渲染延迟,link链入更好;尽量减少CSS文件个数等等; 但看到更多的还是对CSS3等新技术的展望和讨论. 技术型的书的确没什么特别的评论需求不是吗....自己看完觉得"啊,好值!"就足够了. 我也很喜欢Andy叙述的......2010-08-08 来自 Apress2009版
"CSS Mastery"的论坛 · · · · · ·
这本书的其他版本 · · · · · · ( 全部4 )
以下豆列推荐 · · · · · · (全部)
- Web 2.0技术丛书推荐榜 (POPOEVER)
- Web前端 (marchbox)
- WEB前端开发 (AmirFish)
- Books of CSS/HTML (EN/CN) (zonovo)
- valdanito读过+在读 的设计书以及相关书籍... (valdanito)
谁读这本书?
喜欢这本书的人常去的小组 · · · · · ·

- D2前端技术论坛 (1229)

- WEB标准 (3796)

- RubyOnRails (739)

- AJAX (1638)

- Ruby (2864)

- 碳酸饮料会 (490)

- TextMate (663)

- PHP编程 (5223)
喜欢这本书的人关注的活动 · · · · · ·
订阅关于CSS Mastery的评论:
feed: rss 2.0











