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 Mike Lewis 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: *

  1. vega15

    Reload a html page with correct scroll-position

    Try history.go(0) (worked for me) Good Luck!
  2. vega15

    Changing border style in SELECT boxes

    yes, you can make it work. Actually, it works for both IE and Netscape (my versions are 5.0 and 4.7). Here is how: #yourStyle {border-left: border-left: 1pt solid #000000;} <select name=&quot;whatever&quot; id=&quot;yourStyle&quot;> <option>Select</option> </select> Good Luck!
  3. vega15

    Javascript Delay Question

    Try setTimeout(code, delay) code - code to be executed delay - time in milliseconds before code is executed like following: <HTML> <head> <title>Earth Quake</title> <script language=&quot;JavaScript&quot;> function earthquake() { for (i=30;i>=10;i--) { window.moveBy(10,10)...
  4. vega15

    netscape keeps loosing scrollbars

    Hi, everyone. Here is a problem I have and I'm wondering if anyone has a solution for it. I laid out most of the components on my page using css positioning. That includes 3 tables positioned side by side and 2 additional tables set as children of the first table so they always appear at the...

Part and Inventory Search

Back
Top