Beginning CSS: Cascading Style Sheets for web design ; [Wrox programmer to programmer]
Gespeichert in:
Beteiligte Personen: | , |
---|---|
Format: | Buch |
Sprache: | Englisch |
Veröffentlicht: |
Indianapolis, Ind.
Wiley
2011
|
Ausgabe: | 3. ed. |
Schlagwörter: | |
Links: | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024151802&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
Umfang: | XXX, 432 S. Ill., graph. Darst. |
ISBN: | 9780470891520 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV039133559 | ||
003 | DE-604 | ||
005 | 20110803 | ||
007 | t| | ||
008 | 110712s2011 xx ad|| |||| 00||| eng d | ||
020 | |a 9780470891520 |9 978-0-470-89152-0 | ||
035 | |a (OCoLC)745503436 | ||
035 | |a (DE-599)BVBBV039133559 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-83 | ||
082 | 0 | |a 006.74 |2 22 | |
084 | |a ST 252 |0 (DE-625)143627: |2 rvk | ||
100 | 1 | |a Pouncey, Ian |e Verfasser |4 aut | |
245 | 1 | 0 | |a Beginning CSS |b Cascading Style Sheets for web design ; [Wrox programmer to programmer] |c Ian Pouncey ; Richard York |
250 | |a 3. ed. | ||
264 | 1 | |a Indianapolis, Ind. |b Wiley |c 2011 | |
300 | |a XXX, 432 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Cascading Style Sheets |0 (DE-588)4467617-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a XHTML |0 (DE-588)4600114-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a XML |0 (DE-588)4501553-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a HTML |0 (DE-588)4373477-7 |2 gnd |9 rswk-swf |
655 | 7 | |8 1\p |0 (DE-588)4151278-9 |a Einführung |2 gnd-content | |
689 | 0 | 0 | |a Cascading Style Sheets |0 (DE-588)4467617-7 |D s |
689 | 0 | 1 | |a HTML |0 (DE-588)4373477-7 |D s |
689 | 0 | 2 | |a XML |0 (DE-588)4501553-3 |D s |
689 | 0 | 3 | |a XHTML |0 (DE-588)4600114-1 |D s |
689 | 0 | |8 2\p |5 DE-604 | |
689 | 1 | 0 | |a HTML |0 (DE-588)4373477-7 |D s |
689 | 1 | |5 DE-604 | |
700 | 1 | |a York, Richard |e Verfasser |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-118-12176-4 |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-118-12177-1 |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-1-118-12178-8 |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024151802&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
883 | 1 | |8 2\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-024151802 |
Datensatz im Suchindex
_version_ | 1819322824389558272 |
---|---|
adam_text | Titel: Beginning CSS
Autor: Pouncey, Ian
Jahr: 2011
CONTENTS
INTRODUCTION xxiii
PARJIWHEÍ BASICS
CHAPTER 1: INTRODUCING CASCADING STYLE SHEETS 3
Advantages of Using CSS 4
How to Write CSS 5
Your First CSS-Enabled Document 6
Browsers 12
Webkit 12
Trident 13
Gecko 14
Presto 14
CHAPTER 2: THE BITS THAT MAKE UP A STYLE SHEET 17
Rules 17
Selectors 18
Grouping Selectors 18
Declarations 19
Values 19
Keywords 19
Strings 23
Length and Measurement 25
Numbers 29
Colors 31
The URI 33
Including CSS in a Document 34
Including an Embedded Style Sheet 35
Linking to External Style Sheets 35
The Importance of Good HTML 36
Doctypes and Quirks Mode 36
CHAPTER 3: SELECTORS 39
Class and ID Selectors 39
Class Selectors 40
ID Selectors 42
CONTENTS
The Universal Selector 48
Descendant Selectors 48
Pseudo-Classes 50
Dynamic Pseudo-Classes 50
CHAPTER 4: THE CASCADE AND INHERITANCE 57
The Cascade 57
Calculating the Specificity of a Selector 60
¡important Rules 66
Inheritance 66
PART II: PROPERTIES
CHAPTER 5: APPLYING FONT FACES 73
Setting Font Faces 73
Font Families 75
Making Text Italic, Bold, or Small Caps 78
Italic Text 78
Bold Text 79
Small Caps Text 79
The font-size Property 82
Absolute Font Sizes 82
Relative Font Sizes 83
Length and Percentage Font Sizes 83
The font Shorthand Property 86
The font Properties 87
CHAPTER 6: MANIPULATING THE DISPLAY OF TEXT 93
Line Height 94
Controlling the Spacing between Letters 97
Controlling the Spacing between Words 98
Indenting Text 101
Horizontally Aligning Text 102
Decorating Text with Underlines, Overlines,
or Strikethrough 104
Transforming Letter-Case to Lowercase or Uppercase or
Capitalizing the Initial Characters of Words 108
Controlling How White Space Is Handled 111
xvi
CONTENTS
CHAPTER 7: BACKGROUND COLORS AND IMAGES 115
Background Colors 115
Background Images 117
Controlling How Background Images Repeat 120
Positioning Background Images 124
Mixing Background Position Values 126
Repeating a Background Image and Controlling Its Position 128
Controlling Position with the Center Keyword 129
Fixing a Background Image in Place 131
Background Shorthand 133
CHAPTER 8: THE BOX MODEL: CONTROLLING MARGINS,
BORDERS, PADDING, WIDTH, AND HEIGHT 137
Overview 137
Margins 138
margin Property with Four Values 138
margin Property with Three Values 140
margin Property with Two Values 141
margin Property with One Value 142
Margin Collapsing 142
Horizontally Aligning Elements with the margin Property 147
Borders 151
border-width 151
border-style 153
border-color 154
Border Shorthand Properties 156
Padding 159
Setting Dimensions 162
width 162
height 163
auto Values for width and height 165
Percentage Measurements 165
Quirks Mode width and height in Internet Explorer 165
Minimum and Maximum Dimensions 166
Overflowing Content 169
Overflowing Just the X or Y axis 171
XVii
CONTENTS
CHAPTER 9: FLOATING AND VERTICAL ALIGNMENT 175
Floating Content 175
Floating Box Model 178
Canceling Floated Content 181
Float Bugs in IE 6 184
The Peek-A-Boo Bug 186
The Guillotine Bug 188
The Three-Pixel Jog 190
The Double-Margin Bug 191
Vertically Aligning Content 193
Subscript and Superscript Text 193
The top, middle, and bottom Keywords 194
The text-top and text-bottom Keywords 195
Percentage and Length Value 197
Vertically Aligning the Contents of Table Cells 198
CHAPTER 10: STYLING LISTS 203
List Markup 203
The list-style-type Property 205
Styling Unordered Lists 205
Styling Ordered Lists 207
The list-style-image Property 212
The list-style-position Property 214
The list-style Shorthand Property 215
CHAPTER 11: POSITIONING 219
Introduction to Positioning 219
Absolute Positioning 220
Relative Positioning 224
Fixed Positioning 229
The z-axis and the z-index Property 235
The IE 6/IE 7 z-index Bug 245
CHAPTER 12: STYLING TABLES 249
Optional Table Elements 249
Table Captions 251
Table Columns 253
Controlling Table Layout 256
Collapsing Borders 261
Controlling Border Spacing 263
CONTENTS
CHAPTER 13: CREATE A COMPLETE LAYOUT 271
Creating the Page with HTML 271
Styling Text and Custom Fonts 275
Building the Layout 281
Gradient Backgrounds 285
PARlïHIgADW.NCEDGSSîANDîALTERNATIVEMEDL
CHAPTER 14: ADVANCED SELECTORS 297
Direct Child Selectors 297
Next Sibling Selector 300
Attribute Selectors 302
Select by Presence of an Attribute 303
Select by Attribute Value 305
Attribute Substring Selectors 308
Pseudo-Elements ¡first-letter and :first-line 315
Structural Pseudo-Classes 317
:first-child 318
:last-child 318
:nth-child(n) 318
CHAPTER 15: STYLING FOR PRINT 323
Benefits of Print Style Sheets 323
Applying Styles Based on Media 324
Controlling Styles for Media within a Style Sheet 328
Controlling Page Breaks 331
The Content Property 333
CHAPTER 16: CUSTOMIZING THE MOUSE CURSOR 337
The cursor Property 337
Cursor Compatibility 340
CHAPTER 17: CONTROLLING OPACITY AND VISIBILITY 345
The opacity Property 345
The visibility Property 349
xix
CONTENTS
CHAPTER 18: STYLING CONTENT FOR
___________MOBILE DEVICES________________________________355
Why Mobile Is Important 355
Developing for Mobile 356
Testing Mobile Devices 356
Media Queries 357
CHAPTER 19: CLOSING COMMENTS_____________________________367
CSS Summary 367
Future of CSS 368
Closing Statement 368
APPENDIX A: ANSWERS TO EXERCISES_______________________ 369
Chapter 1 369
Chapter 2 369
Chapter 3 370
Chapter 4 371
Chapter 5 372
Chapter 6 373
Chapter 7 374
Chapter 8 375
Chapter 9 375
Chapter 10 376
Chapter 11 376
Chapter 12 377
Chapter 13 377
Chapter 14 378
Chapter 15 379
Chapter 16 380
Chapter 17 380
Chapter 18 381
APPENDIX B: ADDITIONAL CSS RESOURCES_____________________383
Text Editors 383
Windows 383
Mac 383
Other 383
Browsers 383
HTML 384
CSS 384
CONTENTS
APPENDIX C: CSS REFERENCE 385
Reference Conventions 385
Selectors 386
Pseudo-Classes 387
Pseudo-Elements 388
Color Properties 388
Font Properties 389
Background Properties 391
Text Properties 392
Box Model Properties 394
Visual Effects 399
Positioning 400
Table Properties 402
User Interface 403
Generated Content, Automatic Numbering, and Lists 404
APPENDIX D: CSS COLORS 407
Reds 407
Blues 409
Greens 410
Yellows 411
Browns 412
Grays 413
INDEX 415
xxi
|
any_adam_object | 1 |
author | Pouncey, Ian York, Richard |
author_facet | Pouncey, Ian York, Richard |
author_role | aut aut |
author_sort | Pouncey, Ian |
author_variant | i p ip r y ry |
building | Verbundindex |
bvnumber | BV039133559 |
classification_rvk | ST 252 |
ctrlnum | (OCoLC)745503436 (DE-599)BVBBV039133559 |
dewey-full | 006.74 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.74 |
dewey-search | 006.74 |
dewey-sort | 16.74 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 3. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02136nam a2200517 c 4500</leader><controlfield tag="001">BV039133559</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20110803 </controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">110712s2011 xx ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780470891520</subfield><subfield code="9">978-0-470-89152-0</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)745503436</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV039133559</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-83</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.74</subfield><subfield code="2">22</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 252</subfield><subfield code="0">(DE-625)143627:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Pouncey, Ian</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Beginning CSS</subfield><subfield code="b">Cascading Style Sheets for web design ; [Wrox programmer to programmer]</subfield><subfield code="c">Ian Pouncey ; Richard York</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Indianapolis, Ind.</subfield><subfield code="b">Wiley</subfield><subfield code="c">2011</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXX, 432 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Cascading Style Sheets</subfield><subfield code="0">(DE-588)4467617-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">XHTML</subfield><subfield code="0">(DE-588)4600114-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">XML</subfield><subfield code="0">(DE-588)4501553-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">HTML</subfield><subfield code="0">(DE-588)4373477-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="8">1\p</subfield><subfield code="0">(DE-588)4151278-9</subfield><subfield code="a">Einführung</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Cascading Style Sheets</subfield><subfield code="0">(DE-588)4467617-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">HTML</subfield><subfield code="0">(DE-588)4373477-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">XML</subfield><subfield code="0">(DE-588)4501553-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">XHTML</subfield><subfield code="0">(DE-588)4600114-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="8">2\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">HTML</subfield><subfield code="0">(DE-588)4373477-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">York, Richard</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-118-12176-4</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-118-12177-1</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-1-118-12178-8</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024151802&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-024151802</subfield></datafield></record></collection> |
genre | 1\p (DE-588)4151278-9 Einführung gnd-content |
genre_facet | Einführung |
id | DE-604.BV039133559 |
illustrated | Illustrated |
indexdate | 2024-12-20T15:50:48Z |
institution | BVB |
isbn | 9780470891520 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-024151802 |
oclc_num | 745503436 |
open_access_boolean | |
owner | DE-83 |
owner_facet | DE-83 |
physical | XXX, 432 S. Ill., graph. Darst. |
publishDate | 2011 |
publishDateSearch | 2011 |
publishDateSort | 2011 |
publisher | Wiley |
record_format | marc |
spellingShingle | Pouncey, Ian York, Richard Beginning CSS Cascading Style Sheets for web design ; [Wrox programmer to programmer] Cascading Style Sheets (DE-588)4467617-7 gnd XHTML (DE-588)4600114-1 gnd XML (DE-588)4501553-3 gnd HTML (DE-588)4373477-7 gnd |
subject_GND | (DE-588)4467617-7 (DE-588)4600114-1 (DE-588)4501553-3 (DE-588)4373477-7 (DE-588)4151278-9 |
title | Beginning CSS Cascading Style Sheets for web design ; [Wrox programmer to programmer] |
title_auth | Beginning CSS Cascading Style Sheets for web design ; [Wrox programmer to programmer] |
title_exact_search | Beginning CSS Cascading Style Sheets for web design ; [Wrox programmer to programmer] |
title_full | Beginning CSS Cascading Style Sheets for web design ; [Wrox programmer to programmer] Ian Pouncey ; Richard York |
title_fullStr | Beginning CSS Cascading Style Sheets for web design ; [Wrox programmer to programmer] Ian Pouncey ; Richard York |
title_full_unstemmed | Beginning CSS Cascading Style Sheets for web design ; [Wrox programmer to programmer] Ian Pouncey ; Richard York |
title_short | Beginning CSS |
title_sort | beginning css cascading style sheets for web design wrox programmer to programmer |
title_sub | Cascading Style Sheets for web design ; [Wrox programmer to programmer] |
topic | Cascading Style Sheets (DE-588)4467617-7 gnd XHTML (DE-588)4600114-1 gnd XML (DE-588)4501553-3 gnd HTML (DE-588)4373477-7 gnd |
topic_facet | Cascading Style Sheets XHTML XML HTML Einführung |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=024151802&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT pounceyian beginningcsscascadingstylesheetsforwebdesignwroxprogrammertoprogrammer AT yorkrichard beginningcsscascadingstylesheetsforwebdesignwroxprogrammertoprogrammer |