Breadcrumbs
Tag: "gecko"
-
Do We Really Need Proprietary CSS Properties?
- Author
- Date
- Tue 17 Feb 2009 at 21:55
- Type
- Blog Entry
- Comments
- 5 comments
Recently, I was working on a project that utilised Webkit's CSS transforms to create a cool effect as a little extra to anyone viewing the page in Safari. Firefox 3.1 will also introduce CSS transforms to Firefox. However, Webkit uses the -webkit-transform property and Firefox uses the -moz-transform property. The question I ask is: what is wrong with just transform? Do we really need proprietary CSS properties? Isn't that entirely counterintuitive to web standards? Basically, the answer boils down to that, yes, proprietary CSS properti…
-
Know the Big Players
- Author
- Date
- Sun 12 Jun 2005 at 8:44
- Type
- Article
To some, cross browser design may seem close to impossible, but you have to start somewhere. Here Ethan introduces you to the four main browser rendering engines - KHTML, Gecko, Trident/Talsman, and Presto.
