2015-02-07 116 views

回答

0

你需要创建一个半圆圈所需的PNG图像和将其设置为悬停和当前menu_item类的背景图像,例如

.menu_class ul .current_page_item a:hover, .menu_class ul li a:hover, .menu_class ul .current_page_parent a:hover { background: url("imageloacation") repeat scroll 0 0 rgba(0, 0, 0, 0); 
color: #ffffff; } 
+0

我们可以在css3中做到这一点,而不是使用图像吗? – 2015-02-07 07:39:19