I'm designgin this for a friend on my computer until he gets a host. However, since the left copntainer is set to 150px (I assume px=pixels) I designed a thin strip with the rounded corners I want and called it cornerTL.gif. I then turned to my CSS and put this:
I have yet to test it on other monitors and am about to look at it in IE and Opera (I use Firefox). I'm not expecting any problems.Code:.leftBoxHeading { margin: 0em; padding: 0.2em 0em; background-image: url(../images/cornerTL.gif); background-position: top left; background-repeat: no-repeat; background-color: #ED125A; }
Thanks for your help.



