Results 1 to 2 of 2

Thread: Sticky Tooltip script y position

  1. #1
    Join Date
    Feb 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Sticky Tooltip script y position

    1) Script Title:

    Sticky Tooltip script

    2) Script URL (on DD):

    http://www.dynamicdrive.com/dynamici...ckytooltip.htm

    3) Describe problem:

    Anybody knows how to put the stickynotice on the top of the stickynote?
    (sorry for my english). Thank you

  2. #2
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    Code:
    <!--HTML for the tooltips-->
    <div id="mystickytooltip" class="stickytooltip">
    <div class="stickystatus"></div>
     <div style="padding:5px">
    
    <div id="sticky1" class="atip" style="width:200px">
    Thailand boasts some of the most popular and luxurious resorts in Asia.<br />
    <img src="http://img121.imageshack.us/img121/746/thailand.jpg" />
    </div>
    
    <div id="sticky2" class="atip"  style="width:262px">
    BC is the westernmost of Canada's provinces and is famed for its natural beauty.<b><a href="http://en.wikipedia.org/wiki/Vancouver">Vancouver</a></b> is BC's largest city.
    <br /><img src="http://img686.imageshack.us/img686/7383/vancouver.jpg" />
    </div>
    
    <div id="sticky3" class="atip">
    <img src="http://img339.imageshack.us/img339/2488/redleaveslarge.jpg" />
    </div>
    
    </div>
    
    </div>
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •