You can find the website at this address: CLICK HERE TO VISIT THE SITE
Below is an image displaying the issue at hand:
By utilizing CSS3 properties like border-radius
and background: transparent
, I was able to create what appears to be a "cutout" effect on the div. However, it's evident that the corners are also transparent.
While using an image would easily solve this problem, my intention is to rely solely on CSS3 for this design. I believe there must be a clever solution out there that I haven't considered yet. It's worth mentioning that I am leveraging css3pie.com to enable CSS3 functionality on older versions of Internet Explorer, from IE6 through IE8.