Announcement

Collapse
No announcement yet.

Dreamweaver Pop-Up Menu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dreamweaver Pop-Up Menu

    Hi, had a look round the forums but not found it. Should be a quick one.

    I've developing a new version of my site at the moment and want to make use of this JavaScript behaviour menus from Dreamweaver. Checked the mm_menu.js file's there and correct but getting errors. Anyone else out there used these menus in sites before? Can it be done?

    Scott.

    #2
    Look at your page using Firefox with Tools / JavaScript Console on to get decent error messages.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      I had issues a long time back with a Fireworks/DW menu integrating into Actinic templates .... the solution was to remove the <script ....> </script> tags from the new code and paste to the bottom of the exisiting <script> in the head of the template - that resolved the issue for me but that was not an external .js file though (may be worth adding to the bottom of the exisitng .js scripts)

      Actinic is very fussy with the order of some elements - I spent days with 3 styles sheets linked in the head of the Act_Primary but working to no avail ... the solution was to re-arrange the order in the head (actinic.css last) and they worked despite their being no conflicts in any of the sheets


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment


        #4
        Can understand the removal of <script> tags but changing orders of stuff, that's a bit funny isn't it? Usually if it's there, it works in the head tags. Shouldn't matter about order.

        Scott.

        Comment


          #5
          Dreamweaver pop-up menu

          Hello jont, can you describe little bit more about thi issue?
          I have same problem when I try include pop-up menu from dreamweaver in my actinic template.
          Thanks.

          Originally posted by jont
          I had issues a long time back with a Fireworks/DW menu integrating into Actinic templates .... the solution was to remove the <script ....> </script> tags from the new code and paste to the bottom of the exisiting <script> in the head of the template - that resolved the issue for me but that was not an external .js file though (may be worth adding to the bottom of the exisitng .js scripts)

          Actinic is very fussy with the order of some elements - I spent days with 3 styles sheets linked in the head of the Act_Primary but working to no avail ... the solution was to re-arrange the order in the head (actinic.css last) and they worked despite their being no conflicts in any of the sheets

          Comment


            #6
            From memory if was down to the <javascript> being nested eg:

            <script actinic>

            <script dreamweaver>
            </script dreamweaver>

            </script actinic>

            I copied and pasted the code created in DW (or fireworks) excluding the opening and closing <script> tags and pasted in to the bottom of the existing Actinic <script> in the Act_Priamry.html, Act_BrochurePrimary.html and Act_PrimaryCheckout.html.

            There is probably a more elegant solution using the external .js script but I am not a script guru and play the simple game.

            Sorry unable to provide definitive answer but this was over 2 years ago


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment


              #7
              Thanks, It's working now. I had to first paste the script and after set up behaviors for button. Otherwise it didn't work.
              Vlad.

              Comment

              Working...
              X