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

    Table borders between rows only

    How can I create a table that only has a border on the inside in between rows? I've tried doing: .CSS file: body { margin-top:0; } a { text-decoration:none; } a:hover { text-decoration:underline; } h1 { } .class1 a { display:block; background-color:#EEEEEE; color:#336666; } .class1...
  2. chowki

    Urgent! Pausing a function using a timer

    I have a function that executes on every second. I wish to add an if statment that if it is true then it will do nothing for the next 5 seconds. How can I do this? public void MyFunction() if (statement is true) { do not run through function for 5 seconds }

Part and Inventory Search

Back
Top