Results 1 to 4 of 4

Thread: Sticky Note Script Position

  1. #1
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Sticky Note Script Position

    1) Script Title: Sticky Note Script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...stickynote.htm

    3) Describe problem: Cannot get Position of Note right. I want it to be over where the Metrologic and ATT logo are but it is at the bottom or when you scroll you can't see it. Tried various settings.

    http://www.attinc.com/sale-stickynote.js
    http://www.attinc.com/index-sale2008.htm

    Thank you!

    Frieda

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    I don't see the style sheet that should be applied to #fadeinbox on your page:

    Code:
    <style type="text/css">
    
    #fadeinbox{
    position:absolute;
    width: 300px;
    left: 0;
    top: -400px;
    border: 2px solid black;
    background-color: lightyellow;
    padding: 4px;
    z-index: 100;
    visibility:hidden;
    }
    
    </style>

  3. #3
    Join Date
    May 2005
    Posts
    42
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry!

    http://www.attinc.com/metrology-style.css


    When I preview, the position looks ok - but when uploaded it is in the lower left of page.

  4. #4
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    That .css file doesn't contain the required CSS rules targeting #fadeinbox I cited above either actually.

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
  •