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.
Docarctiss
Posts
-
HELP !!! Radio button font size change -
Header Moves on onmouseover event how do i stop this ??No suggestions at all ? Not even a shot in the dark ?
-
Header Moves on onmouseover event how do i stop this ??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.
-
Tooltip Possitioning problemsHello 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?
-
Tooltip on gridview, how to ?Yes i am busy doing that now, i am just struggling to link the javascript side to the css side,
-
Tooltip on gridview, how to ?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