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
D

Docarctiss

@Docarctiss
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HELP !!! Radio button font size change
    D Docarctiss

    I am trying to change the font size on a radio button !! i add data to the radiobutton threw a sql query. So the items are databound. But if i set the font size it stay by default 12, How will i be able to change the font size after the data has been bound to the Radio button ? Thank you ....... i hope.

    ASP.NET database help question

  • Header Moves on onmouseover event how do i stop this ??
    D Docarctiss

    No suggestions at all ? Not even a shot in the dark ?

    ASP.NET question database help

  • Header Moves on onmouseover event how do i stop this ??
    D Docarctiss

    Hello Everyone, I have a problem ... I created a tooltip which is trigger by a onmouseover event, i put a scrollbar in the <.div> for the table the header only moves once i scroll down and then move over the tooltip area. how can i stop this from happening ? Thank you for the support.

    ASP.NET question database help

  • Tooltip Possitioning problems
    D Docarctiss

    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?

    ASP.NET help css question

  • Tooltip on gridview, how to ?
    D Docarctiss

    Yes i am busy doing that now, i am just struggling to link the javascript side to the css side,

    ASP.NET database help tutorial question

  • Tooltip on gridview, how to ?
    D Docarctiss

    Hello, I am new to programming, i am trying to create a Tooltip on a Gridview column. I did convert the column to a template field and the items in the column are labels. I populate the Gridview with SQL sever. I would like to create a Tooltip that would display more detail on the column item but i have no idea where to start, if someone could help me threw this it will be highly appreciated. Thanks for the ..... help :-O

    ASP.NET database help tutorial question
  • Login

  • Don't have an account? Register

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