Articoli correlati a The CSS Anthology: 101 Essential Tips, Tricks &...

The CSS Anthology: 101 Essential Tips, Tricks & Hacks - Brossura

 
9780975841983: The CSS Anthology: 101 Essential Tips, Tricks & Hacks

Sinossi

A practical guide on CSS (Cascading Style Sheets) for professionals and novices, that can be used both as a tutorial and read cover-to-cover or as a handy and practical reference book to common problems, solutions and effects. The 2nd edition is now full-color throughout and is completely updated and revised with the latest tips & tricks.

This book will show you how to:

  • Construct robust CSS layouts that work every time.
  • Create sleek drop-down menus using only CSS.
  • Build a professional tabbed navigation system.
  • Replace image-based navigation with low-fat CSS lists.
  • Design smarter, more usable CSS-flavored web forms.
  • Use rounded corners minus the bloated HTML.
  • Allow your visitors to select their preferred look and feel.
  • Let the W3C validator do your debugging.
  • Reduce the burden of site maintenance and updates.... along with 92 other solutions to common questions and problems.

    The CSS Anthology: 101 Essential Tips, Tricks & Hacks is ideal for experienced Web designers who would like to add sparkle to their existing designs, as well as newcomers who want to learn Web design the right way the first time.

    The book is written so that it can be read cover to cover, or referred to like a cookbook with 101 different recipies for your Website. It's written in an easy-to-follow, consistent format that's well illustrated with plenty of full color screenshots and code examples, providing quick visual cues. If you hate wading through dry academic-style texts, then the illustrations and examples throughout this book will suit you

  • Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

    Contenuti

    0. Preface
    * Who Should Read this Book?
    * What’s Covered in this Book?
    * The Book’s Web Site
    o The Code Archive
    o Updates and Errata
    * The SitePoint Forums
    * The SitePoint Newsletters
    * Your Feedback
    * Acknowledgments
    * Conventions Used in this Book
    o Markup Samples
    o Tips, Notes, and Warnings
    1. Getting Started with CSS
    * Defining Styles with CSS
    o lnline Styles
    o Embedded Styles
    o External Style Sheets
    * CSS Selectors
    o Type Selectors
    o Class Selectors
    o ID Selectors
    o Descendant Selectors
    o Child Selectors
    o Pseudo-class Selectors
    * Summary
    2. Text Styling and Other Basics
    * How do I replace tags with CSS?
    o Solution
    * Should I use pixels, points, ems, or something else to set font sizes?
    o Solution
    o Discussion
    * How do I set my text to display in a certain font?
    o Solution
    o Discussion
    * How do I remove underlines from my links?
    o Solution
    o Discussion
    * How do I create a link that changes color when the cursor moves over it?
    o Solution
    * How do I display two different styles of link on one page?
    o Solution
    * How do I style the first item in a list differently from the others?
    o Solution
    * How do I add a background color to a heading?
    o Solution
    * How do I style headings with underlines?
    o Solution
    * How do I remove the large gap between an h1 element and the following paragraph?
    o Solution
    * How do I highlight text on the page?
    o Solution
    * How do I alter the line height (leading) on my text?
    o Solution
    * How do I justify text?
    o Solution
    o Discussion
    * How do I style a horizontal rule?
    o Solution
    * How do I indent text?
    o Solution
    o Discussion
    * How do I center text?
    o Solution
    * How do I change text to all capitals using CSS?
    o Solution
    o Discussion
    * How do I change or remove the bullets on list items?
    o Solution
    o Discussion
    * How do I use an image for a list-item bullet?
    o Solution
    * How do I remove the indented left-hand margin from a list?
    o Solution
    o Discussion
    * How do I display a list horizontally?
    o Solution
    * How do I add comments to my CSS file?
    o Solution
    * How do I remove page margins without adding attributes to the tag?
    o Solution
    * How can I remove browsers’ default padding and margins from all elements?
    o Solution
    o Discussion
    * Summary
    3. CSS and Images
    * How do I add borders to images?
    o Solution
    * How do I use CSS to replace the deprecated HTML border attribute on images?
    o Solution
    * How do I set a background image for my page using CSS?
    o Solution
    o Discussion
    * How do I position my background image?
    o Solution
    o Discussion
    * How do I fix my background image in place when the page is scrolled?
    o Solution
    o Discussion
    * Can I set a background image on any element?
    o Solution
    o Discussion
    * How do I place text on top of an image?
    o Solution
    o Discussion
    * How do I add more than one background image to my document?
    o Solution
    o Discussion
    * How can I use transparency in my pages?
    o Solution
    o Discussion
    * Summary
    4. Navigation
    * How do I replace image-based navigation with CSS?
    o Solution
    o Discussion
    * How do I style a structural list as a navigation menu?
    o Solution
    o Discussion
    * How do I use CSS to create rollover navigation without images or JavaScript?
    o Solution
    o Discussion
    * Can I use CSS and lists to create a navigation system with subnavigation?
    o Solution
    o Discussion
    * How do I make a horizontal menu using CSS and lists?
    o Solution
    o Discussion
    * How do I create button-like navigation using CSS?
    o Solution
    o Discussion
    * How do I create tabbed navigation with CSS?
    o Solution
    o Discussion
    * How do I change the cursor type?
    o Solution
    o Discussion
    * How do I create rollovers in CSS without using JavaScript?
    o Solution
    o Discussion
    * How can I create pure CSS drop-down menus?
    o Solution
    o Discussion
    * Summary
    5. Tabular Data
    * How do I lay out spreadsheet data using CSS?
    o Solution
    o Discussion
    * How do I ensure that my tabular data is accessible as well as attractive?
    o Solution
    o Discussion
    * How do I add a border to a table without using the HTML border attribute?
    o Solution
    o Discussion
    * How do I stop spaces appearing between the cells of my table when I’ve added borders using CSS?
    o Solution
    * How do I display spreadsheet data in an attractive and usable way?
    o Solution
    o Discussion
    * How do I display table rows in alternating colors?
    o Solution
    o Discussion
    * How do I change a row’s background color when the cursor hovers over it?
    o Solution
    o Discussion
    * How do I display table columns in alternating colors?
    o Solution
    o Discussion
    * How do I display a calendar using CSS?
    o Solution
    o Discussion
    * Summary
    6. Forms and User Interfaces
    * How do I style form elements using CSS?
    o Solution
    o Discussion
    * How do I apply different styles to fields in a single form?
    o Solution
    o Discussion
    * How do I stop my form creating additional white space and line breaks?
    o Solution
    * How do I make a Submit button look like text?
    o Solution
    * How do I ensure that users with text-only devices understand how to complete my form?
    o Solution
    o Discussion
    * How do I lay out a two-column form using CSS instead of a table?
    o Discussion
    * How do I group related fields?
    o Solution
    o Discussion
    * How do I style accesskey hints?
    o Solution
    o Discussion
    * How do I use different colored highlights in a select menu?
    o Solution
    * I have a form that allows users to enter data as if into a spreadsheet. How do I style it with CSS?
    o Discussion
    * How do I highlight the form field that the user clicks into?
    o Solution
    o Discussion
    * Summary
    7. Cross-browser Techniques
    * In which browsers should I test my site?
    o Solution
    * I only have access to one operating system. How can I test in more of these browsers?
    o Solution
    * Is there a service that can show me how my site looks in various browsers?
    o Solution
    o Discussion
    * Can I install multiple versions of Internet Explorer on Windows?
    o Solution
    * How do I display a basic style sheet for really old browsers?
    o Solution
    o Discussion
    * How do I hide some CSS from a particular browser?
    o Solution
    o Discussion
    * How can I send different styles to a particular browser?
    o Solution
    o Discussion
    * How do I achieve alpha transparency in Internet Explorer 6?
    o Solution
    ...

    Product Description

    Book by Andrew Rachel

    Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

    Compra usato

    Condizioni: molto buono
    Dispatched, from the UK, within...
    Visualizza questo articolo

    EUR 5,23 per la spedizione da Regno Unito a Italia

    Destinazione, tempi e costi

    EUR 11,58 per la spedizione da U.S.A. a Italia

    Destinazione, tempi e costi

    Risultati della ricerca per The CSS Anthology: 101 Essential Tips, Tricks &...

    Foto dell'editore

    Rachel Andrew
    Editore: SitePoint, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Antico o usato Paperback

    Da: Reuseabook, Gloucester, GLOS, Regno Unito

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Paperback. Condizione: Used; Very Good. Dispatched, from the UK, within 48 hours of ordering. Though second-hand, the book is still in very good shape. Minimal signs of usage may include very minor creasing on the cover or on the spine. Grubby book may have mild dirt or some staining, mostly on the edges of pages. Codice articolo CHL10027567

    Contatta il venditore

    Compra usato

    EUR 2,76
    Convertire valuta
    Spese di spedizione: EUR 5,23
    Da: Regno Unito a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Andrew, Rachel
    Editore: SitePoint Pty, Limited, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Antico o usato Brossura

    Da: Better World Books Ltd, Dunfermline, Regno Unito

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Very Good. 2nd. Ships from the UK. Former library book; may include library markings. Used book that is in excellent condition. May show signs of wear or have minor defects. Codice articolo 12372568-6

    Contatta il venditore

    Compra usato

    EUR 5,37
    Convertire valuta
    Spese di spedizione: EUR 5,73
    Da: Regno Unito a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Andrew, Rachel
    Editore: Sitepoint Pty Ltd, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Nuovo Brossura

    Da: BargainBookStores, Grand Rapids, MI, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: New. CSS Anthology: 101 Essential Tips, Tricks and Hacks 0.7. Codice articolo BBS-9780975841983

    Contatta il venditore

    Compra nuovo

    EUR 7,52
    Convertire valuta
    Spese di spedizione: EUR 11,58
    Da: U.S.A. a: Italia
    Destinazione, tempi e costi

    Quantità: 5 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Rachel Andrew
    Editore: Sitepoint Pty Ltd, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Antico o usato Paperback

    Da: ThriftBooks-Atlanta, AUSTELL, GA, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Paperback. Condizione: As New. No Jacket. Pages are clean and are not marred by notes or folds of any kind. ~ ThriftBooks: Read More, Spend Less 1.7. Codice articolo G097584198XI2N00

    Contatta il venditore

    Compra usato

    EUR 8,56
    Convertire valuta
    Spese di spedizione: EUR 10,95
    Da: U.S.A. a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Rachel Andrew
    Editore: SitePoint 03/06/2007, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Antico o usato Brossura

    Da: Bahamut Media, Reading, Regno Unito

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Very Good. Shipped within 24 hours from our UK warehouse. Clean, undamaged book with no damage to pages and minimal wear to the cover. Spine still tight, in very good condition. Remember if you are not happy, you are covered by our 100% money back guarantee. Codice articolo 6545-9780975841983

    Contatta il venditore

    Compra usato

    EUR 11,77
    Convertire valuta
    Spese di spedizione: EUR 8,58
    Da: Regno Unito a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Rachel Andrew
    Editore: SitePoint 03/06/2007, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Antico o usato Brossura

    Da: AwesomeBooks, Wallingford, Regno Unito

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Very Good. This book is in very good condition and will be shipped within 24 hours of ordering. The cover may have some limited signs of wear but the pages are clean, intact and the spine remains undamaged. This book has clearly been well maintained and looked after thus far. Money back guarantee if you are not satisfied. See all our books here, order more than 1 book and get discounted shipping. . Codice articolo 7719-9780975841983

    Contatta il venditore

    Compra usato

    EUR 11,77
    Convertire valuta
    Spese di spedizione: EUR 8,58
    Da: Regno Unito a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Andrew, Rachel
    Editore: SitePoint Pty, Limited, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Antico o usato Brossura

    Da: Better World Books, Mishawaka, IN, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Good. 2nd. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages. Codice articolo GRP64932922

    Contatta il venditore

    Compra usato

    EUR 5,99
    Convertire valuta
    Spese di spedizione: EUR 17,86
    Da: U.S.A. a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Andrew, Rachel
    Editore: SitePoint Pty, Limited, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Antico o usato Brossura

    Da: Better World Books, Mishawaka, IN, U.S.A.

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    Condizione: Very Good. 2nd. Used book that is in excellent condition. May show signs of wear or have minor defects. Codice articolo 12387867-6

    Contatta il venditore

    Compra usato

    EUR 5,99
    Convertire valuta
    Spese di spedizione: EUR 17,86
    Da: U.S.A. a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Rachel Andrew
    Editore: sitepoint, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Antico o usato VHS

    Da: Pella Books, Pella, IA, U.S.A.

    Valutazione del venditore 2 su 5 stelle 2 stelle, Maggiori informazioni sulle valutazioni dei venditori

    VHS. Condizione: Used Very Good. Large trade paperback, 392 pages, examples, short programs, diagrams. Book is very good: light wear but text appears unmarked with no writing. Codice articolo 214785

    Contatta il venditore

    Compra usato

    EUR 8,79
    Convertire valuta
    Spese di spedizione: EUR 31,30
    Da: U.S.A. a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello

    Foto dell'editore

    Andrew, Rachel
    Editore: SitePoint Pty Ltd, 2007
    ISBN 10: 097584198X ISBN 13: 9780975841983
    Nuovo paperback

    Da: LOVE-BOOKS, Durham, Regno Unito

    Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

    paperback. Condizione: New. Codice articolo mon0000002144

    Contatta il venditore

    Compra nuovo

    EUR 9,43
    Convertire valuta
    Spese di spedizione: EUR 45,81
    Da: Regno Unito a: Italia
    Destinazione, tempi e costi

    Quantità: 1 disponibili

    Aggiungi al carrello