|
toolbox CSSIn the recent past CSS frameworks have been mentioned many times. Many of these frameworks do simliar things but what they all are is large and often containing a lot of CSS unnecessary for the project you are currently working on. So when I came across the Toolbox CSS I thought I was in for another great tool I was never going to use. But my judgement was too hasty. On closer inspection it is soemthing quite different and all together more appealing, particularly for small projects. Rather than including everything and the kitchen sink, it provides what can be refered to as a utility set of style and positionings which if included in your website will instantly provided style commands for the most commonly used styles. littleBird, big mouth! |
Offline |
|
Re: toolbox CSSOn closer inspection of the style sheet I cam across the following stylings a[href^="mailto"] { background: url(images/emailIcon.png) left center no-repeat; padding-left: 10px; }
a[href~=".pdf] { background: url(images/pdfIcon.png) left center no-repeat; padding-left: 10px; }I have never seen this before and haven't yet found any explanation for how this works. Is there a specific name for refering to this technique? Whats the syntax for using it? Are there any browser-compatability issues? littleBird, big mouth! |
Offline |
|
Re: toolbox CSSvia Alex Leonard comes the following explaination...
littleBird, big mouth! |
Offline |