I've been ill the last couple of days which meant I couldn't really focus on anything too heavy. So with being awake half the night I thought I should just play around CSS3 and it didn't take long till I came up with a pure CSS3 Post-it note made with no images. The only extra library I have used in this demo is Google Fonts for the script text. Code after the note:
ColdFISH is developed by Jason Delmore. Source code and license information available at coldfish.riaforge.org <link href=' http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css'>
<style>
p.postit a{
color: black;
font-family: 'Reenie Beanie', arial, serif;
font-size:50px;
text-decoration:none;
text-shadow: 3px 3px 3px #AAA; }
Check out the wwdc 2010 session "CSS Effects, Part 1: UI Elements and Navigation" on iTunesU. They demo creating a CSS3 post-it note with curved corners.
Yes, very nice, but does not work at all on IE. All that is seen is a yellow outline box. So long as websites need to support users visiting in IE, this is an issue.