Home › Forums › CSS › sidebar hover trouble › Re: sidebar hover trouble
March 9, 2013 at 3:22 pm
#127611
Participant
You need to add the extra 3px of padding-left to the li:hover not to the a:hover. Remove the padding-left: 8px from the ul#sidebar li a:hover declaration. And in the ul#sidebar li:hover declaration change the width to 197px and add padding-left:3px;