Web Analytics Made Easy -
StatCounter Always on top Context Menu Script - CodingForum

Announcement

Collapse
No announcement yet.

Always on top Context Menu Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Always on top Context Menu Script

    Hi,
    Can someone help me with the "Always on top Context Menu Script" that is available at DD? It has the ability to stay in it's place no matter what, even when the page it's on is scrolled up or down, Well I'm trying to get a div that is supposed to do the same thing but it's always on the bottom can someone tell me what I need to do to it in-order for it to work this way? here is the code I'm working with...

    In The Page,
    <div class="ribn">&nbsp; &nbsp; &nbsp; In Remembrance Of<br>&nbsp; &nbsp; &nbsp; September 11, 2001&nbsp;</div>

    In The CSS File,
    div.ribn
    {
    border:#ff0000 1px solid;position:absolute;left:1px;bottom:1px;background-color:#ffffff;width:138px;height:32px;color:#000000;font-size:11px;text-align:center;vertical-align:middle;background-image: url('images/ribbon.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-position: left bottom;
    }

    Any Help Would Be Much Appieciated.
    Thanks,
    Larry
    "No Page To Show, Just Likes To Code."

  • #2
    hi,
    great idea. why not try a script just what you described:
    Site Logo Script- Click here for a DHTML script that creates a static logo image, positioned in the lower right corner of the browser.

    Comment


    • #3
      Hey,
      thanks for the reply. I'm trying to incorporate it right now but I was hoping for something non-js and pro-css. Any thoughts on this?

      Thanks Again,
      Larry
      "No Page To Show, Just Likes To Code."

      Comment


      • #4
        ok I figured out how to get it to work and it works just fine. Thatnk Very Much for The Pointer.

        Larry
        "No Page To Show, Just Likes To Code."

        Comment

        Working...
        X