IFRAME scroll to anchor problem

I am having difficulty using IFRAME and anchors. When I place
an anchor within the IFRAME and then click to go to that anchor,
the parent page scrolls to the IFRAME's location on the screen and
the IFRAME scrolls to that anchor. How do I make the IFRAME, and
only the IFRAME, scroll to the anchor?
We have a User Acceptance Test site located at
uat.itclarity.co.uk/our_services2.html where you can see our
problem by clicking on the 'more' link.
Any help would be gratefully received.

There is nothing wrong with what you have shown us, hence the problem lies elsewhere.
For us to help you without having to guess what you have done, it is important that you give us the whole picture such as giving us a URL to the site.
However, very little can go wrong with the script and we can limit our guessing game to a few points, namely
have you included the jQuery library?
did you set the correct ID to the top reference?
The following is what a correct version of the page will look like
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</title>
</head>
<body>
<div id="top">This is the top. Please scroll down to the 'Back to Top' link.</div>
<div style="height: 1200px"></div>
<a href="#top" class="anchorLink">Back to Top</a>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>
$(document).ready(function(){
  $(".anchorLink").click(function(e){
    e.preventDefault();
    var id    = $(this).attr("href");
    var offset = $(id).offset();
    $("html, body").animate({
      scrollTop: offset.top
    }, 100);
</script>
</body>
</html>

Similar Messages

  • Menu drop downs not visible?? also iframe scrolling

    here is the location
    http://storewhore.com/domains/foodindependence/
    seems to be conflict with embeded filess but the product "kale" is not embeded so its not working over anything
    any ideas??
    also iframe scrolling is there away to have it use the browser to scroll seems silly to have a scrol for each iframe

    Hi Kelly,
    Can you check the layer order? Is the menu layer above the 'kale' layer? If not, can you try moving it above it and see if it resolves the issue?
    As for your second question, please take a look at the suggestion here: http://stackoverflow.com/questions/12213052/use-browser-scrollbar-instead-of-iframe-scroll bar
    Let us know if you have more questions!
    Amy

  • Stage overflow settings for scroll to anchor

    Hi,
    I'm trying to do "scroll to anchor" functionality like the one here:  Edit fiddle - JSFiddle
    My code only works if the Stage's overflow is set to hidden.
    var anchorId = sym.$('#feature02');
    $('html, body').animate({scrollTop: anchorId.offset().top}, 500);
    I'm pulling in content from a json file (generated by a content management system), though, so I don't know how long the resultant page will be.  Also, it looks like the max Stage height setting is 10000, which is too short.
    So, overflow set to auto lets me see all of my content but kills my "scroll to anchor" functionality.  Also, an overflow set to auto causes a nasty double scroll bar on the windows side.
    Any thoughts?
    Thanks
    -Sherry

    Hi Heathrowe,
    Thanks for your reply.  Visible seems to both work for "scrolling to anchor" and fixing the nasty double scroll bar.  Thanks so much.
    Regarding #feature02:  I'm pulling in the data via a json file, then wrapping an anchor tag around the id:
    output += '<a id="feature0' + val.id + '" name="feature0' + val.id + '"> </a>';
    I'm then referring to it from the button with this:
    var anchorId = sym.$('#feature02');
    Which follows the "Work with elements directly" section of the JSAPI:
    "Accessing imported HTML content through actions can be done by using sym.$("#myId"); to target the ID or class of your element."
    Thanks again.  I'm embarking on a major Edge Animate / Kentico CMS project, so I can use all of the help that I can get.
    -Sherry

  • Adobe Muse - Smooth Scrolling to Anchors Using Mouse Scroll

    I am wondering if there is a way to set up smooth scrolling to anchors with the mouse scroll in adobe muse. I can do it using links, but it would be great if the user could just start scrolling and it smoothly jumps to the next section. This looks great and would solve the issues created by variant mouse wheel speeds. Any help would be great, thanks!
    Here is an example: Layers

    There is a widget that does this quite well.  I posted it earlier, but it mist have had a mistake... or someone deleted it?  Oh well, if it disappears I wont repost it haha.
    https://creative.adobe.com/addons/products/3144#.VCCyYvldWOY

  • Pdf in Iframe - Scrolling problem

    Hi,
    We face the below mentioned problem. Would be great if someone could help us.
    Due to problems with uploading the attachment here, please send a email to the following email-id ([email protected]) and I shall send the attachment in response.
    Consider the attachment (pdf_frame.JPG). A PDF is displayed in the iframe indicated in image file. When the PDF is scrolled using mouse scroll wheel the iframe moves Up and Down based on scroll wheel movement direction."
    * Steps to Reproduce:
    1. Execute the IFrameIssue.rar application (Fetch through email).
    2. Scroll the Application
    * Expected Result:
    PDF should only scroll within the IFrame and IFrame should be static.
    * Actual Result:
    Iframe along with the PDF moves UP or DOWN depending on mouse scroll movement.
    * Any Workarounds: None
    Thanks in advance.

    We have come across the same issues and wondered if you had a solution provided on this?  If so could you share.
    Thanks
    Martin

  • iframe link to #anchor only works the second time

    I am exploring a way of delivering a local HTML file into a Web Content frame in such a way that it starts at a specific HTML anchor rather than the top of the HTML page.
    Now, since DPS's Web Content overlay does not support the URL+anchor string format (e.g. myfile.html#myanchor), I thought I might achieve the desired result by loading a little HTML file into the Web Content overlay that points to the intended HTML file and its named anchor in an <iframe> tag.
    Here's where it gets annoying. The solution works... but only on the second and subsequent times you call up the Web Content overlay (normally hidden in a MSO).
    The first time I call up the Web Content overlay in my DPS article on the iPad, however, the HTML page displays but not at the specificed anchor point, nor indeed at the top of the HTML page - instead, it seems to start a little bit further down from the anchor. If I dismiss the Web Content overlay (in my case, switch to a different Object State) and return to it, the HTML reloads starting at anchor position, exactly as intended. I can close the folio, re-open it and still the behaviour is correct. It was only the first time that it fails to do the right thing.
    I am very happy that my solution works on the second, third and all subsequent occasions, but it's pretty important that readers see it working first time.
    I have tried delaying the autoplay of the Web Content but this does not make any difference. The anchor is designated using the 'id' tag.
    Any ideas?

    Thanks, Neil. But you can ask your guys to stand down. Someone got me a strong coffee this evening and I realised I was tackling this from the wrong angle. I have since seen this issue of HTML pages requiring a refresh before displaying correctly in other circumstances, even in Chrome on my computer, so I doubt it is a specific DPS problem - possibly it's something in webkit.
    Anyway, the coffee made me realise that I don't need an iframe to load another HTML file at an anchor. All I need is to pop a little GoToAnchor script in the <head> tag and a call at the beginning of the <body> tag.
    One day, if someone fixes Adobe's utterly broken Cookbooks site, I'll upload a bunch of these recipes.

  • First page next to homepage shifts to the right during scrolling to anchor points.

    I made a second page exactly the same as the homepage in a different language, but using the new anchor points at this new page does nog give the same effect. It should only be scrolling down, but it shifts also to the right of the browser. I get a scrollingbar at the bottom of my frame. The homepage does not get all this unwanted extras. This is the URL: http://changer.businesscatalyst.com/english.html#homenews

    I had this problem 2 times with 2 different websites. Only could solve it by beginning a new file, copy pasting all elements adding new achors.
    You should find this issue on this forum as I posted it before.

  • On button click scroll to anchor in parent page

    Hi Everyone,
    I have an edge file embedded in my html page as a banner.
    I have a button in the edge file that I would like to control the parent page with.
    How can I get onClick in the edge file to scroll the parent page to an anchor position.
    I would like to do this without reloading the page as well.
    Any help is greatly appreciated.
    Thanks

    We are getting close... I can feel it.
    It didn't work as above just yet though. 
    The Anchor / div name is outside the animate stage, on the holding HTML page.  So there is an html page.  The animate object is being pulled into that page with an iframe.  On that page that it's being pulled into is another div named align_orthodontics_blog.  To simplify here's the page structur
    <body>
    <p>THIS IS THE TOP</p>
    <p><a href="#align_orthodontics_blog">GO HERE</a></p>
    <iframe src="http://www.align-ortho.ca/an-home/an-homebanner.html" width="100%" height="855px" scrolling="no" frameborder="0">
    </iframe>
    <p>Just regular content here</p>
    <p>THIS IS THE BLOG</p>
    <div id="align_orthodontics_blog">Content for id "GOHERE" Goes Here</div>
    </body>
    </html>

  • Named anchor problem in Firefox

    I have some links that go to named anchors. The links are in a library item that is placed in a page template.
    The html links look like this: ../mypage_topic.html#anchor, ../mypage_topic2.html#anchor, ../mypage_topic3.html#anchor
    The anchor takes you to a section in the page so the viewer doesn't always see the masthead then has to scroll down.
    If have just noticed that the anchors don't work in Firefox on a Mac, a solution has been suggested to remove the # from the anchor link.
    I don't know if that will work being that I would end up with a html link looking like this: ../mypage_topic.htmlanchor
    I'm looking for a fix/workaround to this problem.
    Christo

    http://www.midcoast.com.au/~christo2/byf_site/teachers_amanda.html
    The links are from the teacher names in the right hand column. The named anchor sits between the masthead image and the navigation menu.

  • Cross-Reference using Text Anchor problems

    I am having problems with creating "New Cross-Reference" using a "Text Anchor" in CS4 Indesign.
    I can mimic what I want using a "Link to Paragraph", selecting the paragraph style and link, and then using the "Partial paragraph and Page Number" options.
    I would prefer doing this using a Text Anchor.
    I've tried creating a text hyperlink, but in whatever I am doing, I never get any "Text Anchor" OPTIONS in the New Cross-Reference menu.
    Adobe should also change the Text Anchor menu item, since there are "Text Anchor" options in InDesign that appear to have nothing to do with Cross-Referencing.
    The other problem I am having is that in defining the open-quote and closed-quotes around the Paragraph Text variable, I wish to have typesetter's quotes instead of the default vertical quotes. If I use the Splat button to choose ^{^} options, then I get funky "G"'s in my reference instead of typesetters quotes -- even if I choose a "Character Sytle for Cross Reference" and force it to my current font choice. What's going on here?
    SC

    Hi, Seir:
    I agree that it's confusing. Here's how I do it:
    To create a text anchor at the insertion point location:
    * Open the Hyperlinks/Cross-References panel's menu (also called "flyout menu." It's the small icon at the upper-right of the panel, below the double-arrow (>>) icon that collapses the panel.
    * Choose New Hyperlink Destination. THIS SHOULD BE NAMED NEW TEXT ANCHOR!!!
    * Choose Type: Text Anchor
    * Name the anchor as you like Click OK.
    To create a cross-reference to a text anchor:
    * Place the insertion point where you want it.
    * Click the Create new Cross-Reference button on the bottom of the Hyperlinks/Cross-Reference panel.
    * Choose Link To: Text Anchor
    * Choose the target document
    * Choose the text anchor
    * Choose the Cross-Reference format
    * Choose Appearance properties
    * Click OK
    I'm not sure what could cause the straight/curly quotes problem other than perhaps the font doesn't have curly quotes. Have you tried other fonts?
    HTH
    Regards,
    Peter Gold
    KnowHow ProServices

  • Scrolling Synaptic Touchpad Problem (Arch Wiki didn't solve it)

    Good to the whole Arch's community.
    First of all to appear, I am codebuster and am new in this community and in this magnificent distro that I have been charmed with for his simplicity and performance. Always I had begun for behind the topic of the configuration of Arch's installation, but consulting his magnificent tips and coming to the official information it me has been possible. I have everything working of correct form except the function of scroll of my touchpad Synaptic (function that I use always and that really I throw enough in lack). I have followed the steps indicated so much in the Wiki (http://wiki.archlinux.org/index.php/Touchpad_Synaptics) as in numerous forums of linux in inet but I have not managed to make it work, for what I resort to you to seeing if someone can throw something of light.
    Let's begin.
    PC: Acer Aspire 5610
    Distribution: ArchLinux updated a today.
    Desktop: XFCE
    Graphics: NVIDIA Geforce GO 7300 (proprietary Drivers: NVIDIA Driver Version:256.35)
    Driver: xf86-input-synaptics-1.2.2-2
    hardinfo
    Name PS/2 Synaptics TouchPad
    Type Mouse
    Bus 0x11
    Vendor 2
    Product 0x1
    Version 0x0
    Connected to isa0060/serio/input0
    cat /proc/bus/input/devices
    I: Bus=0011 Vendor=0002 Product=0001 Version=0000
    N: Name="PS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio4/input0
    S: Sysfs=/devices/platform/i8042/serio4/input/input5
    U: Uniq=
    H: Handlers=mouse0 event5
    B: EV=7
    B: KEY=70000 0 0 0 0 0 0 0 0
    B: REL=3
    xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 256.35 (buildmeister@builder101) Wed Jun 16 19:25:59 PDT 2010
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "dri2"
    Load "dbe"
    Load "record"
    Load "glx"
    Load "extmod"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mouse0"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G72M [Quadro NVS 110M/GeForce Go 7300]"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Xorg.0.log
    [ 18.827]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 18.828]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 18.828] X Protocol Version 11, Revision 0
    [ 18.828] Build Operating System: Linux 2.6.34-ARCH i686
    [ 18.828] Current Operating System: Linux arch-live 2.6.34-ARCH #1 SMP PREEMPT Mon Jul 5 21:03:38 UTC 2010 i686
    [ 18.828] Kernel command line: root=/dev/disk/by-uuid/2cf26781-3ca3-4654-8b83-37ea60864aab ro
    [ 18.828] Build Date: 21 June 2010 11:54:27AM
    [ 18.828]
    [ 18.829] Current version of pixman: 0.18.2
    [ 18.830] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 18.830] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 18.830] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul 26 15:21:50 2010
    [ 18.909] (==) Using config file: "/etc/X11/xorg.conf"
    [ 18.909] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 18.962] (==) ServerLayout "X.org Configured"
    [ 18.962] (**) |-->Screen "Screen0" (0)
    [ 18.962] (**) | |-->Monitor "Monitor0"
    [ 18.963] (**) | |-->Device "Card0"
    [ 18.963] (**) |-->Input Device "Mouse0"
    [ 18.963] (**) |-->Input Device "Keyboard0"
    [ 18.963] (==) Automatically adding devices
    [ 18.963] (==) Automatically enabling devices
    [ 19.052] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.052] Entry deleted from font path.
    [ 19.063] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 19.063] Entry deleted from font path.
    [ 19.063] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 19.064] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 19.064] Entry deleted from font path.
    [ 19.064] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 19.064] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.064] Entry deleted from font path.
    [ 19.064] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 19.064] Entry deleted from font path.
    [ 19.064] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 19.064] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 19.064] Entry deleted from font path.
    [ 19.064] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 19.064] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 19.064] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 19.064] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 19.064] (WW) Disabling Mouse0
    [ 19.064] (WW) Disabling Keyboard0
    [ 19.064] (II) Loader magic: 0x81e9d00
    [ 19.064] (II) Module ABI versions:
    [ 19.064] X.Org ANSI C Emulation: 0.4
    [ 19.064] X.Org Video Driver: 7.0
    [ 19.064] X.Org XInput driver : 9.0
    [ 19.064] X.Org Server Extension : 3.0
    [ 19.088] (--) PCI:*(0:1:0:0) 10de:01d7:1025:0090 nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] rev 161, Mem @ 0xd1000000/16777216, 0xc0000000/268435456, 0xd0000000/16777216
    [ 19.088] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 19.088] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 19.088] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 19.088] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 19.088] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 19.088] (II) "dri" will be loaded by default.
    [ 19.088] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 19.088] (II) LoadModule: "dri2"
    [ 19.141] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 19.175] (II) Module dri2: vendor="X.Org Foundation"
    [ 19.175] compiled for 1.8.1.902, module version = 1.2.0
    [ 19.175] ABI class: X.Org Server Extension, version 3.0
    [ 19.176] (II) Loading extension DRI2
    [ 19.176] (II) LoadModule: "dbe"
    [ 19.176] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 19.187] (II) Module dbe: vendor="X.Org Foundation"
    [ 19.187] compiled for 1.8.1.902, module version = 1.0.0
    [ 19.187] Module class: X.Org Server Extension
    [ 19.187] ABI class: X.Org Server Extension, version 3.0
    [ 19.187] (II) Loading extension DOUBLE-BUFFER
    [ 19.187] (II) LoadModule: "record"
    [ 19.187] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 19.188] (II) Module record: vendor="X.Org Foundation"
    [ 19.188] compiled for 1.8.1.902, module version = 1.13.0
    [ 19.188] Module class: X.Org Server Extension
    [ 19.188] ABI class: X.Org Server Extension, version 3.0
    [ 19.188] (II) Loading extension RECORD
    [ 19.188] (II) LoadModule: "glx"
    [ 19.189] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 20.431] (II) Module glx: vendor="NVIDIA Corporation"
    [ 20.431] compiled for 4.0.2, module version = 1.0.0
    [ 20.431] Module class: X.Org Server Extension
    [ 20.431] (II) NVIDIA GLX Module 256.35 Wed Jun 16 19:21:24 PDT 2010
    [ 20.431] (II) Loading extension GLX
    [ 20.431] (II) LoadModule: "extmod"
    [ 20.432] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 20.441] (II) Module extmod: vendor="X.Org Foundation"
    [ 20.441] compiled for 1.8.1.902, module version = 1.0.0
    [ 20.441] Module class: X.Org Server Extension
    [ 20.441] ABI class: X.Org Server Extension, version 3.0
    [ 20.441] (II) Loading extension MIT-SCREEN-SAVER
    [ 20.441] (II) Loading extension XFree86-VidModeExtension
    [ 20.441] (II) Loading extension XFree86-DGA
    [ 20.441] (II) Loading extension DPMS
    [ 20.441] (II) Loading extension XVideo
    [ 20.441] (II) Loading extension XVideo-MotionCompensation
    [ 20.441] (II) Loading extension X-Resource
    [ 20.441] (II) LoadModule: "dri"
    [ 20.442] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 20.451] (II) Module dri: vendor="X.Org Foundation"
    [ 20.451] compiled for 1.8.1.902, module version = 1.0.0
    [ 20.451] ABI class: X.Org Server Extension, version 3.0
    [ 20.451] (II) Loading extension XFree86-DRI
    [ 20.451] (II) LoadModule: "nvidia"
    [ 20.452] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 20.560] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 20.560] compiled for 4.0.2, module version = 1.0.0
    [ 20.560] Module class: X.Org Video Driver
    [ 20.620] (II) NVIDIA dlloader X Driver 256.35 Wed Jun 16 18:59:34 PDT 2010
    [ 20.625] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 20.625] (++) using VT number 7
    [ 20.629] (II) Primary Device is: PCI 01@00:00:0
    [ 20.645] (II) Loading sub module "fb"
    [ 20.646] (II) LoadModule: "fb"
    [ 20.654] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 20.675] (II) Module fb: vendor="X.Org Foundation"
    [ 20.675] compiled for 1.8.1.902, module version = 1.0.0
    [ 20.675] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 20.675] (II) Loading sub module "wfb"
    [ 20.675] (II) LoadModule: "wfb"
    [ 20.676] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 20.694] (II) Module wfb: vendor="X.Org Foundation"
    [ 20.694] compiled for 1.8.1.902, module version = 1.0.0
    [ 20.694] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 20.694] (II) Loading sub module "ramdac"
    [ 20.694] (II) LoadModule: "ramdac"
    [ 20.694] (II) Module "ramdac" already built-in
    [ 20.744] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 20.744] (==) NVIDIA(0): RGB weight 888
    [ 20.744] (==) NVIDIA(0): Default visual is TrueColor
    [ 20.744] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 20.744] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 20.744] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 20.744] (II) NVIDIA(0): enabled.
    [ 22.341] (II) NVIDIA(0): NVIDIA GPU GeForce Go 7300 (G72) at PCI:1:0:0 (GPU-0)
    [ 22.341] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 22.341] (--) NVIDIA(0): VideoBIOS: 05.72.22.58.30
    [ 22.341] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 22.341] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 22.341] (--) NVIDIA(0): Connected display device(s) on GeForce Go 7300 at PCI:1:0:0:
    [ 22.341] (--) NVIDIA(0): LPL (DFP-0)
    [ 22.341] (--) NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
    [ 22.341] (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    [ 22.355] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 22.355] (==) NVIDIA(0):
    [ 22.355] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 22.355] (==) NVIDIA(0): will be used as the requested mode.
    [ 22.355] (==) NVIDIA(0):
    [ 22.355] (II) NVIDIA(0): Validated modes:
    [ 22.355] (II) NVIDIA(0): "nvidia-auto-select"
    [ 22.356] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
    [ 22.356] (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
    [ 22.356] (--) NVIDIA(0): option
    [ 22.356] (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    [ 22.356] (--) Depth 24 pixmap format is 32 bpp
    [ 22.358] (II) NVIDIA(0): Initialized GPU GART.
    [ 22.371] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    [ 22.371] (II) NVIDIA(0): enough to receive ACPI hotkey events.
    [ 22.371] (WW) NVIDIA(0): ACPI: Error: Unable to find the brightness file path under
    [ 22.372] (WW) NVIDIA(0): /proc/acpi/video. The NVIDIA X driver will not be able to
    [ 22.372] (WW) NVIDIA(0): respond to ACPI brightness change hotkey events.
    [ 22.372] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 23.783] (II) Loading extension NV-GLX
    [ 23.817] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 23.831] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 23.831] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 23.851] (==) NVIDIA(0): Backing store disabled
    [ 23.851] (==) NVIDIA(0): Silken mouse enabled
    [ 23.858] (==) NVIDIA(0): DPMS enabled
    [ 23.858] (II) Loading extension NV-CONTROL
    [ 23.859] (II) Loading extension XINERAMA
    [ 23.859] (II) Loading sub module "dri2"
    [ 23.859] (II) LoadModule: "dri2"
    [ 23.860] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 23.860] (II) NVIDIA(0): [DRI2] Setup complete
    [ 23.860] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 23.860] (==) RandR enabled
    [ 23.860] (II) Initializing built-in extension Generic Event Extension
    [ 23.860] (II) Initializing built-in extension SHAPE
    [ 23.860] (II) Initializing built-in extension MIT-SHM
    [ 23.860] (II) Initializing built-in extension XInputExtension
    [ 23.860] (II) Initializing built-in extension XTEST
    [ 23.860] (II) Initializing built-in extension BIG-REQUESTS
    [ 23.860] (II) Initializing built-in extension SYNC
    [ 23.860] (II) Initializing built-in extension XKEYBOARD
    [ 23.860] (II) Initializing built-in extension XC-MISC
    [ 23.860] (II) Initializing built-in extension SECURITY
    [ 23.860] (II) Initializing built-in extension XINERAMA
    [ 23.860] (II) Initializing built-in extension XFIXES
    [ 23.860] (II) Initializing built-in extension RENDER
    [ 23.860] (II) Initializing built-in extension RANDR
    [ 23.860] (II) Initializing built-in extension COMPOSITE
    [ 23.860] (II) Initializing built-in extension DAMAGE
    [ 23.864] (II) Initializing extension GLX
    [ 24.465] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 24.465] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.465] (II) LoadModule: "evdev"
    [ 24.466] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 24.483] (II) Module evdev: vendor="X.Org Foundation"
    [ 24.483] compiled for 1.8.0, module version = 2.4.0
    [ 24.483] Module class: X.Org XInput Driver
    [ 24.483] ABI class: X.Org XInput driver, version 9.0
    [ 24.483] (**) Power Button: always reports core events
    [ 24.483] (**) Power Button: Device: "/dev/input/event4"
    [ 24.491] (II) Power Button: Found keys
    [ 24.491] (II) Power Button: Configuring as keyboard
    [ 24.491] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 24.491] (**) Option "xkb_rules" "evdev"
    [ 24.491] (**) Option "xkb_model" "evdev"
    [ 24.491] (**) Option "xkb_layout" "us"
    [ 24.579] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
    [ 24.580] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 24.580] (**) Video Bus: always reports core events
    [ 24.580] (**) Video Bus: Device: "/dev/input/event5"
    [ 24.587] (II) Video Bus: Found keys
    [ 24.587] (II) Video Bus: Configuring as keyboard
    [ 24.587] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 24.587] (**) Option "xkb_rules" "evdev"
    [ 24.587] (**) Option "xkb_model" "evdev"
    [ 24.587] (**) Option "xkb_layout" "us"
    [ 24.593] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 24.594] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 24.594] (**) Power Button: always reports core events
    [ 24.594] (**) Power Button: Device: "/dev/input/event3"
    [ 24.600] (II) Power Button: Found keys
    [ 24.600] (II) Power Button: Configuring as keyboard
    [ 24.600] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 24.600] (**) Option "xkb_rules" "evdev"
    [ 24.601] (**) Option "xkb_model" "evdev"
    [ 24.601] (**) Option "xkb_layout" "us"
    [ 24.602] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 24.602] (II) No input driver/identifier specified (ignoring)
    [ 24.602] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 24.602] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 24.602] (**) Sleep Button: always reports core events
    [ 24.602] (**) Sleep Button: Device: "/dev/input/event2"
    [ 24.611] (II) Sleep Button: Found keys
    [ 24.611] (II) Sleep Button: Configuring as keyboard
    [ 24.611] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 24.611] (**) Option "xkb_rules" "evdev"
    [ 24.611] (**) Option "xkb_model" "evdev"
    [ 24.611] (**) Option "xkb_layout" "us"
    [ 24.613] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 24.613] (II) No input driver/identifier specified (ignoring)
    [ 24.619] (II) config/udev: Adding input device MosArt Optical Mouse (/dev/input/event7)
    [ 24.619] (**) MosArt Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 24.619] (**) MosArt Optical Mouse: always reports core events
    [ 24.619] (**) MosArt Optical Mouse: Device: "/dev/input/event7"
    [ 24.631] (II) MosArt Optical Mouse: Found 3 mouse buttons
    [ 24.631] (II) MosArt Optical Mouse: Found scroll wheel(s)
    [ 24.631] (II) MosArt Optical Mouse: Found relative axes
    [ 24.631] (II) MosArt Optical Mouse: Found x and y relative axes
    [ 24.631] (II) MosArt Optical Mouse: Configuring as mouse
    [ 24.631] (**) MosArt Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 24.631] (**) MosArt Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 24.631] (II) XINPUT: Adding extended input device "MosArt Optical Mouse" (type: MOUSE)
    [ 24.631] (**) MosArt Optical Mouse: (accel) keeping acceleration scheme 1
    [ 24.631] (**) MosArt Optical Mouse: (accel) acceleration profile 0
    [ 24.631] (**) MosArt Optical Mouse: (accel) acceleration factor: 2.000
    [ 24.631] (**) MosArt Optical Mouse: (accel) acceleration threshold: 4
    [ 24.631] (II) MosArt Optical Mouse: initialized for relative axes.
    [ 24.632] (II) config/udev: Adding input device MosArt Optical Mouse (/dev/input/mouse1)
    [ 24.632] (II) No input driver/identifier specified (ignoring)
    [ 24.638] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 24.638] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 24.638] (**) AT Translated Set 2 keyboard: always reports core events
    [ 24.638] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 24.651] (II) AT Translated Set 2 keyboard: Found keys
    [ 24.651] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 24.651] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 24.651] (**) Option "xkb_rules" "evdev"
    [ 24.651] (**) Option "xkb_model" "evdev"
    [ 24.651] (**) Option "xkb_layout" "us"
    [ 24.652] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event6)
    [ 24.652] (**) PS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall"
    [ 24.652] (**) PS/2 Synaptics TouchPad: always reports core events
    [ 24.652] (**) PS/2 Synaptics TouchPad: Device: "/dev/input/event6"
    [ 24.664] (II) PS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 24.664] (II) PS/2 Synaptics TouchPad: Found relative axes
    [ 24.664] (II) PS/2 Synaptics TouchPad: Found x and y relative axes
    [ 24.664] (II) PS/2 Synaptics TouchPad: Configuring as mouse
    [ 24.664] (**) PS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 24.664] (**) PS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 24.664] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE)
    [ 24.664] (**) PS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 24.664] (**) PS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 24.664] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 24.664] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 24.664] (II) PS/2 Synaptics TouchPad: initialized for relative axes.
    [ 24.665] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 24.665] (II) No input driver/identifier specified (ignoring)
    10-evdev.conf
    # Catchall classes for input devices
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "VertEdgeScroll" "true"
    Option "VertScrollDelta" "100"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "true"
    Option "VertScrollDelta" "100"
    EndSection
    Good, I believe that this is quite, if you need more information tell to me and it will make it come near.
    Excuse me for my poor english,Thanks in advance and best regards.
    codebuster.
    Last edited by codebuster (2010-07-26 14:44:07)

    kgas wrote:
    there is no need to include the synaptics option. here is mine and works fine (Acer Aspire 5738G)
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "glx"
    Load "dri"
    Load "dri2"
    Load "extmod"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "G98M [GeForce G 105M]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    ¡¡¡¡ Thanks a lot for the info !!! 
    I remove all the Synaptics entries in the xorg.conf and worked fine with the /dev/input/mice option (in the Arch Wiki was # commented, the device, was /dev/psaux, and my mouse in hardinfo was recognized as PS/2 Synaptic for that I thought that it was the correct  option ).
    Only one question, now I have set the scrolling mode with two fingers, ¿do you know how to activate one finger scrolling? I tried with these options in Mouse section but doesn't work for me:
    Option "VertEdgeScroll" "true" # enable vertical scroll zone
    Option "HorizEdgeScroll" "false" # enable horizontal scroll zone
    Option "VertTwoFingerScroll" "false" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "false" # horizontal scroll anywhere with two fingers
    ¡ Many, many thanks and my best regards !
    codebuster.
    Last edited by codebuster (2010-07-26 08:26:55)

  • Web Gallery Scroll Bar Slider Problem

    Hi,
    I'm running Windows XP Professional and Lightroom 1.3.1. I seem to have a problem with the functionality of the sliders in the scroll bars of the web galleries that I make. I use the Flash templates.
    I can drag the slider to move through the thumbnails. But when I click in the open area of the scroll bar to scroll forward or backward a page at a time, nothing happens. That functionality seems to be missing. My cursor will change to a pointed finger when it moves across the slider bar, and the up and down arrows at the ends of the scroll bar. It will not change when I place it in the open area of the scroll bar, indicating that the functionality does not exist.
    This seems very odd and contrary to the global behavior of slider bars in all other applications, including within Lightroom.
    Any idea what's going on and any solutions?
    Thanks,
    Steve

    Hi...
    Please check in your application parameters. Did you declare wdtablenavigation parameter?
    and check table properties like scrollbarvisible always  or none...
    Check this link for application parameters.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm
    Regards
    Srinivas

  • C3 double anchor problem

    When inserting a link to an anchor on a page, users are able
    to browse to the part of the page they want using a link which
    already points to the anchor e.g. <a
    href="anypage.htm#anchor1">First link to anchored
    text</a>. If they do that the newly created link is instantly
    uneditable and cannot be deleted even while still in editing mode
    in Contribute 3. It has to be removed by someone with Dreamweaver.
    I know this is the wrong way to select a page anchor and user
    training covers this but users still get it wrong. Is this a bug
    and is there a way for this problem to be resolved by the user ?
    Thanks to anyone who can help.
    Code is from Contribute created page:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1">
    <title>2xAnchorTest2</title>
    </head>
    <body>
    <a href="anypage.htm#anchor1#anchor1">Can't delete or
    edit this link</a>
    </body>
    </html>

    For device slowing down you can take the following actions-
    1. Clear the browser cache.
    2. Move the content from the phone memory to the memory card.
    3. Take a backup of all the messages using Nokia suite & delete the excess so that you can free up some memory. In future do not let the message count to go beyond 500 so the phone functions remain smooth. Please note that depending on the number of messages the backup & delete may take even hours.
    4. Try using a theme that is smaller in size. The larger the theme size the slower the device becomes.
    5. If still the problem persists you can reinstall the current firmware using Nokia Suite. But do take a complete back up of the phone or else you will lose all your data. Also if you've set a password on the memory card & do not remember it then do take a back up of card content also as after firmware reinstallation you will not be able to unlock the card without formatting it.
    Please mark the post as solution if it solves your problem.
    Current Device - Nokia Lumia 1020/920

  • Stalled Scrolling and Other Problems

    Redo because not only does my thread seem to have disappeared, but also I wanted to start afresh.
    First off, are my threads even showing up anymore? Usually I get fairly prompt replies, but my last couple of threads have gotten nothing. While I am sorry if I come off as rude or demanding, and understand that there are other people needing help and you all are busy, it is rather frustrating to not get a single reply on a thread, even if that reply is "We don't know" or "we are working on this problem". It might not seem like an important problem to you, but for me it is a problem and lessens my enjoyment of the Firefox product. Plus, having questions answered grants me more knowledge of the product, and thus grants me more ability to fix problems on my own.
    Anyways, on to the issue:
    Hello, Ever since I downloaded Firefox 25, I have had an issue with scrolling. If there was some way to record this, I would, but at this time I cannot, so a description will have to do. If someone knows a way to record what is happening, I will gladly do it to make what I am saying easier to visualize.
    On some sites I visit, scrolling will be what can only be described as "choppy"- I will attempt to scroll down, but there will be a small delay before the page responds and scrolls down. Thus, the scrolling does not go smoothly. This mostly happens on sites (tumblr pages especially) with non-scrolling backgrounds (ie backgrounds that do not scroll with the page) on them.
    First off, I do not think this is a problem with any extensions, my computer, or the sites themselves. When I open the same pages in Chrome, the issue does not occur and the issue does not occur in all pages.
    I have tried clearing the cookies and cache, resetting my browser, disabling hardware acceleration, checking the plugins (problem still happened even when all plugins were disabled), updating my graphics card, and disabling website colors. The first few produced no lasting result/fix, and while disabling website colors did fix the issue, it made the rest of the site/other sites (ones that were working fine) difficult/impossible to use.
    One interesting fact of note is this: If I downgrade to Firefox 24, the issue not only disappears, but stays away, and does not occur.
    Another fact of note: I have written a previous thread on this issue, but ended up not getting an answer to a second question I had. In the first thread, I was given this possible solution, referring to a bookmarklet I could use/try: https://support.mozilla.org/en-US/questions/976244#answer-496960
    So my questions here are these: 1) What is going on in Firefox 25 that makes scrolling choppy in that version, but not in version 24 or any other browser except version 25? 2) How exactly do I use that bookmarklet I linked to? Where do I need to place it? How do I get to where I need to place it? How would it work? Is there a way to/Can someone make it into a Greasemonkey (I have Greasemonkey) userscript, if it does work?
    Also, is there a way to "bump" my thread without actually commenting on it?

    Please use your original thread, https://support.mozilla.org/en-US/questions/976335

  • Smooth Scrolling Article, Anchors, and Static Navigation

    Hi!
    Quick question on a smooth scrolling article:
    Let's say I have a very wide article, roughly 30,000 pixels wide with lots of photos, info, etc.. Would it be possible to have a "floating" navigation on top of this wide article?
    Something sort of like this: http://i.gyazo.com/a3e5266bb08fcc7625710ff0bb0c86fa.png
    The article would of course continue via the smooth scroll style.. but those square buttons below: I know I could link them to smooth scroll to a certain % of the page, but what if I want them to be available down there regardless if I keep scrolling right? In a sense, a "fixed" navigation for the page.
    Thank you.

    I see. Hmm.. I bet one solution that would answer both the smooth scrolling, the navigation, and the memory problem would be:
    What if I have say 20 pages, that are horizontal format. Each one has the timeline at the bottom which links to the corresponding page, such as a month (Jan) for page 1.
    The client basically wants a long, seamless sequence of events in a timeline style where when you swipe left or right, they feel connected but have their own images, info, etc., but the background would be seamless. They want a way to navigate between each event via a timeline at the bottom.

Maybe you are looking for

  • Looking for the perfect app!

    Hello there! Thanks in advance for all readings and responses... hope to get some hehe! So i'm a photography student and lately i've been getting into production so i need to keep record of lots of models and other key people for photoshoots. I'm in

  • How to get the changed lines in POWL

    Hi Experts, I need your help on POWL. In the project I have set some fields as input field and they are editable. But I cannot get the lines which i have changed, and the method handl_action wasn't triggered after i pressing 'Enter' key. How can I so

  • Can i have more than 6 columns to sort in interactive reports  in apex 4.1?

    As of  now on clicking on Actions->format->sort only a select list with six columns is displayed in an interactive report . Is there any possibility to add more number of columns in this ? Can anyone help?

  • Importing star ratings from Canon's ImageBrowser

    Does anyone know how to import star ratings assigned to photos using Canon's ImageBrowser (5.8.0.10) software into Aperture? I've tried importing a few photos with various ratings into Aperture 2.1 trial but they appear unrated in Aperture. (Neither

  • Mail crashes when i try to start it

    Hello, Please - maybe somebody knows how to help me. Mail just crashing when i trie to start it. It worked fine in morning, then I quit it and now it does not start again. log is like that: Date/Time: 2006-05-11 17:05:25.830 +0200 OS Version: 10.4.6