Use JQuery and a content editor web part to quickly achieve rounded corner backgrounds for web parts within SharePoint 2007.
QuickStart Guide
- Generate images for web part corners - I used http://www.roundedcornr.com.
- Copy/paste the following JavaScript content into a text editor - RoundedWebPart.js (2.20 kb)
- Replace the following corner image URL's with paths to your newly generated corner images (ensure your users have 'read' privileges to the images' location)
- /Shared%20Pictures/Top_Left_Corner.png
- /Shared%20Pictures/Top_Right_Corner.png
- /Shared%20Pictures/Bottom_Left_Corner.png
- /Shared%20Pictures/Bottom_Right_Corner.png
- Replace the '#f3de96' color with the value of your images' color
- Add a Content Editor Web Part to the SharePoint page
- Modify the Web Part and paste your modified JavaScript text content into the Source Code Editor
Check the content editor's layout 'Hidden' property to prevent it from displaying with a rounded corner background.