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

    try/catch in IE4/NS4

    Although IE4/NS4 don't support try/catch functionality, they do have those names as reserved keywords. Clearly they were planning to support it. If you have a block of JS with try/catch anywhere within it, even if the code isn't executed by IE4/NS4 due to logic/sniffing, it still causes a...
  2. dd4005

    padding only works properly in IE

    Hi, I have a DIV layer and in the style properties I set this: "position:absolute;width:600px;height:400px;padding:100px 0px 0px 200px;" That means everything inside the DIV should be 100pixels down from the top and 200pixels in from the left. In IE the width/height of the DIV is 600/400 as...

Part and Inventory Search

Back
Top