How I Can Create Gradient and Curved Web Containers Without Any Image File (like...

Nathan

New member
...http://asp.net )? I need a container like blue ones at asp.net. These containers have gradient backgrounds and curved corners and they work without any images on all browsers.

I know they use css and javascript for it, but how? And if there is a way without any javascript at all I would prefer that.
 
The website you're talking about uses partially transparent images to achieve rounded corners and gradient backgrounds.

There is no way to do this in all browsers without using images, because Internet Explorer still does not support rounded corners using CSS.
 
The website you're talking about uses partially transparent images to achieve rounded corners and gradient backgrounds.

There is no way to do this in all browsers without using images, because Internet Explorer still does not support rounded corners using CSS.
 
Back
Top