Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Tooltip Possitioning problems

Tooltip Possitioning problems

Scheduled Pinned Locked Moved ASP.NET
helpcssquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Docarctiss
    wrote on last edited by
    #1

    Hello peeps I have a problem setting my tooltip spacing on my page, i am using this to get the spacing. function ShowDivBox(sendingTD, innerMessage) { newdiv = document.createElement('div'); newdiv.style.position = "absolute"; newdiv.style.top = 273 + sendingTD.parentNode.parentNode.parentNode.parentNode.parentNode.offsetTop + 20; newdiv.style.left = sendingTD.parentNode.parentNode.parentNode.parentNode.offsetLeft + 25; newdiv.style.zIndex = "5000"; newdiv.style.paddingLeft = "10px"; newdiv.style.paddingTop = "10px"; newdiv.innerHTML = innerMessage; newdiv.id = "divAddWord"; sendingTD.appendChild(newdiv); } function RemoveAddWord(sendingTD) { if (newdiv) { var id = newdiv.id; var oldDiv = document.getElementById(id); if (oldDiv) sendingTD.removeChild(oldDiv); } } but the problem is when i scroll down in the grid view the grid height makes the tooltip display out of site on the bottom of the page, then more i scroll down on the scroll bar the further down it goes is there anyone who could help me with the correct syntax to subtract the scroll height of my code?

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups