Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within HTML Pages with CSS and JavaScript
Search Coderanch
Advance search
Google search
Register / Login
This week's book giveaway is in the
Design
forum.
We're giving away four copies of
Experimentation for Engineers: From A/B testing to Bayesian optimization
and have David Sweet on-line!
See
this thread
for details.
Win a copy of
Experimentation for Engineers: From A/B testing to Bayesian optimization
this week in the
Design
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Tim Cooke
Paul Clapham
Liutauras Vilda
Sheriffs:
Junilu Lacar
Rob Spoor
Jeanne Boyarsky
Saloon Keepers:
Stephan van Hulst
Carey Brown
Tim Holloway
Piet Souris
Bartenders:
Forum:
HTML Pages with CSS and JavaScript
menu navigation not working in ie
varun s kumar
Greenhorn
Posts: 8
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
to implement menu navigation using hover i tried it at a basic level...
it is working well with firefox but not with ie...
here is the code
ul#nav1{ list-style:none; } ul#nav1 li{ list-style:none; } ul#nav1 ul{ display:none; } ul#nav1 li:hover ul, { display:block; }
i learnt that ie support a:hover...so i did add the block ul#nav1 a:hover ul{display:block;}
but it is still not working.
Eric Pascarello
author
Posts: 15385
6
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
With older versions of IE, you can not have a pure CSS menu.
Eric
varun s kumar
Greenhorn
Posts: 8
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
no sir its not that old...i ran that code in ie6
Eric Pascarello
author
Posts: 15385
6
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
IE6 was released on August 27, 2001
The browser is old and does not support hover on non link elements.
Guessing your company/client needs to visit
http://www.ie6countdown.com/
Eric
varun s kumar
Greenhorn
Posts: 8
posted 12 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
thank you for that information...
but i want to state the fact i m a student and there are number of silly question that are yet to come...;-p
Let's get him boys! We'll make him read this tiny ad!
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Problem with struts-menu for second level submenu
HTML drop downs not working
CSS not working in Firefox, works in IE
CSS menu bug in IE6 - select drop down appears on top of menu
Struts Taglibs issues while including html in jsp
More...