Is it possible to add an additional submenu w/n a Spry menu?

By using a spry menu I see there is a main menu with submenu items and the possibility of a submenu in each submenu... it is possible to add another submenu yet?

I tried out and coding just another < ul > in the sub-sub menu, but it does not appear so I guess I have to add to the CSS for this to work.

Can someone help me out here because I have not grasped yet completely CSS yet.  I'm getting better, but have a LONG way to go.

Thank you very much!

Look carefully at the structure of the tag.

You can add layers of submenu to a large number of levels. I did it as deep as seven levels of submenus of the first link spry.

It looks like this: (which I added to define another level is red

  • Point 3
       

           
    • Point 3.1
             

                 
      • Point 3.1.1
                   

                       
        • Point 3.1.1.1

        •             

                   

      •          
      • 3.1.2

      •        

           

    •      
    • Point 3.2

    •      
    • Point 3.3

    •    

     
  • Tags: Dreamweaver

    Similar Questions

    • Is it possible to add an additional SID in the listener?

      Hi all

      I want to replace an old database with ~ 500 client joined, bringing on the old server to db via a SID.

      The news has a different SID because of the new convention of naming within our society.

      I'm looking how to set up the new db listener to respond to new AND the old SID, if we can keep the old settings in the client software for now.

      In the coming weeks we will replace customers also with new versions of the software.

      During this time, we will change the old SID in the settings of the client for the new SID software, so that we can remove the old SID of the new listner...

      Is it possible to do?

      Thanks in advance

      Do you mean you want two SIDS to refer to the same database? No you don't.

      If you want just a listener to serve two databases, then Yes, no problem, as sol.beach has explained.

    • Is it possible to add an additional button to each slide separated from a slideshow?

      I use a slide show 100% width with text on each slide. I want a button "Read more" on every slide that links to the exact page. I know that the button can be integrated in the text of the slide, but I want it is separate. To have a different color and spacing. Can someone help me?

      For example, I inserted a picture. I know not how to separate white box for each slide, but I can't read more than a separate button for each slide.

      Screen Shot 2015-02-18 at 14.54.16.png

      1. Create your box to read more.
      2. Highlight the end of the text you inside your caption box.
      3. Copy and paste your box read more at the end of the text string.
      4. You can move the white background up to separate it from the box to read more (see picture).
      • You can also use the Wrap function to move the box.

    • Is it possible to add a second HDD to Satellite U300 - 10M

      Is it possible to add an additional hard drive to U300 - 10M?

      Hey Buddy

      No, it of not possible to add a second HDD Sat U300 series.
      To my knowledge this laptop doesn't support additional HDD bay and something like this is therefore not possible.

      Best regards

    • How to add the collapsible functionality to the Spry Menu?

      Dear Adobe community,

      How to add the functionality of collapsible for the Spry Menu like the one on the White House | whitehouse.gov ?

      Load the White House Web site and minimize your browser window as observe you what happends to the menu bar when you pass a certain limit.

      This is the feature that I want to put in place and I would be happy if one of you could direct me to or share relevant information.

      Concerning

      Andreas

      This isn't a menu Spry Spry do not appear on mobile devices.

      Use any sensitive menu you like for example:

      CSS & jQuery Mobile Navigation Menu Demo

      The tutorial is here:

      CSS and jQuery Menu of Navigation Mobile reactive

    • I have a subscription to creative cloud, I need to add 1 additional user for InDesign license.  Is this possible?

      I currently have a creative cloud membership.  We have a new employee in need of InDesign and Photoshop and/or Illustrator.  Is this possible and if so how much extra would it cost?

      Suzette

      Hi Suzette.

      I see that you have full creative cloud of membership, in order to add an additional subscription, you must register with a different email address on www.adobe.com

      or create a different Adobe account to make a purchase for a single application.

      In the same account, it will not work.

      Please refer - Cloud Creative Awards and membership plans | Adobe Creative Cloud

      Kind regards

      Sandrine

    • Is it possible to add a view &#62; option additional component to Windows you have in Linux Gnome 2 environments?

      Normally, I'm a LInux user and I'm used to having the view > Extra pane option available.  Is it possible to add this feature to Windows?

      Thank God many people build great software anyway.  A lot of people would be crazy if impressive environment as Classic Shell extensions had that same attitude.

      Examples of what you can do for free.  There are many more API hooks available, anyone can build these features with Notepad.

    • Is it possible to add a line attribute?

      Hello

      I need a add a new attribute to a table row, but I can't find a way to do it. I already added some attributes to the document and page elements by adding a new persistent interface to kDocBoss and kSplineItemBoss respectively and it management in the provider. For text attributes, I added a new boss and he succeeded in the provider thanks to:

      / * Text attribute script providers must use the TextAttrScriptUtility

      class to access and modify text attributes.  This provider shows

      How to use this utility.  Suppliers third text attribute script should

      Follow this same pattern.

      */

      scoped_ptr < TextAttrScriptUtility > tasu.

      I can't use TextAttrScriptUtility for lines and seems it isn't a boss for a line that I can use to add a new interface, like I did for document elements and page. In addition the IScript object * I get in the method AccessProperty is a kScriptCellRefBoss without database (: GetUIDRef gives me an empty object).
      Is it possible to add an attribute of row with the SDK?

      I use SDK 9.0/10/11/11.2

      Thanks in advance

      Massimo

      I have foiund the solution on my own using ITableCommands and ItableAttrAccessor, I put a sample of the script provider if someone will have the same question:

      ErrorCode PBTaggerIDMLRowScriptProvider::AccessProperty_PBCycleAttr(IScriptRequestData* data, IScript* script)

      {

      Result ErrorCode = kSuccess;

      {}

      InterfacePtr cellRef (script, UseDefaultIID());

      GridArea grid;

      cellRef-> GetRange (grid);

      RowRange range = grid. GetRows();

      InterfacePtr tableModel (cellRef-> QueryModel());

      If (data-> {IsPropertyGet())}

      Download

      ScriptData outData;

      InterfacePtr tableAcc (tableModel, UseDefaultIID());

      DataWrapper listA = tableAcc-> QueryRowOverrides (start);

      const AttributeBossList * list = listA.get ();

      InterfacePtr attr (static_cast< const="" ipbtaggerrowattrcycle*="">(list of-> QueryByClassID (kPBTaggerRowAttrCycleBoss, IPBTaggerRowAttrCycle::kDefaultIID)));)))

      If (! attr)

      break;

      WideString cycle = attr-> Get();

      outData.SetWideString (cycle);

      data-> AppendReturnData (script, p_PBTaggerCycleRowData, outData);

      }

      else {}

      PUT

      ScriptData scriptData;

      If (data-> {HasRequestData (p_PBTaggerCycleRowData))}

      result = data-> ExtractRequestData (p_PBTaggerCycleRowData, scriptData);

      WideString cycle;

      result = scriptData.GetWideString (cycle);

      Assert(result == kSuccess);

      If (result! = kSuccess)

      break;

      InterfacePtr attr (: CreateObject2< ipbtaggerrowattrcycle="">(kPBTaggerRowAttrCycleBoss));

      Assert (attr);

      attr-> Set (cycle);

      InterfacePtr tableMod (tableModel, UseDefaultIID());

      List of AttributeBossList;

      list. ApplyAttribute (attr, kPBTaggerRowAttrCycleBoss);

      const AttributeBossList * list_const = &list;

      tableMod-> ApplyRowOverrides (range, list_const);

      }

      }

      } While (kFalse);

      return the result;

      }

    • Is it possible to add a request to the existing set of request

      Hi Experts,

      Is it possible to add additional concurrent demand to an already existing application together?

      Initially, we created demand together with three concurrent programs. And the set of all projected demand one day.

      Now, we want to add another application for this application set. Is it possible add request or we need to create another set of request?

      Please give solution for this one.




      Thank you and best regards,

      Suresh.

      Hi Suresh

      Seems newly added application may not be connected correctly to the stages of link screen please make sure you also set the new program in the event of success, warning, error. This could be a problem.

      Concerning

      Kapardi

    • How to add an additional note between &lt; ROWSET &gt; and &lt; ROW &gt;

      Hi all

      Is there a way to add an additional NŒUD between < ROWSET > and < ROW > which appears ONCE per each XML document?

      <? XML version = "1.0"? >

      rowset <>

      < ROW >

      < > 7369 EMPNO < / EMPNO >

      SMITH < ENAME > < / ENAME >

      CLERK of < JOB > < / JOB >

      < MGR > 7902 < / MGR >

      < HIREDATE > 17 December 80 < / HIREDATE >

      < > 800 SAL < / SAL >

      < DEPTNO > 20 < / DEPTNO >

      < / ROW >

      < ROW >

      < > 7499 EMPNO < / EMPNO >

      ALLEN < ENAME > < / ENAME >

      SELLER of < JOB > < / JOB >

      < MGR > 7698 < / MGR >

      < HIREDATE > 20 February 81 < / HIREDATE >

      < SAL > 1600 < / SAL >

      < Order > 300 < / COMM >

      < DEPTNO > 30 < / DEPTNO >

      < / ROW >

      ...

      < / LINES >

      Will be

      <? XML version = "1.0"? >

      rowset <>

      new <>test < / test >

      < ROW >

      < > 7369 EMPNO < / EMPNO >

      SMITH < ENAME > < / ENAME >

      CLERK of < JOB > < / JOB >

      < MGR > 7902 < / MGR >

      < HIREDATE > 17 December 80 < / HIREDATE >

      < > 800 SAL < / SAL >

      < DEPTNO > 20 < / DEPTNO >

      < / ROW >

      < ROW >

      < > 7499 EMPNO < / EMPNO >

      ALLEN < ENAME > < / ENAME >

      SELLER of < JOB > < / JOB >

      < MGR > 7698 < / MGR >

      < HIREDATE > 20 February 81 < / HIREDATE >

      < SAL > 1600 < / SAL >

      < Order > 300 < / COMM >

      < DEPTNO > 30 < / DEPTNO >

      < / ROW >

      ...

      < / LINES >

      Thank you in advance, Sonya

      I don't think it's possible with dbms_xmlgen. I suggest you explore sql/xml to generate your own code xml using the keywords etc. of xmlelement, xmlagg.

      For example:

      Select xmlelement ("LINES"

      , xmlelement ("TEST", "NEW")

      XMLAGG (XMLELEMENT ("ROW",

      XMLFOREST (EMPNO,

      ENAME

      WORK

      BISHOP

      HIREDATE

      SAL

      COMM

      DEPTNO

      ) AS THE FOREST - XMLFOREST

      ) - LINE

      ) - TOT.

      ) - ROWSET

      from EMP;

      you will look like the following:

      New

      7369

      SMITH

      CLERK

      7902

      1980 12-17

      800

      20

      7499

      ALLEN

      SELLER

      7698

      1980-02-20

      1600

      300

      30

    • Is it possible to add a list drop-down selection to a form of Muse, once exported to HTML etc?

      Hello

      I have created a form and make the features of Muse does not allow a form element to have a menu drop-down. However, I wonder if it is possible to add after you have exported the file HTML etc.? If so someone does know how to approach the issue? I realize there are other alternatives to the addition of forms such as Jotform, but they do not really state how I want that they.

      If anyone can give me a hand, it would be great!

      Hello

      check the last comment in the following thread, see if you can get something useful

      Contact form Widget Radio buttons & falling down

    • Is it possible to add a QR code to InDesign eBook?

      Is it possible to add a QR code to an InDesign document, and then export it to eBook so that the eBook and the QR code works on mobile devices?

      Addition of a QR code to the InDesign document, simply creates an embedded image. Anchor this image somewhere in the text and it will translate on the ePub.

      But what do you want that code QR to do?

      If you want the person who reads the book click on the QR code to access a web page, you'd be better off with a hyperlink.

      If you want the person with the book to hold the mobile camera upward and another person to use a reader to analyze the code, then 'Yes'. This can be done.

      He is clumsy, but devices can mate like that.

    • Is it possible to add options to custom contour weight?

      Hi, I wonder if it is possible to add options to cool down to the bottom edge weight.  For example, I often use a border "hairline" to frame some objects in my documentation, like .25px or something similar.  Thank you.

      InDesignScreenSnapz001.png

      In addition to hacking code, or possibly a plugin, I don't know anyway to add presets of race to fall down.

      You can define the root of the hair differently, but here's how I look at it. Extra fine is the most beautiful line that can be duplicated for the intended media. For displaying web and screen, a pixel is the most beautiful line and with pixels as the unit of weight to race, 1 px would be a hairline. For printing,.25 pt is usually what is considered to be a hairline. If you change the unit of the points race, pt.25 will be the first weight in falling down.

    • Since updates to firefox, it is not possible to add a document to my email c Telfort.nl

      Since one of the most recent updates to firefox, it is not possible to add a document to my email address is Telfort.nl
      I checked with Telfort and no problems of this type are known.

      You can check the problems caused by the extension and plugins.

      You can try to delete the mimeTypes.rdf file in the Firefox profile folder to reset all the actions file.

      You can try to reset Firefox.

      Reset creates a new profile and attempting to import some settings of the old profile, leaving the old profile intact.

    • Is it possible to add a note to an email received in mail?

      Is it possible to add a note to an email of reception received in the mail? I started using receipts from suppliers when it is possible to eliminate the clutter of waste and cover paper. Good number of receipts list not exactly what was purchased instead of the registration, "operation manual". I would like to be able to add notes as, "except for the guarantee" or "cleats of baseball" to the email. Unfortunately most of the recipes do not come as an attachment in the email, if they scored up to work.

      Thank you

      Make a copy and edit.

      In general, you can't because then you plague the record - you are indeed back and change history.  Bad practice.

      So save it as an RTF file and do what you want with it

      Grant

    Maybe you are looking for

    • Heating - slow and freezing macbook pro early 2011 el capitan

      Hello! I have a 2011 mac book pro, a few months from now on, he started to over heat a lot (it burns) and it is SUPER slow... sometimes it gets frozen (most with safari) MacBook Pro (13 inch, early 2011) 2.3 GHz Intel Core i5 RAM 8GB 1333 MHz DDR3 In

    • Is a graphics card HDMI always collecting audio

      My p6540y (bought in 2010) use DVI for monitor and a dedicatedaudio to connect to the monitor speakers.  Works very well. I know that the HDMI standard is supported by the audio signal (works very well on TV), but the built-in graphics card lacks an

    • HP 22vx monitor IPS: Question about IPS of HP 22vx monitor

      Hi, I want to buy IPS of HP 22vx monitor. I would like to know if it has a Matt or glossy screen.  It is a very important factor. Here is an example of Matt and glossy screen. Monitor left a glossy screen and your screen right with matte screen. Can

    • HP 15 D050SM, Win7 64 bit, Bluetooth missing

      Hello I installed Win7 64-bit in the brand new laptop HP 15 D050SM who came without any driver. Pilots were mostly found at http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4063&lc=en&cc=us&dlc=en&sw_lang=&product=6786...  and they are installe

    • View the IOPS / s Maximum

      Y at - it a tool that will show us the actual IOPS / s max for our group? The iops max estimated in the experimental SAN HQ analysis jumps around a bit, and of course, there is an opposition heavy depends not downsizing. Or if someone already knows s