Re: [jQuery] Round corners for IE

2010-02-01 Thread Jack Killpatrick
I've had good luck with this plugin: http://www.parkerfox.co.uk/labs/cornerz - Jack Erik wrote: Whats the latest solution for achieving round corners for IE. I've been using these in my css for all my 's: -moz-border-radius-bottomright: 6px; -khtml-border-radius-bottomright:

Re: [jQuery] Round corners for IE

2010-02-01 Thread Andreas Möller
Whats the latest solution for achieving round corners for IE. It may not be the latest, but at least it's a solution: Sliding doors with sprites.

[jQuery] Round corners for IE

2010-02-01 Thread Erik
Whats the latest solution for achieving round corners for IE. I've been using these in my css for all my 's: -moz-border-radius-bottomright: 6px; -khtml-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px;