This tutorial shows how to make your sidebar lists appear as a colored block when you hover over it. Doing so will make your sidebar more dynamic.
This is the code,
li.widget ul li {
background:#FFFFFF;
display:block;
margin-bottom: 0;
margin-top: 0;
padding: 5px;}
li.widget ul li:hover {
background:#DDDDDD;
margin-top: 0;
margin-bottom: 0;
display:block;
padding:5px;
}
Enjoy!
Related posts:
- How to make Rounded Corners for your blog Content Box Page
- How to add a stylish sidebar border in WordPress Thesis Theme {video}
- Video – WordPress Thesis Theme 1.7 backgrounds – Tips and tricks for better design
- How to add cool tumbnails on your blog using Thesis Theme Thumbnail option {video}
- How to remove Page Title on wordpress blog using Thesis Theme {video}
- Make yellow highlighted links in Thesis Theme {video}
The screencast videos are done by