更改下划线子菜单的大小

问题描述

尝试制作下划线菜单-以及下划线子菜单项- 我不能只在标题的子菜单上加下划线-我的下划线仍沿子菜单栏的整个宽度延伸。

对于下划线,请使用此CSS

/* Link (hover) */
.ubermenu-nav .ubermenu-item a:hover:after{
    width:100%;
    right: 0;
}

a:after{
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    right: 0;
    position: relative;
    background: black;
    transition: width 1s ease 0s,right 0.5s ease 0s;
    width: 0;
}

我的页面http://www.webpreluditest.sk/

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)