Spry menu not working in IE

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Jun 2008
Posts: 1
Reputation: hockey4e4g is an unknown quantity at this point 
Solved Threads: 0
hockey4e4g hockey4e4g is offline Offline
Newbie Poster

Spry menu not working in IE

 
0
  #1
Jun 11th, 2008
Can anyone help me? I tried using spry in dreamweaver CS3 for the first time and, upon completion of my site, found that it isn't working in some versions of IE. It opens perfectly in Firefox, Safari, and Opera. Different versions of Internet Explorer seem to carry out the code differently.

Here is my site
http://www.kearneyevents.com/index.html

And my css
http://www.kearneyevents.com/SpryAss...Horizontal.css

and my javascript
http://www.kearneyevents.com/SpryAssets/SpryMenuBar.js

If ANYONE could look over my code and help me I would really appreciate it!! PLEASE!!
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 2
Reputation: OWL76 is an unknown quantity at this point 
Solved Threads: 0
OWL76 OWL76 is offline Offline
Newbie Poster

Re: Spry menu not working in IE

 
0
  #2
Jul 15th, 2008
I am having the same problem, too. If anyone could explain this it would be highly appreciated.
Reply With Quote Quick reply to this message  
Join Date: Jun 2008
Posts: 348
Reputation: Troy III will become famous soon enough Troy III will become famous soon enough 
Solved Threads: 42
Troy III's Avatar
Troy III Troy III is offline Offline
Posting Whiz

Re: Spry menu not working in IE

 
0
  #3
Jul 16th, 2008
Originally Posted by hockey4e4g View Post
Can anyone help me? I tried using spry in dreamweaver CS3 for the first time and, upon completion of my site, found that it isn't working in some versions of IE. It opens perfectly in Firefox, Safari, and Opera. Different versions of Internet Explorer seem to carry out the code differently.

Here is my site
http://www.kearneyevents.com/index.html

And my css
http://www.kearneyevents.com/SpryAss...Horizontal.css

and my javascript
http://www.kearneyevents.com/SpryAssets/SpryMenuBar.js

If ANYONE could look over my code and help me I would really appreciate it!! PLEASE!!
The page renders correctly on both, it even looks a little bit better on IE I might add. Your pop Win is being blocked on firefox by default, so my suggestion is, not to use them.

Your menus are opening correctly on both, although they have some unnecessary delay when you switch them.

What was your problem once again?

p.s.: You should not leave your "background-color" declarations empty so if you don't use them, -then don't declare them. Your css "cursor" declaration is also empty. They both rise css errors on firefox. And finally your special ie targeting css should be wrapped in a conditional comment so it gets parsed by ie only. exmp.:
JavaScript / DHTML / AJAX Syntax (Toggle Plain Text)
  1. <!--[if IE]>
  2. <style>
  3. .
  4. .
  5. .
  6. </style>
  7. <![endif]-->
so you don't generate more css instruction errors on other browsers that are not able to make use of them.
Last edited by Tekmaven; Jul 16th, 2008 at 4:10 am. Reason: Code tags
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC