Move rectangle to top (startpage to navigation bar)

Hello.
I am a new user of Adobe Muse and have not found any answers yet, probably due to a lack of me knowing the correct terms for what I want to do.
I want to create a website with a start site looking like this:
Upon clicking on one of the links (link1, link2, link3) I want to switch to one of those sites, but for a more modern experience, want to have the white rectangle move to the top of the site and if possible rearrange the sitename to the left top and maybe let it scale a bit down and have the link1 to link3 move to the top right and scale to 50%.
Is such thing possible, even without scaling, within muse or a code I can paste into it?
Many thanks in advance for any pointers, even if only how such thing is called and for me to go hunt some more.

In this case where you want to link up 3 different sites with text or image with a primary site , you would need to hyperlink site with text on page.
Talking about the plan, it would be :
- Create a rectangle with text or image for 3 different sites and hyperlink them with respective urls.
- Once user clicks on the text or image , he would land to another site.
- For other site , you can create a header section which would be on top of the page with site name and other site links.
If you are referring to scroll function, such as on click to link white bar would scroll , you can create this but it wont be a different site but on the same page.
With compositions you can use the label area for adding links or anchor points on page , but again this wont change site url in browser as it would be same page not a different site.
Thanks,
Sanjit

Similar Messages

  • Adding Content To the Top-Level of Navigation bar ?

    Hi,experts ,
       i have a problem with adding content to the top-level of navigation bar ?
    I have the authority of administration.I have added a customizing role with the entry-point property to myself userid . I have checked my navigation-target page's property can be visible in top-level navigation. I checked my my display level is set as 2 .
       However ,i dont get the folder content at the top-level navigation.Anyway,when i check the delta link trace,there is no folder that connect to my role .
       Anyone helps me out ?
    Thanks in Advance .

    Hi Eleanor,
    If you already created a role with an entry point and assigned it directly to you user, you may just have to refresh the portal page. You may also check the authorizations of you role.

  • Scrolling/fluid navigation bar

    Hi all.
    I'm trying to achieve something like this and have no idea where to begin.
    navbar has
    A|B|C|D
    click on C bar slides and you get
    C|A|B|D
    click on D bar slides and you get
    D|A|B|C and so on.
    Help or a link to help is much appreciated.
    any ideas on direction i should take?
    I've tried some various things with linking buttons to animations inside movie clips but i just don't think i'm even on the right track.

    Don't mess with the code. The correct answer in this case is to use Scroll Effects.
    Select the navigation bar (menu widget).
    Set the before scroll motion to zero for horizontal and 1 for vertical.
    Set the key position to be the "y:" location of the top of the navigation bar.
    Set the after scroll motion to zero for horizontal and zero for vertical.
    In this way the navigation bar will scroll normally until its top hits the top of the browser window, then it will stop scrolling (vertical scroll motion zero) and stay at the top of the browser window.

  • How do I get Explorer to see the Navigation Bar on a site published to a CD

    I built a site in iWeb and published it to a Folder on my desktop then burned the folder to a CD. It works fine in Safari but Explorer can't see the top line (the Navigation Bar) so it is useless to anyone with a PC that doesn't have Safari installed. Is there a solution?

    Thanks Ethanoid, that did it. Something peculiar is happening though, Here is what the Home page looks like in iWeb:
    http://idisk.me.com/f_thorgrimsson-Public/Picture 2.png/
    and here is what it looks like if I "visit" from iWeb:
    http://idisk.me.com/f_thorgrimsson-Public/Picture 3.png/
    and this is what I see when I vist from the folder by opening index.html
    http://idisk.me.com/f_thorgrimsson-Public/Picture 4.png/
    ?????

  • How to remove the tabs based navigation bar?

    I am trying out my hand in portal and i have successfully deployed a sample portal(
    Hot deploy didnt work by the way!). I have a few pages say home, account, messages
    in the portal. Now, what I want is when I click a link on account page, the top
    tab based navigation bar should disappear until I complete certain steps on the
    account page( say, create an account which spans over 2 pages). Only after creation
    of account should i see the tabs again.. is it possible?

    The files you are looking for to change are located under the framework directory
    in your application. The file hportal.inc or vportal.inc has a link to the hnav_bar
    or vnav_bar file. So, you can check if certain criteria has happened and then
    show the links or not show them. Whichever navbar url you included in the EBCC
    tells you which file you should look in
    "Ranjith" <[email protected]> wrote:
    >
    I am trying out my hand in portal and i have successfully deployed a
    sample portal(
    Hot deploy didnt work by the way!). I have a few pages say home, account,
    messages
    in the portal. Now, what I want is when I click a link on account page,
    the top
    tab based navigation bar should disappear until I complete certain steps
    on the
    account page( say, create an account which spans over 2 pages). Only
    after creation
    of account should i see the tabs again.. is it possible?

  • Can we move the navigation bar (prev, next link) of advanced table to left?

    Hi,
    I have a question regarding the OA Framework advancedTable navigation bar.
    Normally it is shown on the top right corner of the table, if it contains more than 10rows,
    it will show on the bottom as well.
    My question is, is there a setting to move this navigation bar (Previous Link, Records List, Next Link)
    from the right side to the left side or to the middle?
    In the OAF Developers Guide it doesn't state about being able to move this navigation bar.
    Navigation
    The navigation bar allows you to traverse across different row ranges of a table and is rendered:
    - At the top of the table if the number of rows in the table is less than 10.
    - At both the top and bottom of the table if the rows in the table is equal to or greater than 10.
    Note: No navigation bar is displayed if the number of rows in the view instance is less than the value specified
    for the advancedTable Records Displayed property.
    When a user first navigates to the page, OA Framework does not know how many rows will be returned to the
    table. The navigation bar simply shows the Previous and Next links.
    Once the user navigates through all the rows, the navigation bar displays the row range as a poplist so that the
    user can navigate directly to a specific range of rows, as shown below.
    Thanks.

    Hi,
    I don't think there is anyway to move the same from right to left/Middle.
    Regards,
    Gyan

  • Fixing resp. pinning the navigation bar to the top of the browser

    Please help... I would like to fix the navigation bar on the top of the browser, so when you scroll down the page this navigation bar is staying always on the top of the browser. In this thread http://forums.adobe.com/message/4782547#4782547 heathrowe offered this solution:
    Check  the code for the Stage > compositionReady, as follows, that makes an element 'move' when page scrolls
    $(window).scroll(function(){
           var element = sym.$("sidebar");
                  element
      .stop()
      .animate({"marginTop": ($(window).scrollTop() + 30) + "px"}, "slow" );
    Download sample here
    http://www.heathrowe.com/edge/scrolltop3/ScrollTop2.zip
    It is nice, but the navigation bar is moving, and I would like to have it ALWAYS on the top.
    Anyone knows how to solve this problem?
    Thanks in advance...
    Stanko...

    hi there,
    I found the solution for scrolling behaviour, but now I have (very simple) problem that I don't know how to access the main timeline from within the symbol.
    In order to connect scrolling behaviour to some spots on the one pager you have to define simple shape, name it (in this case "three") and put the click behaviour, here the code for that:
    var element = sym.$("Three");
    // No Animation
    //$(window).scrollTop(element.offset().top);
    // With Animation
    $('html,body').animate({scrollTop: element.offset().top}, "slow");
    Now my buttons are in the naviBar, say in a symbol, and I don't know how to access the shape on the main timeline from within the naviBar Symbol.
    Please help...
    here the zipped file:
    https://www.dropbox.com/s/0yy9uvnixmxww43/heelbopps_2.zip
    You will see, if you click the shape with scroll down on it, it works, but if you click the star in the naviBar, it doesn't.
    Regards...
    Stanko

  • Move or drag icons from Add-on bar to navigation bar or somewhere else

    How can I move or drag icons from Add-on bar to navigation bar or somewhere else?
    I want close my Add-on bar that looks not so handsome and move its app icons to tab bar or etc. can I do this and if yes how?
    Thanks.

    I think I figured this out. Got to the toolbar that you want to pull these icons to and right click on an open space and select "customize". This will then open that box which contains icons that you can choose from to drag to that bar. Now look at the icons on your add-on bar and drag the ones that you want to that box vs directly to the toolbar. You can now drag those icons from the box to the toolbar. I did it with two extension icons that I wanted up top because having it on that stupid looking toolbar at the bottom looks lame. At least it does to me:)

  • Move navigation bar

    I am very new to iweb so please forgive my ignorance. Trying to create my first website. How do I move the navigation bar horizontal on the left? I got the part about hiding the menu no problem. I read the other post about making a new but that one moved the new bar to the top. Thx!!

    You can't move it. You can only create your own, which could go any which-way you want it to.

  • Move navigation bar of promoted list down

    is it possible to move horizontal scroll from position 1 t0 position 2 as in image?any pointer will be helpful..

    Hi,
    According to your post, my understanding is that you wanted to move navigation bar of promoted list down.
    You can add the Jquery code into a Content Editor Web Part.
    <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
    <script type="text/javascript">
    $(document).ready(function(){
    var $existingdiv = $("#promotedlinksheader_WPQ4");
    var $temp = $existingdiv.clone();
    var $tab = $existingdiv.next();
    $existingdiv.remove();
    $tab.append($temp);
    </script>
    You can also use the CSS code to change the style.
    <style type="text/css">
    #promotedlinksheader_WPQ4 {
    POSITION:absolute;
    margin-top:150px;
    </style>
    The result is as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Open url from top navigation bar in work area

    Hi.
    I added in top navigation bar one link (component CRMCMP_HDR_STD, view MESSAGE). How i would like to show content of that url in workarea of web ui window.
    I know that I can call url with href, but the problem is that this url content is then shown in that top navigation bar which is very small. I also know how to show that content in new window.
    But as I said Iwant to show it in workarea window. Like for example if you click on Personalization link in navigation bar.
    I checked how this Personalization call works in standard but it is somewhove hardcoded.
    Any ideas? Help will be appreciated.

    I would have even bettter requirement. I developed Z component. And I want to call this Z component from navigation bar link (component CRMCMP_HDR_STD, view MESSAGE).
    But as I said, I don't want to open that Z compoennt instead of CRMCMP_HDR_STD component in top bar, but in workarea. The requirement is similar as when you would click on any option in left navigation bar, which then opens component in workarea. But I don't want to launch my Z component from left navigation bar (which I know how to use), but from top navigation bar.
    Help appreciated.

  • Top-Level Navigation Bar - Is it possible to make it 3 levels?

    Dear Portal Experts,
    Could someone please advise if it is possible to make the Top-Level Navigation Bar show more than 2 menu levels?  I looked at the document and it said we can only have 1 or 2 levels.  But I'm just wondering if there is any way around it.  Thanks.

    yes you are right .we can set only 1 0r 2 levels but good news is there is a workaround
    follow this blog
    Tag  Libraries: Creating a Hover Menu in SAP NetWeaver Portal
    reward points if helpful

  • In FF 29.0, how to move the address bar on the top of the tabs bar?

    It is OK in Firefox 28 and lower to set browser.tabs.onTop=false to move the address bar on the top of the tabs bar. But in Firefox 29, I can not find the browser.tabs.onTop
    who can tell me how to move the address bar to the top of the tabs bar?

    Here's the real, and only, solution:
    ftp://ftp.mozilla.org/pub/firefox/releases/28.0/win32/en-US/

  • Navigation bar pinned to the top of the browser window

    I have a navigation bar and graphic pinned to the top of the window, but when scrolling the page content goes over the nav bar. How can I keep it on top of all the other content?

    Hello,
    It is quite simple.
    The menu is on the master page and this page is always in the background so beneath everything.
    Go to your masterpage, click on the menu en use the shortcut crtl x to cut.
    Now the menu is on the clipboard.
    To paste it use the shortcut crtl/alt/shift/v in every page of your site. (this is called pasteing in place).
    Now press in every page (with the menu selected) on the shortcut crtl/shift / ] to get the menu infront of everything.
    Greetings Alex

  • Navigation bar moves

    I've inserted a Flash navigation bar to the left of the
    larger photos on my galleries. It's positioned just fine for a
    panoramic but when I load another image, a vertical or full frame
    horz. the nav bar moves up or down according to the size of the
    photograph. I would like to have it anchored at a set distance from
    the thumbnail images in the upper bar so it's not bouncing up and
    down.
    Here is a test page showing what I mean.
    http://www.westlight.net/gallery/wildlifetest2.htm
    This is probably DW8 101... or less but...help!

    Put your navbar in a div above the gallery itself, center and
    style it as
    you wish .. then put the gallery in a div under that and it
    should stay
    within its div without interfering with the navbar.
    Nice gallery. :)
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner''s
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "westlight" <[email protected]> wrote in
    message
    news:esuj8u$h2f$[email protected]..
    > I've inserted a Flash navigation bar to the left of the
    larger photos on
    > my
    > galleries. It's positioned just fine for a panoramic but
    when I load
    > another
    > image, a vertical or full frame horz. the nav bar moves
    up or down
    > according to
    > the size of the photograph. I would like to have it
    anchored at a set
    > distance
    > from the thumbnail images in the upper bar so it's not
    bouncing up and
    > down.
    >
    > Here is a test page showing what I mean.
    >
    http://www.westlight.net/gallery/wildlifetest2.htm
    >
    > This is probably DW8 101... or less but...help!
    >
    >
    >
    >

Maybe you are looking for

  • Sharing itunes Library between 2 acccounts on the same Mac

    Hi, My wife and I have created two separate user accounts on our mac due to different desktop preferences. However, when she uses itunes under her account, it does not acknowledge the itunes library that is under my account. I tried to import the lib

  • My ipod touch 2g will not sync to my itunes after being restored

    I restored my ipod after it started having some problems where the sound would stop and the volume bar would dissapear like it was connected to a dock. I reset all contents and settings from my ipod and restored it in recovery mode on my itunes , i h

  • Apple ID no longer accepts password

    Thank you Apple. Thank you for changing my password for me. So, I was one of the first on board to get an iPhone. At the time, I had an email address that I used for everything and I naturally used it to sign up for app purchases. All was good. Then,

  • New itunes wont install on windows 7

    itunes 11 wont install on my laptop, tried all the support articles i can find and nothing seems to resolve it. I either get the message that it cant be updated or "could not open key". Can anyone help?

  • Set default name of document before save

    I have created a "save as" button on a form. When the user presses the button (e.g., mouse up) I want the save as dialog box to appear with a NEW programmatically defined file name to appear.  (NOT the existing file name). The block comes because sav