Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Book Reviews Books Media

CSS Pocket Reference 87

Michael J. Ross writes "For Web developers who appreciate the value of separating Web content from its presentation, Cascading Style Sheets (CSS) has proved a godsend, because it allows all of the styling of a Web site to be organized in CSS files separate from the site's semantic content, in HTML files (possibly dynamically generated). Yet to make this styling power possible, CSS must incorporate a long list of syntax elements, including hundreds of selectors, properties, and values. Thus it can be quite handy for the developer to have on hand a concise summary of CSS, such as the CSS Pocket Reference, authored by Eric A. Meyer." Read on for the rest of Michael's review.
CSS Pocket Reference, 3rd Edition
author Eric A. Meyer
pages 168
publisher O'Reilly Media
rating 8/10
reviewer Michael J. Ross
ISBN 0596515057
summary A concise reference book for CSS.
The book was published by O'Reilly Media on 5 October 2007, under the ISBNs 0596515057 and 978-0596515058. CSS itself has evolved along with other Web technologies, and this book is now in its third edition, having been updated to reflect the ongoing changes in CSS; the book now covers CSS2 and CSS2.1. On the book's Web page, O'Reilly offers an online table of contents, as well as ways for the visitor to view and submit errata (none as of this writing) and reviews for the book. Unlike most technical publishers, O'Reilly now makes available previews of their books' contents, in the form of a table of contents with links to the first few paragraphs of each section, including tables and illustrations.

Despite the growth in the number of elements in CSS, and the attention paid to each one of them by the author of CSS Pocket Reference, the book is still small enough to fit in a pocket, at only 168 pages. The book's material is organized into 18 unnumbered sections, preceded by some notes on the book's typographical conventions, and followed by an essential index. The bulk of the material is found in the Property Reference section. Other sections explain how to add styles to HTML and XHTML pages; CSS rule structure and style precedence, including inheritance and the cascade; element classification and display roles; visual layout; rules on floating and positioning; and table layout. Subsequent sections cover CSS value types and units, and selectors, including some of the newest additions to CSS, such as the adjacent sibling selector and the language attribute selector. Just before getting into the details on properties, Eric Meyer discusses pseudo-classes and pseudo-elements, which have made it possible for Web developers to create rather robust and attractive site navigation using CSS exclusively, without any need to resort to images and JavaScript for rollover effects and other navigation eye candy.

For each element of CSS that is covered in all of the sections mentioned above, the types of information presented to the reader can vary, depending upon the category of element. But they generally include the element's possible values, a default value, what elements it can apply to, whether it is inherited, its computed value, a brief description of the element, at least one example illustrating its usage, what browsers support it, and oftentimes a note on its usage. Consequently, this new edition of the book, like its predecessors, should prove more than adequate for most CSS reference needs.

As with any computer book, there are several ways in which this one could be improved. Any reader using the book to look up a particular element, has two possible ways of doing so: They could first consult the index, and, assuming the element is listed there, go straight to the page indicated. But most readers, knowing that the elements in each section are listed alphabetically, will probably open up the book near the front or the back, and begin flipping backward or forward, respectively, hoping to spot the element of interest as quickly as possible, given its alphabetical ordering. That individual will likely immediately spot an obvious problem with the book: The pages have no running titles (the words that indicate the first element discussed on that page, and typically listed at the very top of each page). Inclusion of such running titles in the next edition of the book, would make it much faster to use.

Another valuable addition would be some sort of table listing all of the CSS elements and their level of support within the most commonly used Web browsers and, in the case of Internet Explorer, the most commonly used versions of the browser. Also, on page 48 of the book, at the beginning of the Property Reference section, it has a subhead of "Visual Media," which suggests that there are other subheads within that section, for other media types; but I was unable to find any.

All of these problems concern the publisher's choice of material. My last criticism concerns the layout of that material in the print version of the book. Because this diminutive volume has narrow pages, and they are tightly glued together in the binding, it is imperative that the publisher of such a book provide plenty of white space in the inner margins (those closest to the binding), so the reader does not have to crack open the book too much in order to read the text closest to the binding. Repeatedly opening up the book far enough to read those inmost words, will over time weaken and eventually destroy the binding. In contrast, a small reference book like this has no need for much outer margin. Sadly, O'Reilly got it backwards with this volume, with relatively wide and useless outer margins, and inadequate inner margins.

Aside from the aforementioned flaws — all of which can be remedied in the future — CSS Pocket Reference is a compact and neatly organized gem of a book, packed with information of value to busy Web programmers.

Michael J. Ross is a Web developer, writer, and freelance editor.

You can purchase CSS Pocket Reference, 3rd Edition from amazon.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.
This discussion has been archived. No new comments can be posted.

CSS Pocket Reference

Comments Filter:
  • Browsers? (Score:4, Informative)

    by WinterSolstice ( 223271 ) on Wednesday December 12, 2007 @03:42PM (#21675289)
    I note that he mentions there is a list of "browsers that support" any given tag, and some notes. If it actually has some of the quick workarounds for the different browsers, I'm so buying this book.

    I hate setting up something, then spending hours looking up workarounds for some random tag or other on IE.
    • Re: (Score:3, Insightful)

      by ls -la ( 937805 )
      I've stopped bothering to spend more than 5 minutes figuring out any IE bug. Granted, my pages aren't widely used, mostly testing stuff out and internal school pages, but IE is more trouble than it's worth. All the public computers here have firefox, so no one can really complain anyway.
      • by moderatorrater ( 1095745 ) on Wednesday December 12, 2007 @04:53PM (#21676213)

        my pages aren't widely used
        And they'll likely stay that way ;)
      • Re: (Score:2, Informative)

        Back when Firefox wasn't really used a lot of web developers felt a lot like you:
        I've stopped bothering to spend more than 5 minutes figuring out any Firefox bug. Granted, my pages aren't widely used, mostly testing stuff out and internal school pages, but Firefox is more trouble than it's worth. All the public computers here have IE, so no one can really complain anyway.

        It's coding for one web browser that lead to the mess of pages that 'only work on IE'. Just because Firefox happens to be more adhe
        • Re:Browsers? (Score:5, Insightful)

          by an.echte.trilingue ( 1063180 ) on Wednesday December 12, 2007 @05:21PM (#21676657) Homepage
          Yeah, except that it's not Firefox: it's writing to THE W3C STANDARD which Firefox and almost every other browser that exists (including Opera and khtml based browsers such as Konqueror and Safari) just happen to render correctly (with a couple of caveats).

          IE, on the other hand, is a freaking nightmare. I find that IE7 works pretty well; in general I can fix its small bugs by changing the css in ways that don't break the standard or break rendering in other browsers, but IE6 is so horridly in compliant that even for a lot of really common css tasks that were around long before IE6 was released and that Microsoft helped to write are totally broken. Things like the :hover pseudo class and default element margins and padding are totally broke. Floats act funny. You cannot fix it without breaking compliance with the standard and other browsers, which means that you have to write a special css file for IE6. It's not even consistent within versions of IE: IE5.5 and 5.5 for Macs don't render the same code in the same way.

          So, IE7 finally mostly works, but MS fucked the user interface up so bad that everybody wants to stick with IE6, which is still the world's most common browser over a year after IE7's release. Do you realize how bad that is? How many people haven't upgraded from Firefox 1.5 to Firefox 2?

          I can only conclude that Microsoft does this kind of stuff on purpose. They have a standard for trident: their web development products always produce code that renders perfectly in all versions of IE. Rendering the w3c standard is not hard: a bunch of hobbyists and a small company in Norway have both separately proven that you can do it on relatively limited resources. The only reason they could possibly have for their horribly broken browser is that they have an interest in web standards being broken.

          Ok. Rant over.
          • Re: (Score:3, Informative)

            by bcat24 ( 914105 )
            Mod parent up. These days, if I design a website, I get it working in a modern, standards-compliant browser first. (Personally, I use Firefox, but like the parent said, it's certainly not the only choice.) Then and only then will I start putting in workarounds for browser bugs. (IE 6, I'm looking at you.)
            • by FLEB ( 312391 )
              Maybe it's just my skewed perspective, but I don't see how you can design with a non-standard browser in mind. Most of the documentation you'll find is written to the standard, or in the case of non-standard bugs, it's mentioned that alternate means are necessary to get around a problem. It's not like you'll find a CSS tutorial that teaches to the Whitespace Bug or the 3-Pixel Float Bug. I suppose you could make a "browser-specific" page by including things like ActiveX or XUL, but that's a conscious enough
          • i would bet my firefox brower the reason many browsers are IE6 is because of the Windows Genuine Advantage software that needs to pass before IE7 can install.
          • Re: (Score:2, Informative)

            Look up on "conditional comments" for IE. They allow you to add styles (and consequently override existing rules) that only IE can see. Also, test your pages in IE as you create them. It only takes a few minutes to fix an IE bug that just popped in, rather than try to fix the whole page.
        • That's a fine attitude to have if you don't care if people can see your pages. If you want people to be able to view your pages properly, however, then you have to depart from the standard. Maybe one day the standard will be applicable in the real world, but that day is not today.
        • You should develop to the standard, not to your favorite browser's implementation of it.

          Exactly. I'm registered at a pair of sites that send out surveys, and I get paid anywhere from $1 to $5 for each one I qualify for and complete. One of them sometimes sends out surveys that only work on IE. I don't even bother going to them because I hate having to open IE. (And what if I were on Linux, and didn't have it available? Would that mean my opinion didn't count?) I've mentioned this to the company's s

          • by biojayc ( 856286 )
            You can use wine to run ie6 pretty effectively. I've noticed that firefox in linux doesn't seem to render things the same as it does on windows though. Is there a reason for this? I'm specifically talking about when flash is involved. Is this just a flash bug in linux?
      • by Mex ( 191941 )
        Even so, it would be a good idea to note why your pages undert IE might look broken. Otherwise, I've noticed people just blame your coding.
    • Comment removed (Score:5, Insightful)

      by account_deleted ( 4530225 ) on Wednesday December 12, 2007 @03:56PM (#21675437)
      Comment removed based on user account deletion
      • Re: (Score:1, Offtopic)

        by CastrTroy ( 595695 )
        One O'Reilly book I would recommend is Mastering Regular Expressions [amazon.com]. It contains a lot of insight into how regular expressions work, and how you can optimize your Regex's to get faster results. It also has language specific sections on .Net, PHP, Perl, and Java. I used it for learning regular expressions, and still find that it's a good reference even now that I am more skilled.
        • Comment removed based on user account deletion
          • Well, they do have a Pocket Reference [amazon.com]. I haven't seen it myself, so it's hard to gauge how good it is. However, from what I can gather, it seems like the last for chapters of the full version. Basically a syntax reference for .Net, PHP,Perl and Java. Which I've found extremely valuable.
    • Re: (Score:1, Redundant)

      by snl2587 ( 1177409 )
      ...which is why I'm glad I develop for a university where over half of the student body uses Firefox, so I can develop for Firefox first and foremost and then make it look decent in IE. Granted, most things look identical, but some of the really cool stuff only works in Firefox.
    • by Bazman ( 4849 ) on Wednesday December 12, 2007 @04:46PM (#21676135) Journal
      So, did you make this pie chart?

      http://humor.beecy.net/geeks/web-design/web-design.gif [beecy.net]

      • I wish - that is hilarious and frighteningly true :D
      • That pie chart hits too close to home. Frequently I'll have a siteslooking good (source code & from the browser) until I do cross-platform check. Then out comes the ugly hacks :/
      • by IdahoEv ( 195056 )
        That's fucking brilliant, and so true. Except that I've seen "make it work in IE" take up to 80% of the time in some of my projects. No exaggeration.

        These are usually the ones that want both W3C compliance AND compatibility back to IE 5.0. Particularly if the designers then hand me stuff that can't be easily implemented without partial transparency.

        IE is a fucking nightmare. Seriously. It has retarded the development of the web by several years at minimum.
        • 80% of the time adjusting for IE? Wow.

          I know that it's popular to trash IE. We all do it, But its bugs are well documented and workarounds have been posted for the vast majority of them. It's a wonderful thought to want to build for browsers that have full version 2 CSS (and JavaScript) compliance, let's see that's, uh... Well someday a browser might support all of the existing recommendation. All browsers are deficient. IE is just more so.

          Working with IE requires an attitude adjustment as much as technical
    • Don't bother with a book: W3Schools [w3schools.com] has got you covered.
    • I note that he mentions there is a list of "browsers that support" any given tag, and some notes. If it actually has some of the quick workarounds for the different browsers, I'm so buying this book.

      What I can not figure out is, why use a printed book to tediously look up a bug into, when a good IDE or editor does the same for you automatically.

      TopStyle or Dreamweaver will not just assist and autocomplete CSS properties for you, they'll check your HTML/CSS code on the fly against a list of selected browsers
      • Well, for my part, I use mainly Vim and edit/tpu for creating pages. I do some work with Eclipse, but in general I'd say 90% of my pages are done by hand.

        No, they're not huge amazing apps or pages.
        Yes, they are important - things like SAP reports, system uptime reports, graphs, charts, metrics of all types. Stuff like that - mainly backoffice pages that I use to make management happy by giving them the data they want in easy ways.

        So, for me, a pocket guide that I can toss next to my laptop for a few days wh
    • I own a copy of this pocket guide (and they're not kidding, it fits in a pocket). It gives you a listing of what browsers fully supports what, what is outright broken, and what behaves strangely and how so- and if possible, how to fix it, for Opera, Safari, IE, Firefox, etc, and for specific versions of said browsers. It's absolutely indispensable.

      Yes, you can look all of these things up online, but rarely are they in one place and neatly organized.

  • by Anonymous Coward on Wednesday December 12, 2007 @03:43PM (#21675309)
    But I couldn't find any info on nested tables.

    • Re: (Score:2, Informative)

      by Bill Hayden ( 649193 )
      If you are labeling this informative instead of funny, then you are not a web designer and the joke has gone right over your head.
      • Moderators often mod 'informative' instead of 'funny' to award karma, as Slashdot took away karma rewards for the 'funny' mod a long time ago.
    • by Ed Avis ( 5917 )
      Yes, this must be the number 1 CSS question: how do I lay out my page with two columns, or otherwise reproduce the same layout I can trivially get by using elements? The only answers I've seen have been complicated and frilly (like most CSS tutorials) but, being a CSS neophyte, I was hoping for an idiot-proof guide 'instead of _this_ do _this_'. Or is it just not possible to use CSS to get the same control over layout that you have with nested tables?
      • Did you read the section on the CSS box model in the specification? It is very long, and full of examples. Nest your divs, and you can use this recursively on each one. Slashdot has used CSS with nested divs for a couple of years now for its layout...
        • by Ed Avis ( 5917 )
          That's my mistake - not reading the spec but visiting any number of half-baked E-Z TEACH YOURSELF CSS 4 DUMMIES websites. I'll print it out and go through it some weekend.
          • by mike2R ( 721965 )
            But once you've done that you have to test the hell out of it, and probably go back to those sites, to deal with the inevitable browser bugs your going to find.

            I'd *like* to use pure CSS layouts, but at the end of the day tables work; consistently and quickly.
    • But I couldn't find any info on nested tables.

      Why would you need to? They just WORK. *sigh*
  • Eric Meyer also authored the Cascading Style Sheets 2.0 Programmer's Reference [amazon.com] book. That book is my bible. I'm looking forward to an updated version, especially with browser support documented past IE 6.
  • Godsend (Score:2, Insightful)

    by Ikoma Andy ( 41693 )
    I have heard CSS called many things, but never a godsend.
    • by niceone ( 992278 ) *
      I have heard CSS called many things, but never a godsend.

      Heretic! Burn him! W3C is the holy trinity of W's - all of their specifications are godsends by definition.
      • Heretic! Burn him! W3C is the holy trinity of W's - all of their specifications are godsends by definition.

        Maybe so, but I suspect the god that sent them was Cthulu.
    • by dyefade ( 735994 )
      Would you rather we stayed with the font tag?
  • by athloi ( 1075845 ) on Wednesday December 12, 2007 @04:18PM (#21675727) Homepage Journal
    http://technical-writing.dionysius.com/resources/CSS-2.0.pdf [dionysius.com]

    Helped me through many a "what's that called again?" session.

    Link updated because both original links were dead.
  • by incripshin ( 580256 ) <markpeloquin@[ ]il.com ['gma' in gap]> on Wednesday December 12, 2007 @04:22PM (#21675813) Homepage
    I was looking at the O'Reilly page for this book. Under the review [oreilly.com] section, there are two reviews: 3/5 and 5/5. The page claims the average is 5/5. Let's see, (3/5 + 5/5)/2 = ((3+5)/5)/2 = (8/5)/2 = 8/10 = 5/5. Oh, their math is right. Never mind.
    • Re: (Score:1, Funny)

      by Anonymous Coward

      They accidentally put their maths into quirks mode.

  • Awesome (Score:5, Funny)

    by commodoresloat ( 172735 ) * on Wednesday December 12, 2007 @04:24PM (#21675841)
    I can't wait to read this book and start encrypting DVDs....
  • wow (Score:5, Funny)

    by uepuejq ( 1095319 ) on Wednesday December 12, 2007 @04:27PM (#21675885) Homepage
    this is especially useful for unconventional web developers who don't actually have access to the internet.
    • by PenGun ( 794213 )
      Mod parent way up morons. What a dumb idea.
    • It's quite rare for me not to have access to the Internet these days, but I do have a PDF version of the HTML and CSS specs downloaded which are occasionally useful.
    • this is especially useful for unconventional web developers who don't actually have access to the internet.

      I agree with you in some ways, but there are still many cases where a well-written book with all the important information in one place beats wading through a bunch of websites.

      When I was at university (five or so years back), I was pretty surprised that the library was still so useful. You'd have thought that the Internet would have taken away a lot of its utility, but although the net was great for filling the inevitable gaps, it was also quite patchy, and I wasted a *very* high proportion of my time s

  • ... to have a copy of a list of all ingredients in extistence in my back pocket in case I want to cook something.
  • Alone At Sea... (Score:4, Interesting)

    by Nitroadict ( 1005509 ) on Wednesday December 12, 2007 @04:57PM (#21676255) Homepage

    Before I go further, I use CSS everyday I design, especially since I'm still learning all of it's annoying idiosyncrasies, mainly because (and I'm not the only one) the CSS language itself is flawed (constraints & variables being some of which CSS lacks). The idea of what CSS created for, style sheets, is great & is a step forward, but the way we have to use style sheets with CSS sometimes makes me wonder what an abortion feels like.

    I admit, some days it seems to get *easier* to deal with since I actively remember the times I more or less lost my shit because the stupid code wouldn't render correctly in different browsers, so I also remember (most of the time) what to avoid, but I really don't think the full potential of style sheets will be fufilled with CSS as the way it is. Even with CSS 3 (I'm not touching HTML5; I'm one of those "wacky" people who think we should stick with what we have until it's stable enough to warrant additions; a more eloquent way of putting it has already been said: http://www.molly.com/2007/06/14/defy-the-pedantic-semantic-html5-and-xhtml-11-must-stop-for-now/ [molly.com] ), I just don't see the difficulties of CSS, which warrant most of the CSS books being made, being resolved anytime soon.

    I know I'm not the only one who begrudgingly uses CSS (I realize they are other technologies to use instead or to supplement CSS' shortcomings, I'm currently looking into that...), and I know I'm not the only who thinks something new should be made to address what CSS fails to do. I'm not talking about HTML5, nor CSS3, and defintley not FLASH (although, personally, I think if HTML & CSS were to somehow utilize a plug-in for browsers to render shit properly, standards would be able to compete with FLASH, but I'm just rambling there).

    While googling out of frustration, I came across this:

    PSL (Proteus Style Sheets): http://www.cs.uwm.edu/~multimedia/papers/jucs/jucs.html [uwm.edu]

    Why Current Style Sheet Standards Have Failed to Improve Document Engineering: http://www.cs.uwm.edu/~multimedia/WWW8/webEng.html [uwm.edu]

    I know every single Pure-CSS zealot is going to moan & groan at me for thinking differently than them, but honestly, PSL seems like a way better idea than simply adding on to an inheritantly broken style sheet language in which books & books need to be made to tell people what hoops to jump through to get it work. I don't know, I guess that sounds stupid to too many people; often I've let that prevent me from expressing my not unreasonable doubts.

    Sometimes I feel like some poor bloke who time traveled back to the Titanic but can't prevent anything due to paradox. :\

    • When I look at CSS specs, I just laugh. In the 90's, Object Orientation was a known technology; how did we end up with such a horrible syntax in CSS? Seems like a simple object orientation with inheritance would have been appropriate, and so effective.
    • The idea of what CSS created for, style sheets, is great & is a step forward, but the way we have to use style sheets with CSS sometimes makes me wonder what an abortion feels like.

      I'm glad I'm not the only one. CSS is OK as a replacement for the FONT tag, but beyond that it is a complete mess that fails to do what it says on the tin - since the HTML inevitably has to be modified to achieve any significant layout change (pick up a CSS cookbook and look at the examples - they're as much about where

      • Indeed, as of late, I'm finding the usual "not all browsers implement correctly", while a sympathetic & mostly true argument, tiresome and seemingly an excuse for CSS' being so difficult to work with. It wouldn't surprise me if, hypothetically, if IE were banished, and every user upgraded to either Opera, Firefox, Safari and or Swift (Swift is a new webkit browser being made to replace the just awful Safari release for windows, google it...), there would still be massive difficulties with CSS.

        Of cour

  • Now I can pimp my MySpace :|
  • I got this book right when it came out, to replace the well worn previous edition.

    The back cover claims there is "a chart displaying detailed information about CSS support for every style element and its cross-browser compatibility."

    I saw no chart in the book.

    Maybe they tried to do the chart without tables and gave up..
  • The 2nd edition of this book already covered CSS2 and CSS2.1. It says so right on the cover [oreilly.com]. How about a pocket reference that covers CSS3 -- and a widely-used browser that supports it well.
  • ...because it allows all of the styling of a Web site to be organized in CSS files separate from the site's semantic content, except for the number of rows in a TEXTAREA, which must still be set using the required ROWS attribute.
    There, fixed that for you.
    • I had the same thought about the 'colspan' attribute, but after some quick Google'd research, I discovered why they made those particular attributes required.

      Since CSS is supposed to be strictly presentational, those kinds of details need to be designated in the HTML. Colspan has to deal with the structure of a table, and the number of rows has to deal with the structure of the textarea.

      Whether that's appropriate or not for textareas is beyond me, but the colspan thing made sense. Just wanted to shed some

  • by FlyingGuy ( 989135 ) <flyingguy&gmail,com> on Wednesday December 12, 2007 @10:37PM (#21679431)
    Is this a joke or what!? Does this pocket reference explain this kind of gibberish?

    Someone please translate this into something that resembles logic, please?

    ul.nav,.nav, ul{ /*Remove all spacings from the list items*/
            margin: 0;
            padding: 0;
            cursor: default;
            list-style-type: none;
            border: 0px solid #369;
                    display: table ;
    }

    ul.nav>li{
            display: table-cell;
            position: relative;
            padding: 2px 6px;
    }

    ul.nav li>ul{ /*Make the sub list items invisible*/
            display: none;
            position: absolute;
            max-width: 40ex;
            margin-left: -6px;
            margin-top: 2px;

    }

    ul.nav li:hover>ul{ /*When hovered, make them appear*/
            display : block;
    } .nav ul li a{ /*Make the hyperlinks as a block element, sort of a hover effect*/
            display: block;
            padding: 2px 10px;

    } /*** Menu colors (customizable) ***/

    ul.nav, .nav, li, a{
            background-color: white;
            color: blue;
    }

    ul.nav li:hover, .nav ul li a:hover{
            background-color: yellow;
            color: blue;
    }

    ul.nav li:active, .nav ul li a:active{
            background-color: black;
            color: white;
    } .nav a{
            text-decoration: none;
    }

    CSS is a miserable and irrational set of style tags that when used to do things like turn un-ordered lists in menu's becomes pretty much inscrutable and damn near unusable. Nested DIVS are a poor substitute for nested tables. If you want to say I am wrong, then show me how create that will hold data in perfect rows and columns, or how you can make two divs equally occupy 50% of the outer div's area.
     
    • by Selanit ( 192811 ) on Thursday December 13, 2007 @05:17AM (#21681407)
      It makes a menu in which sub-items are revealed when you move your mouse over them. And it's being done badly, for the following reasons:

      1) It relies on all kinds of things which IE either doesn't support or supports badly, including: the child selector (that's the > bits), using the :hover pseudo-class on elements other than anchors, display: table, and display: table-cell. There's no way this sucker is ever going to work in IE. Not IE 7, and definitely not IE 6. Just look up IE's support for the various properties used here on WebDevout.net's CSS compatibility list [webdevout.net].

      2) The code has needless redundancy built into it. Example: in that first rule set, they're using three selectors:

      ul.nav <-- an unordered list of the "nav" class
      .nav <-- any element at all of the "nav" class
      ul <-- any unordered list

      Stacking selectors by separating them using a comma can be useful, but this has been done badly. The first selector alone should have been sufficient for their purposes, or the second one alone. And the third one is simply atrocious, because it makes the rule apply to EVERY unordered list in the document unless it is explicitly overridden. If there is EVER an unordered list in the document which is NOT part of the menu, it's going to be totally fubared by the menu formatting instructions. Selectors which apply to every element in the entire document are dangerous that way unless you use them really carefully or make only tiny modifications. For example, I like changing the cursor over label elements so that people will know they do something if you click them, like this:

      /* Make labels for form elements have a pointer. */
      label { cursor: pointer; }

      The modification is very simple, does not change the basic appearance or functionality of the element, and provides a useful bit of feedback to the user.

      3) Inconsistent use of whitespace. Note that sometimes a rule will start immediately after another with no whitespace, like this:

      ul.nav li:active, .nav ul li a:active{
      background-color: black;
      color: white;
      } .nav a{ <--------------- here
      text-decoration: none;
      }

      The rule set for ".nav a" starts on the same line as the previous rule set finishes, which is ugly as sin. For improved comprehensibility, it should have at least two carriage returns after the previous rule set. And the author didn't even do it consistently.

      I'll happily agree that this is an ugly bit of code. And no, the CSS pocket reference will not be especially helpful in untangling this snarl; it's a reference, for looking up properties and selectors. It shows you what individual bits do, but does not explain how the many bits may be combined. References are primarily useful when you're building your own code, and rather less so when interpreting somebody else's.

      That said, I have to take issue with your conclusions.

      1) "CSS is a miserable and irrational set of style tags"

      First off, CSS doesn't use tags. It uses selectors to refer to tags. Second, CSS itself is not irrational. It is abstract, and takes a while to wrap your head around. It has some inadequacies and shortcomings, such as making multiple columns have an equal height or centering content vertically as well as horizontally, both of which are a serious pain in the ass. But you're throwing out the baby with the bathwater. CSS also gives you quite a lot of fairly fine-grained control over your pages. Moving the presentational stuff out of your HTML makes it considerably easier to read (assuming that you don't keep throwing extraneous DIVs into it instead of learning the inheritance rules and the box model), and has truly amazing benefits

  • Lower, dude. Those are your nuts that you're grabbing.
  • A programming book has to be the kind you can sit down and read cover to cover (or chapter by chapter), that teaches something new. I simply don't have time to spend "getting to know" a particular book or painstakingly tracking down reference information.
  • Say, there- I'm looking for ease of use...

    Is this modern version of the legendary IBM 'green card' [planetmvs.com] written as text or is it in trendy hypertext? [wikipedia.org]
    The latter would be preferable, especially if I'm on a PC and coding my HTML and CSS, etc... Of course, if it's hypertext, I'll hafta take it out of my shirt pocket to run the mouse across it, otherwise I might get unsightly mouse stains on my shirt.

    But, all-in-all, sounds like a very useful product!
  • and I can say that I have never used it. Not once. Its just easier and much much quicker to type "css reference" into my search box and click on the first result.

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...