Rounded corners IE and background images?

The style you use for rounded corners is only recognised by Firefox and Webkit browsers. The only other solution you have really is the use of background images. There is a jQuery plugin I used that was quite nice but again, for Internet Explorer it just places images over the corners to achieve a rounded illusion.

Here it is: jquery.malsup.com/corner.

The style you use for rounded corners is only recognised by Firefox and Webkit browsers. The only other solution you have really is the use of background images. There is a jQuery plugin I used that was quite nice but again, for Internet Explorer it just places images over the corners to achieve a rounded illusion.

Here it is: jquery.malsup.com/corner/ EDIT: CSS3 will have a tag that achieves this, but it still is not supported by any current IE version: w3.org/TR/css3-background/#the-border-ra....

Thanks liam but was aware of all that, am just trying to find a solution that works with what I have. Thanks for the reply. – nat Jul 29 '10 at 13:32 That's the problem dude, I don't think there is one!

Good luck anyway. – Liam Spencer Jul 29 '10 at 21:19.

Look up css3pie.com/ it uses attached behaviors to give IE some css3 capabilities.

Not actually an answer.. don't shoot me but needed more chars than the comments would allow thanks for the replys.. again though this does not seem to work with the backgrounds being alpha'd png's which is a shame as that appeared to be just what I needed.. tried . Rounded{ -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; background:url("10x10.50percentalpha_white. Png") repeat scroll left top transparent; height:270px; overflow:hidden; padding:0 0 5px; behaviour: url(path/to/PIE.

Htc) } I am using an alpha'd background image as putting opcatiy or whatever on the div, then alphas the content too.. don't want that.. any other suggestions? Unless someone can explain a way to get the background nicely alpha'd without affecting the alphaness of the contained text/content. With all the funding that M$ have why cant they get rounded corners working like everyoe else has.. eh?

Tossers - always spend so much time getting things to work in IE that work fine everywhere else..

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions