Loretta Grogan
02-20-2007, 07:33 PM
I have installed the Button Vertical Menu into my site, to work with the Dynamic Ajax Content. With some help yesterday I have achieved, when I roll my mouse over the button the text comes up.
Now I want to have the button stay in the mouseover color when you go over the text in the right column to click on a link.
http://lorettagrogan.com
What do I add to this code to make this possible?
<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 120 px;
}
.buttonmenu li a{
color: black;
display: block;
width: 100%;
padding: 10px 10px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#bcdfd8 transparent #bcdfd8 transparent; /*light dark dark light*/
background-color: transparent;
text-decoration:none;
}
.buttonmenu li a:visited{
color: yellow;
}
.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #ffffff;
}
</style>
Thank you
:confused:
Now I want to have the button stay in the mouseover color when you go over the text in the right column to click on a link.
http://lorettagrogan.com
What do I add to this code to make this possible?
<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 120 px;
}
.buttonmenu li a{
color: black;
display: block;
width: 100%;
padding: 10px 10px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#bcdfd8 transparent #bcdfd8 transparent; /*light dark dark light*/
background-color: transparent;
text-decoration:none;
}
.buttonmenu li a:visited{
color: yellow;
}
.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #ffffff;
}
</style>
Thank you
:confused: