Is it possible to have a rounded corner using css? If yes then how can I do it? I am looking for making gallery and I need fast loading background for image display.
Is it possible to have a rounded corner using css? If yes then how can I do it? I am looking for making gallery and I need fast loading background for image display.
Yes its possible. you have to create corner images and place those images in the div.
This alternative doesn't use images. You can use this tool to create the CSS code for rounded corners. Just input the colors and select the border width for the box you want to generate and it'll give you the CSS underneath the generated image.
http://www.spiffycorners.com/
Please press the "Thanks" Button in posts you like, don't post to say "Thanks".
It is possible. Using the moz properties.
But it doesnt work in IE.
It only turned your site into the normal box.
The only way to fix it is by using image if you want your website to look good in cross browser.
I make trandparent images for the corners and set into the table , in this way I am able to make rounded corner for my site.
Rounded corners is one of the most expected CSS3-features. It is supported in Firefox and other standard compliant browsers.
Not including *stupid* IE, of course
you can use a tool and create it very quickly...
This alternative doesn't use images. You can use this tool to create the CSS code for rounded corners. Just input the colors and select the border width for the box you want to generate and it'll give you the CSS underneath the generated image.
![]()
![]()
![]()
use tools to create quickly.This alternative doesn't use images. You can use this tool to create the CSS code for rounded corners. Just input the colors and select the border width for the box you want to generate and it'll give you the CSS underneath the generated image.
BEST OF LUCK
![]()
hey....
rounded corner is one of the nice CSS features..
and your one is not for image....
by using tools you can work more easily and efficiently......
so go for it dude...
..........
![]()
The Basics of Rounded Corners
Rounded corners rely on the fact that computer monitors and our eyes are not that good at viewing what are effectively tiny squares (the pixels). So if you set up a series of pixels along the edges of your elements, you can line them up in such a way that they make the box they are edging appear to have rounded edges. For example, this page demonstrates how you can set up rounded corners on various div elements.
Bookmarks