View Full Version : 3-State highlight menu effect Help
ddrichards
01-31-2006, 05:33 PM
How can I make it so that the entire box becomes the link when using the 3-State highlight menu effect code? To further explain... Unless you actually click on the text within the box, nothing happens when you click. I would like it to go to the target link no matter where in the box you click.
Ideas?
Thanks!
Dan
jscheuer1
01-31-2006, 05:45 PM
Use this updated style block in place of the one that comes with the script (changes/additions red):
<style type="text/css">
.menulines{
border:2.5px solid #F0F0F0;
}
.menulines a{
text-decoration:none;
color:black;
display:block;
width:100%;
}
</style>
ddrichards
01-31-2006, 08:51 PM
That worked!
Thanks!!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.