Yeah as I mentioned not all browsers support that css3 function.. However I was surprised to see that IE8 did'nt pick it up, I guess m$ just havent gotten around to it yet.


Jim Pinkham wrote:
FYI - I was curious about that so I ran:

http://browsershots.org/http://www.css3.info/preview/rounded-border/

-- Jim Pinkham

On Mon, Dec 22, 2008 at 5:19 AM, Martijn Dashorst <
martijn.dasho...@gmail.com> wrote:

On Mon, Dec 22, 2008 at 11:14 AM, Steve Swinsburg
<s.swinsb...@lancaster.ac.uk> wrote:
or the simple CSS you can apply yourself.
.roundedThing {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
however that may not be 100% across all browsers.
Which is great: it rewards users that have up-to-date browsers that
aren't locked in the previous century with a much prettier UI, whilst
still having a functioning app.

Martijn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to