Page up button for my website

Hello ,
here is my website you can check the page source code www.modaikra.com  .when i put page up commands into my source code java breaks.I need a page up button which goes down when you go down on the page.
Thank you

Hello,
you could use a small "sticky footer" adapted from http://alt-web.com/DEMOS/CSS2-Sticky-Footer.shtml. I for my part sometimes use an arrow image in conjuction with
<a href="#top"><img src="images/up.jpg" border="0" />.
Hans-Günter

Similar Messages

  • A few questions on making animated buttons for a website Nav

    Hello, I have a few questions on creating some animated buttons for a nav.
    There are 2 actions I want to trigger on moue over.
    If I want to use a static (PNG) image that I created in Photoshop for the actual button, can I use that? I want to smoothly slide button down on mouse-over and slide back up on mouse off. If I push part of the button off the "canvas" (sorry, this is coming from a Photoshop guy) will it disappear in the final animation? Another way to put that is, if I put an animated element off the white area, will it no longer show up in the movie (.swf) when it's published?
    For the second part; you can see a bit of what I want to do if you look at this website's top Nav: http://www.photoshopsupport.com/index.html
    I need the "light" above the button and it's going to be on another colored <div> so I can't set one solid BG color for my flash document. But I want to achieve the effect of the "bar" lighting up above the button and the actual button sliding down upon moue over.
    Any help you can provide would be greatly appreciated.

    Hi,
    Regarding this button problem mentionned by kglad, it is easily overcome with a little trick.
    I call this the undesired "jumpy button". Your button starts to hesitate down-back-down-back quickly, like it's a bug, and then it settles.
    What you could do is create a simple sprite or movieclip containing only a simple shape, whatever the color, put it on top of your button's graphic, change this sprite/movieclip's alpha to 0, then add your mouse events on this invisible "target" instead of your graphic. So, when you mouse over, you have the graphic move, not the invisible "target".
    Sometimes, for this invisible target, you will be using a movieclip, not a sprite, so you can easily add your own properties on it.
    Example:
    var graphicBtn:Sprite; // your png
    var targetBtn:MovieClip; // your invisible target, created with code or not
    targetBtn.graphics.beginFill(0x000000);
    targetBtn.graphics.drawRect(0, 0, graphicBtn.width, graphicBtn.height);
    targetBtn.alpha = 0;
    targetBtn.mygraphic = graphicBtn;
    targetBtn.addEventListener(MouseEvent.MOUSE_OVER, onOver);
    targetBtn.addEventListener(MouseEvent.MOUSE_OUT, onOut);
    addChild(graphicBtn);
    addChild(targetBtn);
    function onOver(event:MouseEvent):void
         TweenLite.to(event.target.mygraphic, 0.25, {y:40, ease:Back.easeOut});
    function onOut(event:MouseEvent):void
         TweenLite.to(event.target.mygraphic, 0.25, {y:0, ease:Cubic.easeOut});
    So you see, you can have only one function (well, 1 for over, 1 for out) used for all your buttons. You can add as many properties you need on your movieclip to make that one-function flexible.
    Here I used GreenSock's tweening engine, but use the one you prefer (Here, I am moving the graphicBtn in y for 0.25 second).
    Design Cyboïde
    Création de sites web

  • Firefow bug show always "This page is asking" for my website

    http://www.narayanseva.org/
    This is my website Url
    Please cross check it on urgent bases. It showing "This page is asking you to confirm that you want to leave data you have entered may not be saved
    I am fed up with message normal user always get this message
    Let me know why It happen , How to resolve it any how

    Check your javascript, there may be an alert here that you can remove.
    Else:
    [https://support.mozilla.org/en-US/kb/where-go-developer-support Where to go for developer support]

  • What kind of page to use for my website

    i want to create a website with form, polls, and user login fuctionalities.. should the page be .html. xhtml. aspx or what..

    If it's a window server, then probably aspx.  I am unfamiliar with aspx so can't really offer any more advice about it's use  :-)
    However, there are probably many more freely available open source scripts and such for use on a website, for polls, login etc., if you decide to use PHP.  I guess it all depends on the type of website you are going to create and whether you are going to create it yourself on depend on 3rd party applications to help you build the site.

  • ITunes button for my website and myspace

    hello there..
    i am trying to find a button that i can add to my website and to myspace accout to show that i have a cd available through iTunes. a button that someone can push and they would be magically transported to the iTunes music store.
    does such a button exist?
    thanks!
    csdj
      Windows XP Pro   n/a

    Well, I think I have your answer. If you go to itunes, and make your way through the music store to where your podcast is, and click the arrow nex to it so you get the full page description where your picture and episode listing is, right click on your image on select "copy iTunes Link" or something like that.
    that's it, that is the link you need. throw it in an
    My podcast
    and you are good to go!

  • Need to create a PDF with submit button for Wordpress Website.

    I need to create a restaurant's employment application in PDF form with fields that user can fill out and a submit button to send the form to a specified email. I then need to put this PDF online on client's website. Is this possible with ID?

    Yes, but you may have to tweak it in Acrobat Pro.
    That said, you may be better off just creating the form right in the
    site. My guess is that there are a ton of WordPress plugins to do this.

  • I used to be able to print the Guardian Crossword, but since I changed the Page Setup margins for another website it is scrambled. I've tried resetting printer and all printer settings, still not working

    Here is the link http://www.guardian.co.uk/crosswords/cryptic/25504/print - it looks fine on screen, but print and print previes loses the format. I reset the margins back to 12.7, no effect, and did the "Reset print.print_printer" and edited prefs.js as in the Troubleshooting page of Firefox help.

    Thanks for your response, disconcerting though it may be.
    I guess I'll have to look at other platforms.

  • Problem with Next Page(P+) button for VF02 during BDC(Call Trans)

    Hi guys,
    I have doing a BDC program that manipulates the pricind condition of a billing documents(VF02). Naturally we all know the process involves ticking the checkbox of the line item and press "Pricing" to enter the screen number 620(Pricing Condition page).
    My problem is that if I try to call the BDC_OKCODE of 'P+' via call transaction in mode 'N', the process doenst run as planned. However, If I use mode 'A', and simulate the process, the BDC appears to work fine.
    My superviosr claims the problem is due to related to the table control of the pricing page. My question is what can be done here?
    Thanks guys and good day.

    Yep, the position to really helped me in a couple of transactions that would have given me a real problem otherwise. 
    I have heard about Srinivas suggested before, I never actually had to use it so I didn't want to tell you to do that if I don't know that it works.  But now we know.
    Good one Srinivas.
    Regards,
    Rich Heilman

  • Unable to open page from buttons within firefox IE whereasothers explorers can

    In the firefox opened page when button for opening new sight within the page is clicked there is no effect and the page does not open wheras in inetrnet explorer same page can be opened please advice. For example in fire fox opened page when submitting information there is no change and the new page does not open.
    == This happened ==
    Every time Firefox opened
    == after updating firefox

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    You have to close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Creating navigation button for an iWeb websites

    I have a website I created using the hosting company's templates. I'd like to create a new website using iWeb. Regarding the basic navigation buttons, there is one button that will say, "Services" that should bring you to the main services page and also give you the option to click on a series of services. In other words, the buttons for the individual servcies should appear when you click on the mains service button. Is this possible and if so how?
    BTW, I have read that there is a new version of iLife coming out soon. Does anyone know when?
    Thanks,
    Bob
    MacBook Mac OS X (10.4.10)

    in your main timeline's first frame add your button and in the properties panel assign an instance name (eg, btn) and use:
    stop();
    btn.addEventListener(MouseEvent.CLICK,f);
    function f(e:Event):void{
    play();

  • HT201398 I'm unable to re-install Whatsapp as the iTune Store keeps appearing the terms and condition, once i click the iTune Store. While on the term T&C page, there's no button for proceed. Cant do anything. Has anyone experienced it ?

    I'm unable to re-install Whatsapp as the iTune Store keeps appearing the terms and condition, once i click the iTune Store. While on the term T&C page, there's no button for proceed. Cant do anything. Has anyone experienced it ?

    Hi umawi,
    I understand that you are trying to reinstall an app from the App Store, but you are unable to accept the new Terms and Conditions for using the App Store. I have a few suggestions for you that may help you resolve this issue. First, I would like to recommend that you restart your iPhone and then see if the issue persists:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/en-us/HT201559
    If the issue is still present, try clearing the Safari History and Website Data, which is explained in the following article:
    Safari web settings on your iPhone, iPad, or iPod touch - Apple Support
    http://support.apple.com/en-us/HT201265
    To clear your history and cookies from Safari in iOS 8, tap Settings > Safari > Clear History and Website Data. In iOS 7 or earlier, tap Clear History and tap Clear Cookies and Data.
    If it is necessary to take the above step and clear Safari information, you may want to restart the phone again before checking to see if the issue is cleared. Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • How can I make a intro page for my website, then after the intro has run make the page automatically change to my we site home screen

    how can I make a intro page for my website, then after the intro has run make the page automatically change to my website's home screen

    You can do this using a meta refresh but the problem is you have to add it to the html file for the page very time you publish changes.
    A better way is to create a splash page and upload it to the server outside of the folder produced by iWeb. Example HERE.
    The meta refresh is added to the head section of the html file...
    <meta http-equiv="refresh" content="32;url=http://www.domain.about.com/Page-Name.html">
    The delay time in seconds is marked in blue and the URL to the redirect page is in red.

  • How To Create On Submit Button For Master_detail Page ?

    I have adf page that is master And detail view.
    i want to have one submit button for master and detail block

    Duplicate of  How To Create On Submit Button For Master_detail Page ?
    Please don'r post your question multiple times.
    Timo

  • Is there a way to change the default action for clicking a "Print" button on a website to open Print Preview instead of the default system printer?

    When I am at a website that contains a button for printing (Gmail, for example), is there a way to change the way that functions, so that when I click "Print", Firefox will open Print Preview instead of taking me to the default system printer?

    You can apply  system-wise "negative" color effect under Settings > General > Accessibility, by toggling the White and Black switch - and, in iCab Mobile (and some other, better browsers / PDF readers), its own "night mode" negative color scheme.
    Otherwise, no, you can't do anything else except for asking third party app authors to add selectable back/froeground (=text) colors to their apps.
    There is an article dedicated to this question: http://www.iphonelife.com/blog/87/do-you-find-your-idevices-screen-be-too-blueis h-or-just-too-harsh-bedtime-reading

  • How do i make a tab active and make it stay that way always. If i put a website in my home page in order for the tabs to open automatically in that same homepage , this setting is not working, every time I open a tab , a white window appears .

    How do i make a tab active and make it stay that way always. If i put a website in my home page in order for the tabs to open automatically in that same homepage , this setting is not working, every time I open a tab , the window appears white .

    By default Firefox opens a blank page for a new Tab, there is no setting to change that action without installing an add-on.
    New Tab Homepage extension: <br />
    https://addons.mozilla.org/en-US/firefox/addon/777

Maybe you are looking for