Hi,
I have a transparent circle (20X20) in PNG format. I want to use it to make a DIV or TABLE with rounded edges. How can I do it with CSS?
I tried with some examples but none of them were cross-browser compatible.
Thanks
Hi,
I have a transparent circle (20X20) in PNG format. I want to use it to make a DIV or TABLE with rounded edges. How can I do it with CSS?
I tried with some examples but none of them were cross-browser compatible.
Thanks
I can't remember which but some older versions of IE don't like PNG images and you need to use a workaround for them (I remember doing this with a couple of sites but it was a couple of years ago so can't remember how) - that may be your problem.
Another gift from Microsoft!
If you Google PNG in IE6 you will find solutions
Guys don't worry about the PNG. I can use any image just the CSS code I need.
Thanks
You can use border-radius in CSS3 to create your rounded corners without an image - try this article http://www.css3.info/preview/rounded-border/
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.