SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: Javascript Menu Not Working
Hybrid View
-
Jun 4, 2007, 19:18 #1
- Join Date
- Jun 2005
- Posts
- 9
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Javascript Menu Not Working
I have a DHTML menu that I created on a site that shows a submenu when you hover over the main navigation.
Everything seems to work fine except when you view the site in I.E. on a Mac. The subnavigation does not show up. Does anyone have any ideas?
Any help would be appreciated.
Thanks,
derrick
-
Jun 5, 2007, 23:04 #2
- Join Date
- May 2004
- Location
- Richmond, VA, USA
- Posts
- 819
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
People still use I.E. on Mac?
I stopped supporting that the same time Microsoft did.
Maybe just disable it for that browser, as long as they can still get around the site. They're probably used to things not working quite right if they use that old s***box of a browser.
-
Jun 6, 2007, 07:29 #3
- Join Date
- Jun 2005
- Posts
- 9
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks for the feedback. Do you know if there would be issues with js scripts working in Safari or firefox?
-
Jun 6, 2007, 08:40 #4
- Join Date
- May 2004
- Location
- Richmond, VA, USA
- Posts
- 819
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
I'm no javascript guru, but from what I know there's a handful of small issues on just about every browser. I'm having problems with a script in firefox at the moment.
You should probably test on everything you would expect your visitors to use.
-
Jun 8, 2007, 08:23 #5
- Join Date
- Jun 2005
- Posts
- 9
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks. Do you think the problems are script related or doctype?
-
Jun 8, 2007, 10:14 #6
- Join Date
- May 2004
- Location
- Richmond, VA, USA
- Posts
- 819
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Script related. I would think that doctype doesn't affect javascript too much, (Although it would affect the DOM indirectly)
The problem as I understand it lies in the fact that each browser has their own javascript engine, and so each one understands the code a little bit differently.
I found an article that might help you understand cross browser js issues a little bit better.
http://www-128.ibm.com/developerwork...y/wa-ie2mozgd/
Bookmarks