Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2004
    Posts
    3

    Default

    I can't get the second level drop down menu to work. I am using the new version 1.1 and Dreamweaver MX 2004 with templates. I tried both using the Dreamweaver extension and just the copy and paste and neither work. What I have now is just copy and paste.

    The html file xara creates works fine. http://www.beadaround.com/BlueBalls1.html and look at catalogue button but I can't get any other page to work.
    http://www.beadaround.com/workshops.htm for example. I am using Dreamweave MX templates and right now even have all the files in the root directory (images and two scripts), not an images folder. I thought maybe something wasn't pointing correctly. I did see on XARA to set the transparency to 0 and I had done that.

    Also, I get an two error messages in Internet Explorer 6.028 with all the pages except their page (BLueBall1.html) and at least one is pointing to something in the xaramenu.js script. It doesn't work in Netscape 7.1 either. What am I missing?

  2. #2
    Join Date
    Feb 2004
    Posts
    3

    Default

    I can't get the second level drop down menu to work. I am using the new version 1.1 and Dreamweaver MX 2004 with templates. I tried both using the Dreamweaver extension and just the copy and paste and neither work. What I have now is just copy and paste.

    The html file xara creates works fine. http://www.beadaround.com/BlueBalls1.html and look at catalogue button but I can't get any other page to work.
    http://www.beadaround.com/workshops.htm for example. I am using Dreamweave MX templates and right now even have all the files in the root directory (images and two scripts), not an images folder. I thought maybe something wasn't pointing correctly. I did see on XARA to set the transparency to 0 and I had done that.

    Also, I get an two error messages in Internet Explorer 6.028 with all the pages except their page (BLueBall1.html) and at least one is pointing to something in the xaramenu.js script. It doesn't work in Netscape 7.1 either. What am I missing?

  3. #3

    Default

    Hello Fay

    Change

    <pre class="ip-ubbcode-code-pre">
    <script language="JavaScript" type="text/javascript">
    var d=new Date();
    yr=d.getFullYear();
    if (yr!=2002)
    document.write("-"+yr);
    </script>
    </pre>

    to read

    <pre class="ip-ubbcode-code-pre">
    <script language="JavaScript" type="text/javascript">
    var d1=new Date();
    yr=d1.getFullYear();
    if (yr!=2002)
    document.write("-"+yr);
    </script>
    </pre>

    Hope this helps

  4. #4
    Join Date
    Feb 2004
    Posts
    3

    Default

    I made the change and everything works great. Thanks.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •