♠ Posted by Unknown in Blogger tips,blogger widgets at 02:45
In lots of Blogger Templates maybe you have seen that there isn't a separate box for each Post but this is now possible to add each blog post in separate box. Actually this hack could be applied by using CSS, After applying this trick each post are going to be shown in an seperate outside box and when ones hover mouse it'll change the Border Color when again Hover it'll automatically again change colour. This is a great step to bring out more professional looks to your blog and attracts more visitors. So lets start how to add this effect.
- How to Add This Effect?
- Go To Blogger Dashboard
- Select Your Specific Blog and Click on Template
- Then Click On Customize
- After that Click On Advanced Option
- And Then Select CSS: (i.e Add CSS)
- Now Copy the below Code and paste it over there.
.post {background:#FFFFFF;border: 2px solid #000000;padding-right:7px;padding-left:7px;}.post:hover {border: 2px solid #FF0000;}.post:active {border: 2px solid #0004FF;}
- That's it


2 comments:
Post a Comment