Forum Moderators: phranque
I have a fairly complicated navigation system designed with <div>'s, CSS, and Javascript. The menu has 10 categories which you can open to reveal the subcategories. The CSS and Javascript are located in linked external files.
The problem is that when I use IE5 the menu only shows on my first visit to the page. When I move on to another page, the entire menu disappears.
The only reason I can come up with is that the browser caches the Javascript and CSS files and doesn't reload them per page. But why would this only happen in IE5? Wouldn't the <div>'s be present on every page (div's shouldn't be cached)?
I'll gladly sticky the url to anyone who could help.