css
-
CSS Level 4 selectors
All CSS selectors from level 1 to upcoming version 4. This is still a draft version. At this moment browser … Read more →
-
CSS Level 3 selectors
All CSS selectors from level 1 – 3. From: http://www.w3.org/TR/2011/REC-css3-selectors-20110929/ Check out the new level 4 selectors here. Pattern … Read more →
-
(Special) character entity reference
Special characters are encoded in many different ways, depending how you want to display them. Using plain html, or as … Read more →
-
Google Maps iframe embed disable scroll to zoom
UPDATE: Google has finally fixed this usability issue, providing an overlay with instructions for touch devices. Users will be able … Read more →
-
Automatic mailto and tel link icons
By using the "^=" css selector we can style links beginning with a certain keyword. This example gives all links … Read more →
-
Responsive Video Embeds
Embedding video’s (YouTube, Vimeo a.o.) in your average CMS will give you a fixed size video in an iframe. Sometimes breaking … Read more →
-
CSS Shapes & Graphics
Whenever possible avoid bitmaps(jpg, png, gif etc.) and use html and css for simple (or even pretty complicated) shapes and … Read more →