• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Sticky Note with shadow effect in WordPress using CSS

By Abhishek Ghosh June 16, 2011 10:46 am Updated on June 16, 2011

Sticky Note with shadow effect in WordPress using CSS

Advertisement

A Sticky Note within a post definitely looks great. Sticky Note is nice to grab attention of the visitor. In this CSS tutorial, we will learn. how we can create a Sticky Note in WordPress Blog mainly using CSS, with a small few KB sized graphical element.

Prerequisites for creating a custom Sticky Note in WordPress using CSS

 

  1. We need a graphical element like a board pin for a realistic Sticky Note effect
  2. HTML code for the Sticky Note
  3. The crucial part is the CSS for creating the Sticky Note

 

We will use this board pin as graphical element for a realistic Sticky Note effect. You can either right click and save it for your usage or find alternative in our PSD Downloads section.   We will use this board pin on the left top corner of our Sticky Note:    Sticky Note with shadow effect It is 3 KB in size, if you Smush it, it will be more smaller.

The required HTML code for creating our sticky note

In the WordPress writing panel, go to HTML mode and copy paste this where you want the Sticky Note:

Advertisement

---

 

<div class=”note”>This is a dummy text for our Sticky Note CSS Tutorial. You can replace this text with your own for your Sticky note.</div>

 

Now the CSS part of Sticky Note

 

Open your Theme’s style.css and add this:

 

.note {
background-color:#FCF9A6;
background-image:url(http://url/image-name.png);
background-repeat:no-repeat;
background-position:top-left;
width:220px;
font-family:Georgia;
font-size:14px;
font-weight:400;
color:#000;
border-top:5px dotted #fff;
text-shadow:#fff 0 1px 1px;
overflow:hidden;
padding-top:50px;
padding-bottom:15px;
padding-right:10px;
padding-left:50px;
display: block;
position: relative;
top: 0;
left: 0;
box-shadow:rgba(0,0,0,.5) 0 3px 6px;
-webkit-box-shadow:rgba(0,0,0,.5) 0 3px 6px;
-moz-box-shadow:rgba(0,0,0,.5) 0 3px 6px;
}

 

Save it. Here is the working example of the Sticky Note with shadow effect in WordPress using CSS 3 :

 

This is a dummy text for our Sticky Note CSS Tutorial. You can replace this text with your own for your Sticky note.
SignatureTagged With traillxl
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Sticky Note with shadow effect in WordPress using CSS

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • Customize WordPress Inline Code

    There Are Many Ways to Customize WordPress Inline Code to Look Them Pretty Nice Like Twitter Bootstrap. Methods Shown With Needed Snippets.

  • Checklist to choose a perfect WordPress theme

    We are providing a thorough detailed checklist those are need to be checked, before selecting a Wordpress theme.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

vpsdime

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2026 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy