|
User Details |
message
|
|
matt hurley
post date:
2008-05-21 06:43:47
|
Please help me guys, Im having serious troubles with this...
I have just bought the verical dropdown menu for dreamweaver and nothing is working?!
I have the horizontal menu to, after a bit of playing around with the code i got it to work but this one wont even show up. Can someone please fill me in with what im doing wrong....or fix it for me?!
The manu needs to go on several pages so can i use a server side include or will that not work!
IM STUCK!
Many thanks
Matty
|
|
|
matt hurley
post date:
2008-05-21 06:44:24
|
oh the site is
http://content.thisis.co.uk/gloucestershire07/EDUCATION%20CHOICES/EDUCATION%20CHOICES/pages/menutest.html
|
|
|
Horea Radu [Extend Studio]
post date:
2008-05-22 07:06:22
|
Hi Matt,
There are some scripts missing in your page and that's why the menu does not appear. The extension adds two scripts in the head tag of the page:
includes/Creative Menus/menuDisplay.js
includes/Creative Menus/swfobject.js
If you add these scripts (with the paths adapted to your folder structure) the menu should work fine.
Best regards,
Horea RADU.
|
|
|
matt hurley
post date:
2008-05-27 04:22:48
|
hi there,
Right, im still having problems!!!!
I have added the two scripts that the extension didnt add for me and have placed the include folder in the correct place for the extension to locate the files. The code i added is as below:
<script type="text/javascript" src="includes/Creative Menus/menuDisplay.js"></script>
<script type="text/javascript" src="includes/Creative Menus/swfobject.js"></script>
Thats correct is it not?!
File dropdown menu still will not work in either prieview mode or when live. The text is still listed with a huge blank space(missing image - possibly spacer.gif) above it!
Can someone explain why this is happening, im falling behind deadline trying to fix the problem and im not getting anywhere with it!
the site is:
http://content.thisis.co.uk/gloucestershire07/EDUCATION%20CHOICES/EDUCATION%20CHOICES/menutest.html
Many thanks
Matt
|
|
|
matt hurley
post date:
2008-05-27 04:23:34
|
< script type="text/javascript" src=" includes/Creative Menus/menuDisplay.js"></script>
< script type="text/javascript" src=" includes/Creative Menus/swfobject.js"></script>
|
|
|
Horea Radu [Extend Studio]
post date:
2008-06-02 08:39:46
|
Hi Matt,
I have run some tests on your page and I found what was causing the menu not to appear on IE. You have a script at the bottom of the page (NoIEActivate.js). If you remove this script the menu works fine on IE.
Best regards,
Horea RADU.
|
|