Viewing Navigation Menu CSS

Navigation Menu CSS



User: Roddy 12 years ago
I was spending a loose moment customizing a few things in the default menu and noticed these repeats...

[1]
#navmenu_menu0 ul li:hover a,
#navmenu_menu0 ul li.hover a {
text-decoration:none;
color:#FFFFFF;
}
[2]
#navmenu_menu0 ul ul li a:hover,
#navmenu_menu0 ul li.active ul li a:hover,
#navmenu_menu0 ul li:hover ul li a:hover {
background:#333333;
text-decoration:none;
color:#FFFFFF;
float:left;
}
[3]
#navmenu_menu0 ul li:hover ul,
#navmenu_menu0 ul li.hover ul { /* This line is required for IE 6 and below */
display:block; /* Show the sub menus */
}

Are you seriously supporting IE 6 and below?

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: Paul-RAGESW 12 years ago
What's wrong with having fallback CSS for older browsers?

-------------------------------
Paul
EverWeb Developer
User: Roddy 12 years ago
Nothing at all! I'm just surprised is all.

It kind of amazes me that so many sites have all these hacks for old browsers but don't consider mobile devices when it's estimated that almost 50% of those surfing the net are using them.

I would imagine that there's more people browsing with mobiles than with IE 6 and lower!

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.
User: pumpkin 12 years ago
I'm surprised some people still use IE6 and lower.

-------------------------------
Darian
new to web design
______________________
My websites: <b>Vocal Affairs</b> // <b>Singkehlchen</b>
User: Roddy 12 years ago
There are still a few creaky old ancients about and always will be I suppose.

Most Windows users can upgrade to V 9 at least and I don't see that it's my problem if they don't bother to do it.

-------------------------------
Roddy

Website: http://everwebwidgets.com
Contact: http://everwebwidgets.com/ewWidgets-home/contact.html
NOTE: I am an EverWeb user and NOT affiliated with EverWeb! Any opinions expressed in this forum are my own.


Post Reply
You must login or signup to post.