Monthly Archives: janvier 2010
AkihabaraNews, a new website released
The January 4th, the new website of Akihabara News was online !
It took a really long time until we finally reached release, and I must say we can be proud of the result.
Border Radius in CSS3, how not to do simple ?
When you want a border-radius in your box, you have to choice : use CSS3, because it’s the standard or not.
The CSS3 is cute, nice, other stuff, but, Firefox and Safari (and IE) don’t implement it for border-radius …
How can I do ? In Safari, it’s easy, just to add -webkit- (ex : -webkit-border-radius). For Firefox, it’s -moz-border-radius too. But if you want use border-top-right-radius, or other specific choice, in Firefox, it’s -moz-border-radius-top(no space, no -)right.
Safari it’s juste -webkit-border-top-right-radius.
Simple no ?
(But only Safari support an another propriety : -webkit-box-shadow, with that, you can add a shadow to your box, and it’s very cool)