Big thanks to Fontdeck’s blog for pointing this out: Hyphenation is now supported in Safari 5.1 and Firefox 6. Here’s how to add the CSS3 rule: p { hyphens:auto; } Well, almost. In reality Firefox and Safari still only support vendor prefixes of the hyphens property (which is fair enough as the spec is still aworking draft) so [...]
Posts Tagged ‘css3’
CSS3 advanced box shadow techniques
Great video by Carsonified’s upcoming Think Vitamin Membership showcasing some advanced CSS3 box shadow tips
TDC in CSS3
@trentwalton showcasing his magic, trickery and expertise in coding the new Design Cubicle masthead completely in CSS3
CSS3 Gradients Coffee Cup
Lately I’ve been seeing a lot of really cool experiments with CSS3 techniques. Here’s another tutorial on how to achieve ring-like gradients using CSS3.