Navigation with sub-topics

Hello,
my question is, if it is possible to create a website with deeper navigation. For example: When i create a site "products" it appears automatically in the navigation list. Is it now possible to create some different product pages under this topic? When it is possible, how can I do this?
Example:
Homepage
   Products
   Contact
   Company
And I want to make a structure like this:
Homepage
  Products
      product 1
      product 2
      product 3
  Contact
      Management
      Office
  Company
Best regards
Bernhard

Rule of thumb : If you cannot do it in iWeb you have to do it yourself.
And keep out the magic.
“One man's "magic" is another man's engineering. "Supernatural" is a null word.”
Robert A. Heinlein quotes
Here's how I do it :
     http://www.wyodor.net/mfi/roodhout/
More custom menus, start here :
     http://www.wyodor.net/mfi/
To see the folder structure of a site, proceed here :
     http://www.wuala.com/Maaskant/
     http://www.wuala.com/Stellar/
To see the sites, click the index.html file.

Similar Messages

  • Looking for a way to add a footer navigation with sub-pages listed underneath parent pages?

    The navigation widgets work great for mast navigation and sidebar navigation, but no so good for footer navigation.
    Is it possible to display main pages horizontally and have any sub-pages listed underneath? The only option I appear to have is to use the horizontal widget and make do with hover triggered drop downs - not great for footer navigation.
    If anyone knows how to do this or can point me in the right direction I'd really appreciate it. I\m just starting out with Muse, think it might make a great wireframing tool.

    Hi
    You can create a manual menu as footer navigation, where you can add the sub menu items as you want to show up with mouse action.
    Helpful link :
    http://www.lynda.com/Muse-tutorials/Adding-Menu-widget/123518/131179-4.html
    Additionally , you can checkout the menu here :
    http://muse.adobe.com/exchange
    Thanks,
    Sanjit

  • Show-Hide Navigation with sub-nav

    Hi,
    I'm trying to create a navigation that will show/hide on
    mouse on/off. Now, I've managed to get the first level to work, but
    struggling with the sub-nav.
    I have an MC (that contains the animation) that uses hitTest
    for the show/hide which allows the buttons inside the mc to work.
    I've tried a few ways to get the Sub-Nav to work but banging
    my head against a brick wall... can anyone help or point me in the
    right direction??
    You can get the files from here if required:
    Flash
    Files (FLA/SWF)
    Files are CS3 - AS2.0
    Mucho Appreciato!

    Found method, just using
    AdfmfContainerUtilities.showNavigationBar();
    AdfmfContainerUtilities.hideNavigationBar();

  • All navigational subheadings near top of screen in previous version of ff disappeared when installed ff4. they included Wikipidia, news(with sub-options LA times, NY times,BBC etc), YouTube, mail & others. how do i recover previous version?

    all navigational subheadings near top of screen in previous version of ff disappeared when installed ff4. they included wikipedia, news(with sub-options LA times, NY times, BBC etc),YouTube, mail & others. how do i recover previous version?

    You are welcome. I'm glad you got it back up.
    (1) You say you did the symbolic link. I will assume this is set correctly; it's very important that it is.
    (2) I don't know what you mean by "Been feeding the [email protected] for several weeks now, 700 emails each day at least." After the initial training period, SpamAssassin doesn't learn from mail it has already processed correctly. At this point, you only need to teach SpamAssassin when it is wrong. [email protected] should only be getting spam that is being passed as clean. Likewise, [email protected] should only be getting legitimate mail that is being flagged as junk. You are redirecting mail to both [email protected] and [email protected] ... right? SpamAssassin needs both.
    (3) Next, as I said before, you need to implement those "Frontline spam defense for Mac OS X Server." Once you have that done and issue "postfix reload" you can look at your SMTP log in Server Admin and watch as Postfix blocks one piece of junk mail after another. It's kind of cool.
    (4) Add some SARE rules:
    Visit http://www.rulesemporium.com/rules.htm and download the following rules:
    70sareadult.cf
    70saregenlsubj0.cf
    70sareheader0.cf
    70sarehtml0.cf
    70sareobfu0.cf
    70sareoem.cf
    70sarespoof.cf
    70sarestocks.cf
    70sareunsub.cf
    72sare_redirectpost
    Visit http://www.rulesemporium.com/other-rules.htm and download the following rules:
    backhair.cf
    bogus-virus-warnings.cf
    chickenpox.cf
    weeds.cf
    Copy these rules to /etc/mail/spamassassin/
    Then stop and restart mail services.
    There are other things you can do, and you'll find differing opinions about such things. In general, I think implementing the "Frontline spam defense for Mac OS X Server" and adding the SARE rules will help a lot. Good luck!

  • Dynamic sub-topic slide counter in Captivate 7

    Hi, I was wondering if anyone could give me guidance on the following routine that i would like to implement using Captivate 7.
    I would like a front-end menu selector slide to dynamically count how many slides are allocated to each of the sub-topics so that it can 'show' when all slides have been completed topic by topic.
    I envisage puting a pre-loaded topic selector onto my master slide, so that when you load a new slide into the filmstrip, you would choose from a 'dropdown' as to which topic this slide belongs (this dropdown would not be visible in runtime)
    This way, when i enter the package in runtime, I can use the system variable to count how many slide are in the total package, but when i get to the menu slide, it will have dynamically counted how many slides are alloctaed to each topic before i enter the topics. Once the total amount of slides allocated to a topic have been completed, the menu button will indicate this.
    It is the sub-topic dynamic counting part of this query that i am having trouble with.
    Thank you in advance for any assitance you can provide on this matter.
    Craig

    Hi Lilybiri,
    OK, Captivate has a system variable that calculates how many slides are in a total package, but, for example, my package is broken down into sub-topics of:
    Colours
    Animals,
    Cars
    Flowers
    etc ....
    When I am developing the content and I add a new slide from my Master template, there will be a dropdown menu (not visible in runtime) from which I select which topic this new slide belongs to (ie Colours, Animals, etc ......). So I can do this for all new slides added to my package. (Probably a variable set for each slide which will be 'Slidetopic = Colours' or 'Slidetopic = Cars')
    When I finally run the package, I will have a 'Menu' slide where I can choose which sub-topic I want to visit, but I wan Captivate to dynamically count how many slides are there allocated to 'Colours', how many are set to 'Animals', etc, etc .....
    This way I can then determine exactly when I have completed the 'Cars' topic and change the menu button to indicate this fact.
    Upon initial entry, I would suspect my menu screen will display information such as:
    Total slides  = 40
    Colours = 12 slides
    Animals = 8 slides
    Cars = 14 slides
    Flowers = 6 slides
    It is the dynamic counting of the sub-topic quantity where I am hoping that someone may help me.
    Does this make my ambitions any clearer Lilybiri ?
    Thank you for your interest.
    Best wishes,
    Craig

  • Best approach -Tabs based ADF Tree left side navigation with Dynamic Regions with out UI Shell

    Hi,
    Somebody can help for the best approach to implement the following requirement.
    Req: When the user select the ADF Tree left side navigation menu, each menu will open as multiple tabs(Dynamic Tabs) in right side content area with out UI Shell Template.
    I completed the
    Step-1: From the Model project, I can able to render ADF Tree in the using view and view links. I can get the adf tree which is having 3 menu items. Each menu item having 2 sub menu's.
    I took each menu item as one(1) taskflow, each taskflow will have two(2) fragments.
    Total I have 3 task flows as Menu Items and 6 fragments for sub menu's.
    Step-2:  My question is How do I implement Tab based the ADF tree navigation (left side area to dynamic regions in content area) through dynamic regions? Please provide the steps in view layers.

    Than ks for your response.
    This is working fine for ADF Tree navigation with dynamic regions if the taskflow having only one fragment. if the taskflow having more than one fragments, this will not work. The following conditions are always satisfies one page fragment of either "employees" or "departments" task flow.  If the "employees" task flow have 2 page fragments, it's not work even you pass parameters through routers.
    public TaskFlowId getDynamicTaskFlowId() {
    if (currentTaskFlowID == null ||
    currentTaskFlowID.equalsIgnoreCase(“employees”)) {
    return TaskFlowId.parse(employeetaskFlowId);
    if (currentTaskFlowID != null &&
    currentTaskFlowID.equalsIgnoreCase(“departments”)) {
    return TaskFlowId.parse(departmetaskFlowId);
    return TaskFlowId.parse(employeetaskFlowId);
    My question is "Same use case with Dynamic Tabs" when the user click on any adf tree node.

  • Controlling the Navigation Pane from Topic links

    I've followed Rick Stone's instructions (in his Skinny on Skins tips file) for controlling the navigation pane from topic links, but I've included the reference to whtbar.js in my Master Page (as I want it to be available to all my topics) instead of in a single topic in my WebHelp output. It works fine, however, I'm experiencing a page flicker whenever I click a link which opens the TOC, Index, Glossary, etc. Does anyone know if this can be avoided?
    Thanks
    Jonathan

    Hi Willam
    No your method still works fine thanks (without any page flicker). However, it only opens and closes the navigation pane. What I've been playing around with is the idea of hiding the standard WebHelp toolbar by setting its height to zero in the .SKN and then creating my own toolbar in a Master Page that controls the navigation pane, i.e. with Home, Contents, Index, Search, and Glossary links. That way I have more control over how the toolbar looks and, for example, I can use some script to power drop-down menus, etc. I've been looking at using the Bootstrap framework.
    I seems to work okay, apart form the annoying page flicker when I use the links in my custom toolbar.
    Oh well, maybe I'm trying to push the boundaries a little too far?!
    Thanks anyway,
    Jonathan

  • Cs 6 blu-ray with sub menus, only go back to main menu

    I have burned a blu-ray with a main menu then sub menus: audio setup, chapters, extras.
    (note: they are regular menus NOT pop-up menus and I would rather not do pop-up menus at this time)
    when I am playing any of the sub menu content (trailer or making of or picking a chapter button from the chapter menu etc...) and press the menu button on the Blu-Ray player while it plays that content, it goes to the main menu instead of the sub menu.
    I checked it in the simulator and it was working perfectly....just as I would expect it to.
    each sub menu item (a trailer or making of featurette for example) is set to go back to the sub menu and it's button
    when done playing...and it does. 
    It just refuses to do that when the menu button on a blu-ray player is used and instead goes to the main menu.
    I ran the link checker before building the folders and burning it...no conflicts found.
    This seems to be an issue with Encore in general, reading about this here and in
    other forums.
    Can Encore simply not create a proper blu-ray disc with sub-menu's you can
    return to when the menu button on a remote is pressed?
    Do I have to buy BluStreak in order to correct these rather obvious navigation errors?

    Let us know what you find.
    I think the original poster in the other thread observed that commercial BDs were showing the same behavior.
    Even if true, it does not mean that some kind of scripting might not work.
    But Encore would not have the option.

  • I'm a beginner. Creating clips with sub-title captions from a large file.

    My project is to create a video clip with subtitles that will help train ESL students to correctly hear native speakers. The idea is simple. The same clip repeats 3 times, first without subs, then with subs and finally without them. So, I have some full length movies, in various ripped formats, that I need to select short dialog sequences from, each of which is destined to become a separate file. Once I have the shorter files I will repeat the sequence three times in the file and embed captions in the middle copy. I may also add some footage into the file in various places to give instructions on the exercise.
    I imported an avi file into Premiere but could not figure out how to select a portion of the original file and create a clip and save it as a new file. Also, while the file plays in sync in media player software, the audio was way out of sync in Premiere. I've searched for tutorials and watched quite a few but I haven't been able figure this out. I was hoping someone could point me in the right direction.

    Mappa01 wrote:
    > Hello everyone, as the title suggests, I am very much a
    beginner at the SPRY
    > menus, so please bear with me.
    >
    > I have implemented a tabbed panel in my website,
    however, when I click on a
    > link, it sets the menu back to the first tab, rather
    than the tab of the topic
    > i am in.
    Yes, this is what is supposed to happen, unless you "tell"
    the tabs differently. Take a read up on this page:
    http://foundationphp.com/tutorials/spry_url_utils.php
    Danilo Celic
    |
    http://blog.extensioneering.com/
    | WebAssist Extensioneer
    | Adobe Community Expert

  • 'Contacts' folder with sub folder cannot be removed after synching via iTunes

    'Contacts' folder with sub folder cannot be removed after synching via iTunes
    I am trying to remove a 'Contacts' subfolder
    ie Contacts < default folder
    - Contacts Mysubfolder 1 < Trying to remove this subfolder folder
    via my microsoft outlook onto my iPhone.
    Despite not having 'Contacts Mysubfolder 1' on my PC's outlook after deleting it, it does not delete the subfolder in my iPhone.
    I even restored my iPhone settings to the original via iTunes.
    I also replaced my physical iPhone but still synching with my original Apple ID + iTunes on the same desktop.
    All I did was after replacement of my iP, i setup my microsoft Exchange account, and there it was, the Contacts subfolder which is no longer around, appears on my iPhone contacts folder list.
    My outlook is on Microsoft exchange and I am on iP 3Gs
    Please help
    Thank you

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you are running 64-bit Windows and the above steps haven't helped try installing the version of iTunes that can be downloaded from this support document. iTunes 12.1 for Windows (64-bit — for older video cards)
    If you still have no luck try reinstalling iTunes 12.0, links in the user tip.
    tt2

  • How can I delete topic index keywords that are no longer associated with a topic?

    I am trying to clean up the index of an older Robohelp project before it becomes part of a merged webhelp project. I do not want to include any of its index keywords or topic keywords. I've managed to remove most of them, but I have a group of troublesome entries that refuse to go away. In fact, they cause RH8 to crash. I am running Windows XP.
    Looking at the code in Visual Studio, it appears that an instruction is pointing to field which contains "zero".  (see image below) 
    I have tried creating a new index and deleting the old index, but RH just keeps adding these topic keywords (in bold typeface) to the new index. If the keywords are no longer associated with a topic, where is RH storing these disassociated keywords? If I open the .hhk, it is empty.

    Not sure why RH crashed when deleting a portion of the topic keywords manuall
    y from the index pane, but I was finally able to remove them with the Remove Unused Keywords tool. Duh! Thanks anyway!

  • Navigation with rollovers

    Hi,
    I have the nice task to evalute the Portal of the 9iAS v2.
    We have a nice web which should be ported to the Portal.
    I have there a nice Navigation Bar with rollovers.
    How can I build this navigation? I can use "Page Links" from the items to build a navigation with links.
    But I want to use images.
    My questions:
    1. Are there any build in features to do images with links - rollovers with links
    and if not - how can I do this.
    2. when I use Page Links I can find the right page just by name - how can I do this when
    I have to enter this manually?
    thanks a lot,
    michael

    Here's the bad news - letting a graphics application write the HTML for a production site is not a viable method.  The tables produced are completely rigid and will break unexpectedly as you build your page and add content (thereby changing the 'shape' of the original layout plan).  Please read this to see why that's the case -
    http://www.apptools.com/rants/spans.php
    The spans are what create "gaps" unexpectedly as the table tries to maintain its shape.  I believe the only way to fix this is to not use that FW HTML at all.

  • Flex with JMS Topic/Queue for Asynchronous messaging

    I have been working on Flex and JMS integration using Data
    Services for Asynchronous messaging. I am able to do this
    successfuly. Now I am in need to do the same without using the Data
    Services piece.
    For doing this I have done the following ......
    I have created a JMS Webservice in the Oracle JDeveloper 10G
    along with Webservice Client.I am able to Listen to JMS Topic/Queue
    ( this has been created in the Oracle AS ) using this Webservice
    and receive the messages from this JMS Topic/Queue
    Asynchronously.....
    But If I need to use the Flex Client , I am not able to
    Communicate with this Webservice to listen to the JMS Topic/Queue.
    Did any one in this forum tried to communicate with JMS
    Topic/Queue without using Flex Data Service.If so please share your
    inputs.

    Here is my confusion (I'm using J2EESDK1.3).
    On a local server I did the following
    j2eeadmin -addJmsFactory jms/RemoteTCF topic -props url=corbaname:iiop:mars#mars
    In the app client running on the local server I had the code
    ic = new InitialContext();
    // JNDI lookup. The resource factory ref points to the
    // Remote Connection Factory I registered
    tcf = (TopicConnectionFactory)ic.lookup("java:comp/env/jms/TopicConnectionFactory");
    // The env ref points to jms/Topic of the local server
    pTopic = (Topic)ic.lookup("java:comp/env/jms/PTopic");
    So I'm assuming that I'm using a connection factory that connect to mars and a Topic on the local box.
    On remote server mars, I deployed a MDB which use
    jms/TopicConnectionFactory and jms/Topic. But I'm thinking this jms/Topic and the one I used on the local box are not the same one. Right? Then how could the app client and the MDB share messages?
    Some of my explanation I don't if it makes sense or not.
    ConnectionFactory is a way to tell what kind of connection it could generate (Queue, Topic, Durable etc) and Where the connection would go to (local or remote).'
    As for as destination, I'm not sure. How could two server share one Topic?

  • How to create folder with sub folder ?

    How to create folder with sub folder ?

    Hi,
    Questions. 17 / 17 unresolved -> very bad reputation
    but ok - let's help anyway ...
    1. create everything in Screen Painter
    2. set FromPane and ToPane property correct.
    example:
    Items in MainFolder: FromPane & ToPane: 1 to 3
    Items in SubFolderA (From 2 To 2) - SubFolderB (From 3 To 3)
    shouldn't be that difficult
    in your Code set oForm.PaneLevel when the user clicks on the Folder
    lg David

  • Problem with sub-screen actions on Cancel button

    Hi all,
    I have a problem with sub-screen.
    I created a subscreen (screen sequence in MM01/MM02/MM03). When users leave this screen, I call POPUP_TO_CONFIRM to ask if they want to save the data.
    1) My goal is: when they choose Cancel, no actions are performed and users will see the current screen. However, I cannot use command: SET SCREEN 0 or LEAVE TO SCREEN 0 because the system gives an error message:
    *SET SCREEN not allowed in subscreens*.
    2) How can we determine when the user leaves the screen? which value of SY-UCOMM will be used to check this?
    Thanks in advance.

    for dis SET SCREEN is not required.
    Consider d code given below as n eg:
    CALL FUNCTION 'POPUP_TO_CONFIRM'
        EXPORTING
          titlebar              = 'SAVE'
          text_question         = 'SOME _QUS'
          text_button_1         = 'YES'
          text_button_2         = 'NO'
          default_button        = '2'
          display_cancel_button = ' '
        IMPORTING
          answer                = l_ans
        EXCEPTIONS
          text_not_found        = 1
          OTHERS                = 2.
      IF sy-subrc <> 0.
        MESSAGE e066.
      ENDIF.
    IF l_ans EQ '1'.    " when yes is pressed
       MODIFY db.
       commit work.
       leave program.
    ELSEIF l_ans EQ '2'.  "when no is pressed
        leave program.
    ELSE.     " when cancel is pressed
    ENDIF.
    In above module when Yes is pressed it saves data den leave prog.
    As no action is specified for cancel button it will remain on that screen only from which popup is called, in this way ur problem can be solved.
    Reward properly.

Maybe you are looking for

  • Re: How I would make the Toshiba AC100 successful

    Hi All, I post my ideas for improvements here, maybe someone from Toshiba reads this. The original blog post is here: http://soltesza.wordpress.com/2011/05/09/how-i-would-make-the-toshiba-ac100-successful/ Please feel free to contribute here or at th

  • Regarding ageing report

    Dear guru's,   Is there any standard report for the materials shelf expiry details, Rgds cherukuri

  • Varying Maintenance Work Center Capacity by Days of the Week

    I had submiited a question a month or so ago about varying the capacity of a maintenance work center depending on the day of the week.  I got an answer and it worked. We've set up another work center (in staging) for the same scenario (the work cente

  • How to manually provide checksum in URL

    Hi -- I've just enabled session state protection in my application. All pages: Arguments must have checksum All page items: Checksum required - session level All application items: Checksum required - session level I have a javascript header that doe

  • [JS] Editable Dropdown

    Is it possible to have a dropdown that is editable as you have when you click Save Preset... in the New Document dialog? ScriptUI CS3 and CS4