Tag: CSS3
Playin’ with TipTip jQuery Plugin, CSS3 and a Sliding Panel
Playin’ with TipTip jQuery Plugin and CSS3
Unconventional: CSS3 Link Checking
Custom Web Fonts in CSS3
Another great feature of CSS3 is being able to use custom web fonts in your website layouts, instead of being stucked with the boring Arial, Georgia, Courier etc typeface. In CSS3 however you are able to use any TrueType (.ttf) or OpenType (.otf) typeface inwebsite layouts, simply by using the @font-face rule.
Read the full post on Neurosoftware (http://www NULL.neurosoftware NULL.ro/programming-blog/facebook-web-design/web-resources/custom-web-fonts-in-css3/)
CSS3 borders, backgrounds and box-shadows
In this article, we will showcase some examples made using the new properties in the W3C’s CSS3 Backgrounds and Borders specification (http://www NULL.w3 NULL.org/TR/css3-background/). We recommend using our Opera 10.5 pre-alpha release (http://labs NULL.opera NULL.com/news/2009/12/22/) to view these examples in their full glory.
Read the full post on Dev.Opera (http://dev NULL.opera NULL.com/articles/view/css3-border-background-boxshadow/)
CSS3 Selectors :last-child
Of all the CSS3 selectors (http://web NULL.archive NULL.org/web/20080503011837/http://www NULL.w3 NULL.org/TR/css3-selectors/) the structural pseudo-classes have to be my favourite. In particular I love :last-child selector, the :last-child CSS selector is incredibly powerful especially when positioning elements in a row, I am currently finding it incredibly useful when doing menus. Instead of providing a last class on the very last element in the row, you can now use pure CSS to achieve the same effect.
Read the full post on dtsn (http://dtsn NULL.co NULL.uk/2009/12/15/css3-selectors-last-child/)





