Ajatix CSS Drop Down Menu not starting on Dreamweaver CC 2015

Hi, just installed Dreamweaver CC 2015, I downloaded CSS Drop Down Menu 4 light Dreamweaver Extension v4.1.1. When I'm in Dreamweaver and go the Insert menu->-> CSS Drop Down Menu 4 light Dreamweaver Extension v4.1.1 Ajatix nothing hapenned. Ajatix plug-in does not start...  He used to work on an earlier version of Dreamweaver, but no more. Note that I also installed Microsoft Windows 10 lately.  THX

Always do a job in 2015 CC?

If this isn't the case, you will need to contact the developer of plug-in to see if they have a newer version that works in 2015 from CC.

Nancy O.

Tags: Dreamweaver

Similar Questions

  • CSS Drop down menu; How to align the edge right of the menu drop down and the parent menu?

    Hi all

    I have a drop down menu that works well.

    The only change that I need to do is to have the right edge of the drop-down menu below to align with the right edge of the parent menu. When you hover over the menu, it currently "injects" down and to the right, with the left edges aligned.

    I want the menu to 'drop' down and to the left, so the straight edges are aligned.

    I tried fiddling with floats and absolute/relative positioning. I don't know what needs to be changed.

    You can provide any assistance is greatly appreciated! I learn through 'cut and paste', please go easy on any terminology you can use.

    Thank you!

    Here is my code:

    .chromestyle{
         width: 100%;
         font-weight: bold;
         float: left;
         height: 29px;
    }

    .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

    .chromestyle ul{
    border: 0px solid #BBB;
    width: 100%;
    background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 4px 0;
    margin: 0;
    text-align: right; /*set value to "left", "center", or "right"*/
    }

    .chromestyle ul li{
    display: inline;
    }

    .chromestyle ul li a{
    color: #000000;
    padding: 4px 7px;
    margin: 0;
    text-decoration: none;
    border-left: 1px solid #DADADA;
    }

    .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
    background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
    }

    /* ######### Style for Drop Down Menu ######### */

    .dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 12px Verdana;
    line-height:18px;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    }


    .dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 5px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    }

    * html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
    }

    .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #0000ff;
    color: #fff200;
    }

    How about this?

    http://ALT-Web.com/demos/right-aligned-CSS2-Horiz-drop-menu.shtml

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • CSS drop down menu problem... need help.

    I designed a dropdown list with CSS.  It works perfectly in a vacuum (with nothing on the page but a header above it).

    Why he drops down behind any verbiage or images of my page content?  How can I fix it?  There must be another CSS property which I am not aware.

    Thank you... I'M DESPERATE!

    Paula

    PaulaDL wrote:

    I designed a dropdown list with CSS.  It works perfectly in a vacuum (with nothing on the page but a header above it).

    Why he drops down behind any verbiage or images of my page content?  How can I fix it?  There must be another CSS property which I am not aware.

    Thank you... I'M DESPERATE!

    Paula

    This looks like a z-index issue. Give the container that the links of the menu drop are in a z-index:

    Set it with css:

    {#nameOfContainer}

    z-index: 1000;

    }

  • Drop-down menu not covering not of side Navigation Menu

    Hello

    I have a page with a top navigation bar that includes menus and a side navigation bar.  The problem I have is that the drop-down menus aren't covering on the side menu, but seem to be merging with it on the same level.

    If you look at my page:

    http://mymajesticwindow.com/testing/dhHighlights

    Access the PRODUCTS and you can see what is happening.  Any ideas as to why this happens?  Not sure if this is a problem CSS or HTML, that's why I have included both below.

    <! doctype html >

    < html >

    < head >

    < meta charset = "utf-8" >

    < title > Majestic Windows < /title >

    < link href = "css/majesticStyles.css" rel = "stylesheet" type = "text/css" > "

    < link href = "css/topNav.css" rel = "stylesheet" type = "text/css" > "

    < link href = "css/sideNav.css" rel = "stylesheet" type = "text/css" > "

    < link rel = "shortcut icon" href = "favicon.png" / > "

    < / head >

    < body >

    <? PHP include("includes/header.php");? >

    <? PHP include("includes/topNav.php");? >

    < div id = "content" >

    <? PHP include("includes/sidebarDH.php");? >

    < div id = "contentRight" >

    < div id = "bodyCopy" >

    Majestic Signature Series < h1 > < br >

    Windows in vinyl & amp; Doors < / h1 >

    < h5 > < / h5 >

    < h2 > designed to express the way you live your life, from the majestic windows can help you create a home that is as unique as you are. There are several reasons to replace your old windows with vinyl ones and majestic windows make it easy. < / h2 >

    < h5 > < / h5 >

    < h2 > our Vinyl Windows are strong, durable, efficient energy and all are designed to performance, the beauty and reliability.

    < h5 > < / h5 >

    < / h2 >

    < h2 > choose from a variety of sizes and styles, including hung, (beating) crank, awning, Bay, BOW and Bay Windows. < / h2 >

    < / div > <! - bodyCopy - >

    < div id = 'beautyShot' >

    "< img src="images/index/indexBeauty.jpg "width ="380"height ="373"alt ="Beauty Shot">

    < / div > <! - beautyShot - >

    < / div > <! - contentRight - >

    < div id = "indexBodyBottom" >

    < div id = "dealerButton" >

    < a href = 'dealer' > < / a >

    < / div > <! - dealerButton - >

    < div id = "litDownloadText" >

    < strong > < a href = "literature" > download majestic < /a > < / strong > < / div > <! - litDownloadText - >

    < div id = "litImage" > < a href = 'literature' > < / a >

    < / div > <! - litImage - >

    < / div > <! - indexBodyBottom - >

    < / div > <! - content - >

    <? PHP include("includes/footer.php");? >

    < / body >

    < / html >

    CSS visibility:

    / * menu bar main * /.

    UL, #menu {}

    margin: 0;

    padding: 0;

    }

    / * submenu2 not appear at the first level of the mouse * /.

    #menu li: hover ul ul {}

    display: none;

    }

    / * main * /.

    UL, #menu li {}

    list-style-type: none; / * no bullets * /.

    float: left; / * horizontal guard * /.

    position: relative; / * Watch online * /.

    }

    / * Links main menu not over * /.

    UL, #menu li a {}

    color: #FFFFFF;

    display: block;

    do-family: Arial, Helvetica, without serif.

    do-size: 14px;

    line-height: 28px;

    padding: 5px;

    text-align: center;

    text-decoration: none;

    }

    / individual components of submenu * /.

    UL UL.sub-menu, #menu li {}

    background-color: rgba (52, 85, 56, 0.9);

    border-top: 1px solid #FFFFFF;

    list-style-type: none;

    float: none; / * keep even the blocks * /.

    }

    / * set submenu * /.

    UL, #menu li ul.sub-menu {}

    display: none;

    left:-20px;

    position: absolute; / * prevents toward the low content of menu - will it * /.

    top: 38px;

    Width: 165px;

    }

    / * submenu links was not hovering * /.

    UL, #menu li ul.sub-menu li a {}

    line-height: 19px;

    padding: 10px;

    }

    / * Displays the submenu hover * /.

    UL, li: hover {} ul.sub-menu #menu

    display: block;

    }

    / * links * /.

    UL, #menu li a: hover {}

    color: #CCCCB4;

    -webkit-transition: color 200ms facilitated;

    -moz-transition: color 200ms facilitated;

    -ms-transition: color 200ms facilitated;

    -o - transition: color 200ms facilitated;

    transition: color 200ms facilitated;

    }

    / * all submenu2 block * /.

    UL UL.sub-menu, #menu li ul.sub - menu2 {}

    left: 126px;

    position: absolute;

    text-align: center;

    top: 0;

    Width: 165px;

    }

    / * poster submenu2 hover * /.

    UL, #menu ul.sub-menu li: hover ul.sub - menu2 {}

    display: block;

    }

    sideNav CSS:


    {#sidebarGrad}

    Width: 245px;

    height: 497px;

    Background: rgb (134, 100, 63);

    background:-moz - gradient linear (270deg, rgb (134, 100, 63) 30%, rgb (184, 159, 125) 100%);

    background:-webkit - gradient linear (270deg, rgb (134, 100, 63) 30%, rgb (184, 159, 125) 100%);

    background:-o - gradient linear (270deg, rgb (134, 100, 63) 30%, rgb (184, 159, 125) 100%);

    background:-ms - gradient linear (270deg, rgb (134, 100, 63) 30%, rgb (184, 159, 125) 100%);

    background:-gradient linear (0deg, rgb (134, 100, 63) 30%, rgb (184, 159, 125) 100%);

    }

    UL #menuSide {}

    padding-top: 43px;

    padding-left: 0;

    right margin: 32px;

    margin left: 32px;

    margin-top: 0;

    list-style: none;

    position: relative;

    }

    UL li {} #menuSide

    do-family: Arial, Helvetica, without serif.

    font size: 15px;

    color: #F5F5EC;

    height: 37px;

    line-height: 37px;

    text-align: right;

    }

    #menuSide li UL a {}

    do-family: Arial, Helvetica, without serif.

    font size: 15px;

    color: #F5F5EC;

    display: block;

    padding-right: 20px;

    border-bottom-width: 1px;

    border-bottom-style: solid;

    border-bottom-color: #F5F5EC;

    }

    UL #menuSide li a: hover {}

    color: #A21029;

    border-bottom-color: #A21029;

    text-decoration: none;

    -webkit-transition: color 300ms facilitated;

    -moz-transition: color 300ms facilitated;

    -ms-transition: color 300ms facilitated;

    -o - transition: color 300ms facilitated;

    transition: color 300ms facilitated;

    }

    I found my own answer to this one.  I did some more research and added the z-index: 9999; ul, #menu li ul.sub-menu to the property.  Worked perfectly!

  • When I right click on a file to move it or copy it why don't the drop down menu not give me the options ' send to ' or ' copy to ' with an arrow and a submenu with options

    My OS recently crashed and after it has been reinstalled the drop, when I right click on a file or folder is no longer gives me the options ' send to ' or ' copy to ' with an arrow side and the submenu with more options. Did I miss an update or can I fix it myself?

    This should help you.
     
    How to restore missing default shipping for items in the context Menu in Vista
    http://www.Vistax64.com/tutorials/172103-send-context-menu-restore-default-menu-items.html 
  • Drop-down menu SENDTO does not contain the same list as in the SENDTO folder in the User\Appdata\microsoft\windows\sendto folder.

    Prior to Win7 and Vista (seems to have the same problem), make a right click on a file would produce a drop down menu containing SENDTO containing various options like send this Word file, or write or Adobe or desktop (make a shortcut).  Other options of destination could be added by finding and opening the SENDTO folder and dragging shortcuts in there.  These added destinations would appear then in the menu drop down click the right button.  The feature doesn't seem to work in Win7.  The SENDTO drop contains the locations that are not in the SENDTO folder.  I've renamed the SENDTO folder to see what would happen.  Always in the same places appear in the menu dropdown.  It seems that Win7 has a situation he's going to other than the SENDTO folder.  Interestingly, I can add some program shortcuts in the SENDTO folder and they will appear in the drop-down list, others do not like the trash.  There are items in the drop-down menu are not in the SENDTO folder.  Help Help

    Click on the round of Windows (start), type shell: sendto and hit enter, add or remove shortcuts. Is it now behave properly?

    I forgot to post the location of SendTo folder, it's C:\Users\UserName\AppData\Roaming\Microsoft\Windows\SendTo

  • Drop Down Menu using CSS only

    Apex 3.2

    I created a drop down menu for my application by following this blog

    http://www.grassroots-Oracle.com/2013/05/CSS-pull-down-menu-using-Apex-list.html

    It works perfectly if my list has only one level, but I can't make it work for sub items.

    If I add a sub item to my list, then the whole menu displays incorrectly.

    Has anyone used this blog before

    I'll post on the blog, but it requires a google account, which I am not allowed to create

    Gus

    Hello Gus,

    Have you read the comment of ino?

    Thanks Scott, very useful.
    An update: it works if there are no submenus. For the same reason that you have described on the

      bug, you can edit the sublist with sublist elements to

    • #TEXT #.

        (extra

          at the end). Took me a while to understand why my submenus are not showing correctly, until I read your comment in the section 'Model sublist before lines'.

    It seems to me that that would solve your problem.

    Kind regards

    Kees Vlek

    -----

    Company: http://www.orcado.nl

    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek

    Twitter: http://www.twitter.com/skier66

    + If the answer to question please change replied and mark the appropriate post as correct / helpful. +

  • Do not show in the drop-down menu bookmarks

    I want my bookmarks to display in the drop-down list only in the sidebar that I don't want to use

    Is that the drop-down menu that shows if you click view your bookmarks' button next to the button star bookmarks in the Navigation toolbar?

    Note that when you to bookmark a page by clicking on the star, then the new bookmarks is created in the unsorted folder.
    The unsorted folder does not show in the drop-down list.
    You can click on the underlined blue stars another moment to change the bookmark and move it to another folder.

  • The drop down menu boxes that appear under the heading of Firefox do not fill. A form of box on the screen, but it is empty. Given zero no has not solved the problem.

    The file, editing, display and help tabs that were on the previous version of FireFox Menu bar top are apparently incorporated into the "FireFox" drop-down box in the latest version of the browser. I was unable to open those tabs earlier, so by the recommendation of the Support Forum, I have Firefox on my laptop. Now not only the tabs above are missing after this reset, but the drop down menu does not open in any submenus. What I see now is a box on the surrounded black screen, but sub menu selections such as save as, print, copy etc are not shown in the box. This is why the Navigator is not functional in its current state.
    Does anyone have a fix for this problem that will not delete my favorites and other content stored on Firefox? Please save me to return to Internet Explorer.
    AJJC

    Try disabling hardware acceleration in Firefox.

  • Why have I not drop down menu firefox?

    When I installed the latest version of firfox in file change see history bookmarks tools and help in a drop down menu that it does not appear there each other instead of the drop down shows just how do?

    Right click near the top of the browser (for the address bar), and then uncheck the Menu bar on the shortcut menu.

  • Unable to connect any device bluetooth on my windows vista, go to bluetooth devices but the drop down menu will not drop

    Original title: mouse bluetooyh
    Unable to connect any bluetooth devices on my computer windows vista, go to bluetooth devices but the drop down menu will not drop iam so unable to connect any bluetooth. any suggestions

    Hello

    read these tutorials on how to set up bluetooth

    http://www.vista4beginners.com/how-to-setup-a-Bluetooth-connection

    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-a-Bluetooth-enabled-device

    Here are solutions to some common problems with Bluetooth devices.

    You can also try a convenience store for diagnose and fix common problems with equipment and devices running.

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Bluetooth-enabled-devices

    f the foregoing does not fix it contact the manufacturer of the device

  • Drop-down menu is not expanding

    Hello

    I created a drop down menu in a qml Page (inside a container), but it is not workin: when I tap on it, it does not extend. The code is below

    Container {
    minHeight: 720
    layout: StackLayout {
    }
    onCreationCompleted: {
    scrollView.requestFocus();
    }
    
    DropDown {
    title: "Push button on the"
    enabled: true Option {
    id: centerOption
    text: "Center"
    value: 1
    }
    Option {
    id: rightOption
    text: "Right"
    value: 2
    }
    }
    
    }
    

    I found the solution. I'm accidentally requestFocus() baseobject another and so the menu drop-down is unlikely to expand.

  • Drop-down menu does not when the navigation bar collapses for mobile devices

    My menu drop-down does not work correctly when the navigation bar collapses on mobile devices. The menu, but it's completely to the left, not right where I like it and hidden under a picture so that none of the links are accessible. The site is http://www.medicinedancecounseling.com.

    Index-Z = stacking order.  So even if you make menu items at the top, they mask your portrait in a most flattering way.

    Nancy O.

  • VMware Converter Standalone 5.5 does not display a Drop Down Menu for the Type of Destination

    Hi people,

    I try to use VMware Converter Standalone 5.5 for use with VMware Player and am not able to select the Type of Destination of my choice (I like to choose "VMware workstation" or another VMware virtual machine in the drop-down menu "Select the destination type").  Please see the image below where the combo box is not there at all.  Thanks for your help.  Hai

    converter-issue-image.png

    This isn't a bug, it is a limitation of the converter. It is stated in the documentation. Converter considers that any machine under tension like physics. It cannot convert powered on Linux machines to hosted (i.e. Workstation/Fusion) destinations.

    A solution would be to convert it to ESX and then convert the (from) power off the VM power to the workstation.

    HTH

    Plamen

  • MXF OP1a not no projection in the "Format" drop-down menu.  I can't export MXF files.

    MXF OP1a not no projection in the "Format" drop-down menu.  There is a category of MXF OP1a in presets browser, but it is not active.  I downloaded the XDCam MXF presets, but cannot import them because the encoder cannot be identified.  How can I get MXF or XDCam MXF Op1a appears in the Format drop-down menu so that I can import the presets and export code MXF files?  Thank you...

    Hi beating Bits,

    The only thing I want to do is to incorporate a CSC file into an XDCam

    within an MXF.  If you could help figure me out how to do it

    codec to export available in TEA (or Prime Minister), I would be grateful.

    This is not supported natively in SOUL CS6. I'm sorry. Updated SOUL CC for this feature.

    Thank you

    Kevin

Maybe you are looking for

  • I cannot attach a file in an email, what I've done before.

    I've always been able to reach a simple word document and now I can't. The cursor does not turn by hand on "send a file".

  • Hi team, Facebook Chat is not available

    Hi team,Facebook Chat is not available in beta version of Firefox, however it works very well in Internet Explore. I ask please discuss and let us know if this is related to Facebook or Mozilla, the chat option works fine on Internet Explore. As Mozi

  • Re: Satellite L850-1JX - cannot send files on my mobile phone via Bluetooth

    Hello! Recently, I bought Toshiba Satellite L850 - 1JX I ve installed all the drivers for Bluetooth, but whenever I want to send a file to my mobile phone, the pc Bluetooth said that "unable to detect the remote device. I put t know what to do.Help,

  • Why not the recovery?

    Recovery fails again, on my iMac with Mac OS X v10.11.3.  When I press [control] + R at the start, my iMac starts slowly.  Worse still, it never ends.  :-(  [I have to throw a switch on a diet that feeds my iMac]. Did anyone see this?  What can I do,

  • Copy hundreds of files

    Copy hundreds of files (including different types of files), but exclude .pdf files and intact the .xls files. Can I use robocopy to do? If so, how? If this is not the case, how can I do?