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 Chriss Miller 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: Uttridge
  • Content: Threads
  • Order by date
  1. Uttridge

    finding out CSS positioning with JavaScript

    Hi! so using JavaScript I can position an element on the screen document.getElementById("item1").style.left = 100 and if I want to get the location of item1 then that's easy, item1location = document.getElementById("item1").style.left but how about if I want to position something on...

Part and Inventory Search

Back
Top