Forum Moderators: not2easy
CSS
div.example {
-webkit-border-image: url(border.png) 16 16 16 16 round stretch;
}
Essentially the industry is stuck until Microsoft starts supporting CSS3. Heck, even Opera has been unhelpful in this regards only supporting opacity. Selectors are great but properties are the real meat of CSS3. Webkit has the *best* CSS3 support currently, followed by Gecko (Firefox, Camino, SeaMonkey, etc).
- John