Friday, August 13, 2010
How To Customize “Block quotes” In Blogger With Mouse Hover Effect – The Blinking Bulb!
Do you like this story?
This tutorial will really enable you to create stunning and attractive blockquote for your blogger posts or websites. This blockquote will change color when mouse cursor is hovered over it. I have already shared two tutorials namely 14 Amazing Ways To Customize Block quotes Style In Blogger and Blockquote Style with Auto Number List But this blockquote effect is exceptional! Just have a look of an example blockquote below.
Hover your mouse cursor on the blockquote below.
Interesting, isn’t it? Now let’s learn how to add similar effects like the blinking bulb effect above.
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 BloggerThe CSS code to be inserted just above ]]></b:skin> is this,
blockquote {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.
background: #000 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBGpsQLr_XkNFGOnM4Lbvv2RHnJJqLMeYftyzbBklceTYWbt-sTF55Mv32UsdpqXWxMEer7OI5kZhcuGY7EOZfoleRmb63wFipcRdjBICkrh1Dqy_wOnE0u0JK5m-nqNC5c6xhL2dLREA/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/AVvXsEiPk4_ZbDAifobIkGY-gqKjobI_IGZcQaxfhFtRdRcaHPgkdPAywXuey8AY6IebUsALlSM8lu672CXD0hJCf9o6-m_thMna3yfj-CkXMjY8Gb7_hfNqGvT4Hs-G6aydHTivmnBe0EHvJ3M/s1600/bulb-on.gif) no-repeat right bottom ;
color:#E0E089;
}
blockquote p {
margin: 0;
padding-top:10px;
}
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
This post was written by: Rishikesh
Rishikesh is a 17 years old part time blogger, web designer and front end web developer. Follow him on Twitter