Hi guys, This is what I wanted to do.
1. When I hover my mouse on the sidemenu. It will change it background color.
Here is my codes.
#main-sidebar {
width: 185px;
float: left;
padding-right: 10px;
}
#article-sidebar {
color: #0b73b7;
font-size: 14px;
font-weight: bold;
}
#article-sidebar li {
padding-bottom: 15px;
}
#article-sidebar li ul {
padding: 5px 0px 0px 0px;
}
#article-sidebar li ul li {
padding: 7px 0px 0px 15px;
}
#article-sidebar a:link,
#article-sidebar a:visited,
#article-sidebar a:hover,
#article-sidebar a:active {
text-decoration: none;
}
This is what it looks like http://www.daniweb.com/forums/attachment.php?attachmentid=23005&stc=1&d=1322016962
But when I try to edit this one.
#article-sidebar a:link,
#article-sidebar a:visited,
#article-sidebar a:hover{
background-color: black;
}
#article-sidebar a:active {
text-decoration: none;
}
It looks like this.. http://www.daniweb.com/forums/attachment.php?attachmentid=23006&stc=1&d=1322017134
I really appreciate all the replies.