How do I add a donation paypal link on my website?

How do i add a home link to my website *details inside* ? . . . Dnt worry its not that easy !?

  • So say that i made a combo website . . . Yahoo answers and youtube and twitter . . . I got pre made script 4 each . . . How can i link them together ? Is there such a panel script ? Like that floating things that appear 4m the sides of the screen by passing the mouse ? Any help , link or even keywords to search for :-) ?

  • Answer:

    1. Did you try frames? 2. Have one primary panel (div will do) for links and on hover of that link, execute the javascript method that will populate the corresponding html (pull using DOM/Ajax) into another panel. 3. Have one primary panel (again div will do) for links and one panel each for other websites. On load, keep their visibility=false, then on hover, make its visibility to true and others' visibility = false. I am assuming you are using plain HTML & Javascript. If you have a programming language, things should be a little better.

MOSTAFA SAAD at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

<a href="myyahoosite.com">My Yahoo Site</a> <a href="myyoutubesite.com">My Youtube Site</a> <a href="mytwittersite.com">My Twitter Site</a>

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.