-

14 September 2012

How To Customize “Block quotes” In Blogger With Mouse Hover Effect – The Blinking Bulb!

VM | 7:43 pm |

blinking bulb 

 

 

 

 


 

Add The Blinking Bulb Blockquote To Blogger


This blockquote can be added in the similar way as explained in my earliar posts. If you are new then read this part of my previous post –> Add and Customize Blockquote In Blogger
The CSS code to be inserted just above ]]></b:skin> is this,



blockquote {
background: #000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3lOUS5C5W4UYmoDXJ0vv6wYMHfLMNZM1N1qdTi2sTN2tVrNwoyZlx-AbaTQESxbOkH7GB_P1GW6BZsIAeESdeB4quW1cjO0vmuzYZXOXFy9ztKbiT5ouRmUTwxT4v-AOT3PLWeWmVMu4/s1600/bulb-off.gif) no-repeat right bottom ;
margin: 0 20px;
padding: 20px 70px 20px 20px;
color:#595959;
font: bold 0.9em "comic sans ms", "Times New Roman", Times, serif;
border:1px solid #DDD;
}
blockquote:hover {
background: #000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_S09727AKqeZD4EgzBlkz_q5V7gOv7bXvUXz4yiCXCx7SLv3aDIxzK3cXUnuqmeg2wbuXtQYhqnDYBVKMko8SFNIK46bN1uaweRyqd23KoHGR63raAYpF0DqsGvBJj5C-iVC9o3Sck0Y/s1600/bulb-on.gif) no-repeat right bottom ;
color:#E0E089;
}

blockquote p {
margin: 0;
padding-top:10px;
}

The second image in red link appears on mouse hover and the second image in green link appears when mouse is moved away from the blockquote.

Create Custom Blockquote Of Your Choice!

You can use similar effect by changing the background images, font colors, border colors or background colors etc. The first part in the CSS code above i.e blockquote { bla bla } represents the effect on normal view and the second code i.e blockquote:hover { bla bla } is responsible for the hover effect. So you can easily customize the font and border types and colors along with background colors to create a cool mouse hover effect.
I have shared some examples below which uses no image at all,






Let me know if any thing is left unclear. For customization guide read this post –> Customize Blockquote In Blogger




1 comment:

  1. Thank you so much, I've been trying to figure out how to do this for a long time.
    website design

    ReplyDelete

Related Posts Plugin for WordPress, Blogger...

Subscribe Updates, Its FREE!