Home › Forums › CSS › Semi-transparent containers with rounded corners › Re: Semi-transparent containers with rounded corners
not really any way to do it and make it fully compatible with IE 6 & 7 without using some javascript or a hack.
For the transparency, the easiest would probably be using transparent .PNG background images, and then adding the PNGfix for IE. Then its simply adding the image(s) to the background of your css.
For the rounded corners you can either use background images, or use another IE target to give them a js script that’ll turn some elements into rounded corners. I dont’ recall the name of them, but there are a few. I don’t worry about giving IE users the rounded corners as its not worth the extra effort for me. If the rounded corners of the containers are a huge part of your design, look up some of the js options, or use the transparent .png’s and make them have rounded corners.