Hi there. I've only been a web developer from a few months now, and I have a fairly good idea of how to use CSS. I'm creating a website based off a design that was sent to me, and the design calls for an arched banner/menu at the top of the page. I was wondering if this was possible to do with CSS. Any help would be greatly appreciated! Thanks in advance, Jacob
Hi Category3, It is possible with a bit of css and some creative thinking Thanks to the oval shapes we can create with the css 'border-radius' - you can create an oval shape and overlay it on your top banner which would be rectangular. To ensure your oval stays on top of the other rectangle, use 'z-index.' http://css-tricks.com/the-shapes-of-css/ for some more about oval css; and, http://coding.smashingmagazine.com/2009/09/15/the-z-index-css-property-a-comprehensive-look/ for some more information about z-index. Good luck getting creative! Kris