2015-02-07 126 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