Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drop down menu placement & width issue

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.

like image 908
theailona Avatar asked Nov 21 '25 22:11

theailona


1 Answers

try this

ul li:hover > ul {
    display: block;
    position: absolute;
    right: 630px;
    top: 136px;
    width: 100px;
}
like image 187
Alex Wilson Avatar answered Nov 23 '25 11:11

Alex Wilson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!