Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: plectrum
  • Content: Threads
  • Order by date
  1. plectrum

    tabs using javascript and CSS

    I have enclosed an html page that have two tabs, the user can swap two contents in the divs. Both divs have "overflow:auto" in style. In IE6, when I tab two divs back and forth, the div with long content disappeared from the view. It will appear again if I resize the browser window. This doesn't...
  2. plectrum

    How to disable toggle buttons until the page is fully loaded?

    Hi, I have a cgi to generate a html page which contains three tables in three <div>'s in place, and there're three buttons on the top of the page so that users can toggle among these three div's. Since the first table is small and other two are huge and take time to load, but the toggle buttons...
  3. plectrum

    highlight chosen table cells

    Hi, Please help. What I want to do is: I have a big table, each cell has a different number in it, and I have a separate number selector, when I select, say, "100", all the cells with the number > 100 will be highlighted with different color. Is there an easy way to do this without re-drawing...
  4. plectrum

    dynamic directed/undirected graph lib for javascript?

    Hi, Is there any open source JavaScript graph libraries around? I've been searching around, seems only Java lib is available. Thx
  5. plectrum

    change the cursor style in an input text box?

    Hi, Is it possible to change the cursor style in an input text field from thin vertical line into solid blinking block? Does CSS support this style? Thx,
  6. plectrum

    target an IFRAME inside a DIV in a regular frame from other frames?

    Hi, I try access an iframe(name=iFrameName)inside a DIV in frame_A from frame_B. In frame_B, I have <body onLoad="parent.frame_A.document.iFrameName.location.href='newpage.htm';"> , but it doesn't work. Please help, thanks in advance. plectrum
  7. plectrum

    select range of table cells

    Hi, What I am trying to do here is to select number of cells in a table row then do something else on a click. The enclosed code is what's doing. From UI point of view, onmousedown is a better choice to select the cells instead of using mouseover, but the mousedown doesn't work in this code...

Part and Inventory Search

Back
Top