I have an issue with the "About" drop down menu here: http://pamperland.net/selindobeta/
I'd like the child links to have a width of about 120px and have different background colors than their parent. Somehow I added those properties and this is what I get. The parent link doubles the size and shifts down, the child links not having the color properties specified.
try this
ul li:hover > ul {
display: block;
position: absolute;
right: 630px;
top: 136px;
width: 100px;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With