开发者

CSS Menu Shadow Problem

开发者 https://www.devze.com 2023-01-12 16:05 出处:网络
please take a look at the blue menu bar at the top of http://www.animefushigi.com Home | Latest Episodes | etc...

please take a look at the blue menu bar at the top of http://www.animefushigi.com

Home | Latest Episodes | etc...

If you look into the page source for this menu, I have to list each menu TWICE for it to work properly, else the text of the menu is very light and there is no seperator or hover image.

This is how my Theme works.

I don't thi开发者_JAVA百科nk this is good for SEO reasons, I want to only have one <li>...Home...</li> etc

What changes in my css do I need to do for this?

css is found @ : www.animefushigi.com/wp-content/themes/darkblue/style8.css

Thanks!!


I agree it is bad for SEO as well as just overall implementation. It could be done using background images with 1 li per navigation item. You can use the regular a:hover to swap out background images. The hover image could be positioned to the top right to allow for that same affect you are trying to get with this.


You can hide your text and use images. You can use CSS3 text-shadow property (will work only in modern browsers). You can combine both metods, depending on visitors browser.

0

精彩评论

暂无评论...
验证码 换一张
取 消