Jumping instead of smooth anchor links

For some reason, my site used to have smooth scrolling to anchors, now it jumps when you click on anchor links. Ideas? I am not using periods as one thread mentioned. It worked fine in an older version of Muse.
Example:  http://295design.com/portfolio.html
Muse ver. 5.0 build 704

Tried it on the most updated versions of Chrome, Explorer and Firefox and they work fine.

Similar Messages

  • Anchor links: immediate jump (without smooth scroll)?

    Is there a way for an anchor link to immediately jump to an anchor WITHOUT the smooth scroll to get there? If so, how?

    Never mind: I figured it out.
    Because of the way the anchor links in question were generated, they contained the entire URL of the current page with the anchor attached to the end of it. So when the portal rendered the URL, it rendered it in its normal JavaScript style:
    javascript:void(pt_999.refresh('https://servername/portal/server.pt/gateway/...pagename?urlvar=foo#anchor'));
    Once I changed the anchors to only contain the anchor itself ("a href='#anchorname#'), the portal did not convert the URL, allowing the anchor to work on the normal page.

  • Is there a way to make an anchor link display a different colour when selected? (active state)

    I have a vertically scrolling site I am trying to set up, and it's all going well. Only problem is when you use the menu (widget or non-widget) to move to an anchor link, thus bringing in the next section, I can't get the link to diplay as a different colour.
    This would be good for letting the user know what section is infront of them.
    Is there a way to do this?
    One other question: Is there a way to get an anchor link to display centrally in the middle of the page up and down. I can arrange it so it looks good in one browser window, but as soon as the user has more vertical space it seems to diplay a set distance from the top. I guess what I'm asking is can the anchor link define the center point instead of the top point?
    Many thanks!

    Hello,
    Could you please elaborate what exactly you are referring to with "I can't get the link to diplay as a different colour"?
    Regarding your second query, I am afraid it is not possible using Adobe Muse. However it can be a very nice feature request.
    I would suggest you to post this as a feature request on our "Ideas for features in Adobe Muse" section of the forums : http://forums.adobe.com/community/muse/ideas
    Regards,
    Sachin

  • Anchor link only for image in table header for sorting

    Hi,
    I need to implement sorting functionality for datatable.
    for sorting header of the table column will have image along with header text.
    for this i am using <h:commandLink> and <h:graphicImage>.
    But i am getting behaviour as anchor link for both text and image.
    deserved behavior for this is only ofr Image.
    If any one implemented the same ..please help me
    Regards

    Try:
    Sub ClearKeepWNext()
    Dim Tbl As Table, i As Long
    For Each Tbl In ActiveDocument.Tables
      With Tbl
        .Range.ParagraphFormat.KeepWithNext = False
        For i = 1 To .Rows.Count
          With .Rows(i)
            If .HeadingFormat = True Then
              .Range.ParagraphFormat.KeepWithNext = True
            Else
              Exit For
            End If
          End With
        Next
      End With
    Next
    End Sub
    If the tables only have a single heading row, you could instead use:
    Sub ClearKeepWNext()
    Dim Tbl As Table
    For Each Tbl In ActiveDocument.Tables
      With Tbl
        .Range.ParagraphFormat.KeepWithNext = False
        With .Rows(1)
          If .HeadingFormat = True Then
            .AllowBreakAcrossPages = False
          End If
        End With
      End With
    Next
    End Sub
    Cheers
    Paul Edstein
    [MS MVP - Word]

  • Text Anchor Links

    Hello,
    We are working on a project that uses Text Anchor Links.
    We need the links, that are in the same document, to open in a new window. (For example: A link on page 4 that points to page 76 needs to open a new window showing both page 4 in the original window and 76 in a new).
    The only way we can get this to work is by having the links in separate PDF documents, but would like to have one file instead of a resource folder.
    Anyone know of a way to do this?
    TIA
    LM

    I have exactly the same problem with the url's in the body of my Verizon webmail emails too! The problem started a couple of weeks ago. The url's are not highlighted at all. I too have to copy them and them paste them into a browser. It appears to be a problem with the Verizon webmail application, since it doesnt matter which computer I access webmail from.

  • HTML anchor links not working (won't scroll down to content).  Why?

    Hi.
    We have a portlet that simply pulls in an external web site so it can be viewed and accessed within our portal.
    The navigation bar within this website using HTML anchors ("a href='#stuff' and "a name='stuff'") to let the user jump/scroll to a particular part of the page. The anchors work when the web site is viewed outside of the portal but don't work when the site is within the portlet window.
    Anyone know why that is, and if there's a way to get those anchors to work?
    Thanks.

    Never mind: I figured it out.
    Because of the way the anchor links in question were generated, they contained the entire URL of the current page with the anchor attached to the end of it. So when the portal rendered the URL, it rendered it in its normal JavaScript style:
    javascript:void(pt_999.refresh('https://servername/portal/server.pt/gateway/...pagename?urlvar=foo#anchor'));
    Once I changed the anchors to only contain the anchor itself ("a href='#anchorname#'), the portal did not convert the URL, allowing the anchor to work on the normal page.

  • Back Button with Anchor Link in Webview?

    I use UIWebView (in a view controller) to display html pages stored locally on the device. This web view is the "leaf" view from a series of table views using a navigation controller that provides the appropriately-labeled "back" buttons to the table hierarchy tree.
    The problem is that in some of these html pages, I have anchor links to a footnotes html page also residing on the device, and then that web page does appear in the web view but I don't know how to go "back" to the previous web page leaf. The navigation bar of course shows a back button that goes back to one of the table views and not to the preceding web page, the origin of the linked web page.
    So, from a UI and programming prospective, how do I change the navigation back button label to say "Back" (instead of the previous table view) and have it when clicked show the previous web page and not the previous table view?
    Is there where I might use UIWebView delegate functions? But how do I get the navigation button to change its functionality?
    Thanks for any help.

    Is there where I might use UIWebView delegate functions? But how do I get the navigation button to change its functionality?
    You can use the delegate functions to intercept each nav request...
    - (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType{
    or you can be told when new data was navigated to:
    - (void)webViewDidFinishLoad:(UIWebView *)webView{
    you can change the Nav bar's left button to be a custom view:
    UIBarButtonItem *leftButton = [[[UIBarButtonItem alloc]
    initWithTitle:NSLocalizedString(@"Back", @"")
    style:UIBarButtonItemStyleBordered
    target:self
    action:@selector(goBack:)] autorelease];
    self.navigationItem.leftBarButtonItem = leftButton;
    You need to provide a function to perform the goBack.
    hope this helps
    michael golden

  • VO does not follow anchor link

    I find it strange that VocieOver in Mac OS X (10.5.8) does not follow anchor links. The W3C specification documents and Wikipedia use them a lot; however the VoiceOver box does not follow the link while Safri jumps to that part of the page.
    Is this a miss configuration at my part or has it been designed that way?
    Thanks

    Hi there
    Your description seems to imply you are narrating at the same time as you are recording. This isn't best practice. Your best results will be obtained by adding the audio as a separate activity after you have recorded the screen action.
    Often in a web recording we notice what is perceived as a  mismatch. Often you end up with blank slides. This is because Captivate is running on your local PC (and running very quickly). But when you click a link to a web page, what really happens is that you send a command from your PC across the internet to a Web Server. The Web Server has to process that command, look up the desired page, send the page across the internet to your PC and it finally displays. While it may seem that it happens swiftly, compared to Captivate running on the PC it takes eons.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Display:block not showing anchor link as a block in IE9

    The display:block CSS code is making the anchor link inside a div, i.e.
    <div><a>some text</a></div>
    behave as a block in a site viewed in Chrome etc.
    However, it is not behaving like a block in IE9. Instead of the whole width of div which should behave like a block and be clickable, only the actual text of anchor link <a> is clickable.
    Please advise on how to ensure the whole div behaves like a block in IE9 also.

    I checked and found that the probable problem is as described below.
    I have indicated the style for a.link and a.visited in the starting of the css file as
    a:link { color:#009900; text-decoration: underline;}    
    a:visited { color: #4E5869; text-decoration: underline;}    
    Later in the css file, I have defined styles for cbt, cbt a, cbt a:link and cbt a:visited separately. the styles for cbt etc is as below:
    cbt { display:block;  float:none; 
    position: relative; 
    margin:5px 2px; 
    padding-left:1px;
    padding-right:1px;
    padding-top:5px; 
    padding-bottom:5px;
    z-index:4;
    clear:both; } 
    cbt a, cbt a:link {  font-size: 1em;
    text-decoration:none;  text-align:justify;
    text-justify:inter-word; 
    font-weight:normal; 
    word-wrap:break-word; 
    color:#00C;  display:block; }  
    cbt a:visited { color:#CC0033; }
    The anchor link a is nested inside cbt tag in the html file as
    <cbt><a href="abc.com">some text</a></cbt>
    Inspite of the above codes, the anchor link a inside cbt tag is not taking the styles defined with cbt a, cbt a:link, but is instead taking styles defined in a:link initially.
    Hence they are behaving as inline elements in IE9 when hosted on remote server by taking the initial style defined.
    However,when the same page are viewed on localhost in IE9, the links behave as block elements (taking the later defined styles). The links also behave as block elements inside Chrome browser when viewed on localhost as well as on remote server. In this situation the links are taking the styles defined later in the css file.
    Please advise on why the css behaviour is so erratic.

  • Anchors/links within pages

    I really need to link from one iWeb page to an anchor inside another, but can't figure out how or if this can be done. To see what I mean, go here:
    http://web.mac.com/wildwing1/Recipes/Index.html
    What I want to do is make an anchor on each of the recipes in the other pages, then link this page to each of them by name so people can click on each recipe name and go directly there instead of having to search each page. I'd also like to link each recipe to a printable file, but think I may have figured that one out.
    I used to work in GoLive and Photoshop, and while I like iWeb and iPhoto a lot more they do seem more constricting in areas like this.
    Thanks in advance,
    Suzanne

    Anchors are not directly supported in iWeb, but there are numbers of work-around.
    Post editing gets old real quick, especially when you like to have many anchors as in your site.
    From looking at your Recipes pages, they are long windows, so the easiest thing to do is to have a javascript to scroll to the right spot when the window is open, I made sample of your pages - I only made three anchor links:
    http://hdl.50webs.com/Anchors1/From.html
    In the From.html page, the text links need to be added as link to an external page (in inspector); so you can specify the full path including the anchor, eg:
    http://hdl.50webs.com/Anchors1/To.html#1
    The scrolling script is attached to the To.html page using HTML Snippet, see its source code of the following:
    http://hdl.50webs.com/Anchors1/Tofiles/widget1markup.html
    You need to fill in the anchors array with the Y position of each recipe.

  • Anchor links reloads page

    My site (www.vikunja.com) is mainly built with anchor links creating that nice smooth navigaton that I like.
    When I open the site and click on one of the menylabels, it scrolls down the site exactly as I want it .
    BUT when I click again (on any label) the site reloads first. It really annoying.
    I noticed that when I enter the site, the adress bar reads "www.vikunja.com"
    Lets say that I click on the "Music" label, then the adress bar says "www.vikunja.com/#music" - so far so good
    Then when I click on a label the second time, the adress bar changes to "www.vikunja.com/index.htlm#contact
    That makes the site reload. Why does it add the "index.htlm" just like that?
    Can I fix it?
    /A

    I have the same problem - Anchor links reloading pages.
    Just updated software to the new release 7.0.2 today (4.5.2012) and still has the same problem.
    Has the bug been fixed or not?

  • "anchor" links and Orphaned files ???

    I have a number of "anchor" links to a file named "constitution.html".  This is to allow one to jump to a specific part of a VERY long page (the complete constitution).  The links are like this one constitution.html#a3s1.  When I check in DW CS5 for Orphaned files DW reports this file "constitution.html" as an orphaned file.
    Is this normal because of the anchor links part of the link?
    Or do I have some unknown problem with my code?
    The links to this "orphaned" file are working OK.
    Thanks

    Is this normal because of the anchor links part of the link?
    Yes.  Sorry....

  • Anchor Link inside a Scrollpane

    Is it possible to create anchor links in text within a scrollpane.  I created text with a list of questions at the top of the list and answers at the bottom of the list. I want to be able to click on a question and jump down the list to the answer within the scrollpane. Similar to anchor links in html. Is this possible in AS2.

    no but, you can use the scrollpane's vPosition to scroll to the correct position.

  • Jump to a Named Anchor when loading an HTML doc

    I have a CollapsiblePanel with a Content Link to a Named
    Anchor in info.html and I thought I could use loadURL() to load the
    page into the Div "thetext" but it does not work. Can Spry Jump to
    a Named Anchor when it loads an HTML doc?
    onClick:
    Spry.Utils.updateContent('thetext',
    '/information2.php#Insurance')
    And I also tried:
    Spry.Utils.loadURL('thetext', '/information2.php#Insurance')
    The Head:
    <script src="SpryAssets/SpryCollapsiblePanel.js"
    type="text/javascript"></script>
    <link href="SpryAssets/SpryCollapsiblePanel.css"
    rel="stylesheet" type="text/css" />
    <script language="JavaScript" type="text/javascript"
    src="Spry_P1_6_10-01/includes/SpryData.js"></script>
    <script language="JavaScript" type="text/javascript"
    src="Spry_P1_6_10-01/includes/SpryEffects.js"></script>

    On 08 Oct 2007 in macromedia.dreamweaver, antonioconte wrote:
    > Does anyone know if and how its possible to jump to a
    named anchor?
    > I need to use the behavior panel to call a page into a
    pop up and
    > jump to an anchor too - is this possible?
    Sure - just make the link to the anchor:
    <a
    href="page.php#anchor"
    onclick="popupscript('page.php#anchor');return false;">
    Open my popup window</a>
    Making the link attribute (href=) the same as the popup
    window means that
    people who are visiting your site with javascript turned off
    will also
    get the information from the page. The 'return false' in the
    onclick
    event means that the href won't fire if javascript is turned
    on.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/contact.php

  • Does teh topicid: protocol actually support anchor links and, if so, how?

    The Oracle® Fusion Middleware Developer's Guide for Oracle Help 11g Release 2 (http://docs.oracle.com/cd/E24382_01/doc.1112/e16280/ohff_tpcfile.htm#OHJWG213) says the following:
    The topicid protocol also supports anchor links. For example:
    *&lt;a href="topicid:getting_started#advanced"&gt;Getting Started&lt;/a&gt;*
    When the Getting Started link is clicked, Oracle Help references the map file and jumps to the advanced anchor position in HTML file associated with the link's topic ID.
    But I cannot seem to get anchor links to work. The HelpBook Previewer returns:
    *Error: topic id topicid#+fragid+ does not map to an URL.*
    I'd expect the topicid: protocol to work like a normal URL. A web browser resolves the URL part to find the file and then locates the fragment identifier within the file content. So I'd expect Oracle Help to locate the file by looking up the topic ID in the map file and then locate the fragment identifier in the content. But the error seems to be saying that Oracle Help expects a separate map entry for each topic ID and fragment ID combination, which hardly makes sense.
    Any advice would be much appreciated.

    Rodger,
    Thank you for your gracious welcome . . .
    and thank you for your swift response . . .
    and thank you for your information (and encouragement!).
    Yes, I read that too, but searched in vain for the specifity of, say, your direction:
    "Go ahead and update to 8.0.2, as it contains the 8.0.1 update."
    So I shall!
    Again, many thanks.

Maybe you are looking for