• CSS Font Shorthand Property Cheat Sheet

    Posted: 3 days ago in Tools

    In the past I’ve displayed some serious animosity towards the CSS font shorthand property. I still don’t agree with ever using font shorthand, I do think it’s important that CSS developers understand how it works. I’ve prepared a printable cheat sheet that you can download and hang next to your computer, which will come in handy in case you decide to use this property yourself, or are forced use it in a stylesheet from an inherited project…

    VN:F [1.8.5_1061]
    Rating: +1 (from 1 vote)
  • CSS in Depth: Floats and Positions

    Posted: 4 days ago in Tutorials

    We’ll be discussing CSS positions and floats as well as what the differences are and when it’s best to use them. Both floats and positions deal with the relationship of elements between each other. Without these, padding and margins would be ineffectual…

    VN:F [1.8.5_1061]
    Rating: 0 (from 0 votes)
  • Meet the Pseudo Class Selectors

    Posted: 4 days ago in Tutorials

    Pseudo class selectors CSS selectors with a colon preceding them. You are probably very familiar with a few of them. Like hover. They are immensely useful in a variety of situations. Some of them are CSS3, some CSS2, it depends on each particular one. Outside of IE, they have great browser support. In IE land, even IE8, support is pretty barren. However, the IE9 preview has full support of them. The link-related ones work but not much else. Let’s take a brief look at each one of them. Don’t worry, there aren’t that many…

    VN:F [1.8.5_1061]
    Rating: 0 (from 0 votes)
  • Curtis CSS Typeface

    Posted: 4 days ago in Articles

    Curtis is the name I’ve given for a family of geometric sans-serif fonts currently in development. Other incarnations exist as Fontstructions: Curtis Heavy and Curtis Pixel 14. This version takes form in CSS. All shapes are rendered by the browser, using a combination of background color, border width, border radius, and a heavily reliance on absolute/relative positioning…

    VN:F [1.8.5_1061]
    Rating: +1 (from 1 vote)
  • Easier print CSS coding using Firebug and Web Developer Toolbar

    Posted: 5 days ago in Tutorials

    Print stylesheets are an aspect of front-end engineering that rarely get any love, and they’ll often be ignored until the last possible moment before launching a site. Sometimes they might even be forgotten altogether, but you should always make time to write at least a basic stylesheet that formats things neatly, and reveals any elements that only make sense on paper while hiding things like interactive controls that will be useless when printed. Here’s a useful tutorial to speed up the CSS print stylesheet process…

    VN:F [1.8.5_1061]
    Rating: +2 (from 2 votes)
  • 47 CSS Tips & Tricks To Take Your Site To The Next Level

    Posted: 5 days ago in Code

    Here are 47 CSS Tips, Tricks, and Techniques to add to your CSS toolbox. Some you may be familiar with while others may be new to you. The tips below span from beginner to more advanced CSS code. Hopefully you’ll find a few techniques that will be both new and useful to you and perhaps some will find their way into your next project…

    VN:F [1.8.5_1061]
    Rating: +2 (from 2 votes)
  • Get to Grips with CSS Pseudo-Elements

    Posted: 6 days ago in Tutorials

    Pseudo elements include :first-line, :first-letter, :before and :after. In the CSS specification, W3C define pseudo-elements like this:

    Pseudo-elements create abstractions about the document tree beyond those specified by the document language. For instance, document languages do not offer mechanisms to access the first letter or first line of an element’s content. CSS pseudo-elements allow style sheet designers to refer to this otherwise inaccessible information. Pseudo-elements may also provide style sheet designers a way to assign style to content that does not exist in the source document…

    Mmm, now I don’t know about you but that description makes my head hurt. Let’s take a closer look at pseudo-elements and see how we can use them in our own projects.

    Read more »

    VN:F [1.8.5_1061]
    Rating: 0 (from 2 votes)
  • Understanding CSS Style Precedence

    Posted: 1 week ago in Tutorials

    Have you ever run into the situation where you’re trying to apply a css style to an element, but it won’t take? Your page it seems to be ignoring your CSS, but you can’t figure out why. Maybe you found yourself using !important or adding an inline style as a last resort. There’s a good chance the problem you encountered was one of CSS precedence.

    A better understanding of which CSS styles take precedence can lead to less frustration with css, cleaner code, and more organized css so let’s look at three things that control which css rule applies to a given html element…

    VN:F [1.8.5_1061]
    Rating: +1 (from 1 vote)
  • Online CSS3 Generator

    Posted: 1 week ago in Tools

    Online CSS3 generator app. Pick an option like rounded corners, text shadow, box shadow, RGBa etc and you’ll get the rules for the CSS. Very handy…

    VN:F [1.8.5_1061]
    Rating: +2 (from 2 votes)
  • Opera Logo with CSS

    Posted: 1 week ago in Articles

    The Opera logo, rendered only with CSS, no images. Compare it with the real deal. Alas, best viewed in Firefox 3.6, Safari 4, or Chrome 5. Aside from another shameless plea for attention, this demonstration gives me a chance to look at some CSS3 properties across browsers…

    VN:F [1.8.5_1061]
    Rating: 0 (from 0 votes)
Page 1 of 5712345»102030...Last »