I am so stuck! No matter what I do, Internet Explorer (Firefox and others display them all) will only display 10 javascript includes on my page. I have been searching the web for 6 days and nothing I've found works for me. Can someone PLEASE help?
The page is at http://www.gracofish.com/new/locations.php
I am attaching the page code as a txt file (it says the code is too long to post and won't allow php files)
As you can see, it's a map and the location stars display a popup when you place your mouse over them. Each star is called like:
<script type="text/javascript" language="JavaScript1.2" src="java/glendive.js"></script>
There are 14 stars and each .js file has a unique name. There is also another file they all use called stm31.js which is called in the head tag like this:
<script type="text/javascript" language="JavaScript1.2" src="java/stm31.js"></script>
I created them all in Sothink DHTML Menu. For some reason, IE will only display the first 10. Firefox displays all 14 just fine, but you all know how many people use IE, so I need to figure out how to make them all display in IE. If I delete 4 of them, they all display fine, but only 10 will display at a time, no matter which ones, just the first 10.
Can someone please help me figure out how to get all 14 to display on the page? Any help would be GREATLY appreciated.
Thanks everyone!
The page is at http://www.gracofish.com/new/locations.php
I am attaching the page code as a txt file (it says the code is too long to post and won't allow php files)
As you can see, it's a map and the location stars display a popup when you place your mouse over them. Each star is called like:
<script type="text/javascript" language="JavaScript1.2" src="java/glendive.js"></script>
There are 14 stars and each .js file has a unique name. There is also another file they all use called stm31.js which is called in the head tag like this:
<script type="text/javascript" language="JavaScript1.2" src="java/stm31.js"></script>
I created them all in Sothink DHTML Menu. For some reason, IE will only display the first 10. Firefox displays all 14 just fine, but you all know how many people use IE, so I need to figure out how to make them all display in IE. If I delete 4 of them, they all display fine, but only 10 will display at a time, no matter which ones, just the first 10.
Can someone please help me figure out how to get all 14 to display on the page? Any help would be GREATLY appreciated.
Thanks everyone!
Comment