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

    Netscape CSS mess

    Hi, I'm coding my new site, which of course works fine in IE, but Netscape 7 hoses it. Below are the relevant styles. I put a border on every div so the problem is easier to troubleshoot. The issue is that divs are overlapping and the #footer div is not sitting at the bottom of #frame...
  2. 4midori

    Validate for numbers and "-" only (phone numbers)

    Hi, I know this is simple, but I haven't found a script that will work. I need a script that will allow online 01234567890 and the "-" character in a form field. It should be dynamic so I can pass in the form name and the field name. I will use it either with...
  3. 4midori

    CSS works in IE 5+, crashes in Netscape 7--help!

    Hi, I've created a very simple design, much like others I have done before, and it works perfectly in IE 5+, but not Netscape 7. Could someone look at www.widerm.org, and the attendant style sheet www.widerm.org/widerm_style.css and let me know what's funky. Thanks, Ben
  4. 4midori

    problem making values dynamic in phone number auto-parse script

    I have a script that validates phone numbers, adding - where needed and auto-advancing after each dash. It works fine, but I need to make the last line dynamic. function autoPhoneNum(theform,thefield) { num = eval("window.document."+theform+"."+thefield+".value")...

Part and Inventory Search

Back
Top