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 gkittelson 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. fredes65

    different browser different position!!!

    Hi Been using offsetLeft & offsetTop but realise I get different results in Netscape 6.1 and 6.2. 6.2 is closer to ie results yet 6.1 is slightly higher. why why why as I bang my head against the table! cheers fredes
  2. fredes65

    object position wont work with netscape, need help!

    thanks, the way my code works with ns6 does not produce the same results as IE. the positions found are way off scale! could you explain why this is so? cheers fred
  3. fredes65

    object position wont work with netscape, need help!

    I have this neet code that I got from some helpful people on the list which gets the absolute position of a relatively positioned object including its parent objects. The problem is that it works great on ie but not at all in Netscape. Anyone know why? Please help!! heres the code: function...
  4. fredes65

    netscape and the <TD onclick

    Im using the onclick on the td because of the way I want the mouseovers to work (text changes colour and td changes background colour. This doesnt work in netscape. does anyone know a solution to this problem? cheers fred
  5. fredes65

    get the width of an auto ID

    I have a DIV style thats width is set to auto. Can I get the width of the div through javascript? Ive tried everything I know cheers fred
  6. fredes65

    hide select when dhtml menu overrides

    thanks, do you have any examples of how you would do the test. cheers fred
  7. fredes65

    hide select when dhtml menu overrides

    Hi, Im trying to find out how to get the select elements on my page to hide only when the dhtml menu div clips it meaning I dont want it to hide if the div is not going over the select element. Any clues? Ive seen the microsoft solution but I dont understand how it works???? cheers fred
  8. fredes65

    how to get coordinates of an html element

    Hi all Just like to know if there is a way to get the coordinates of a <td>. so I can populate my popup windows without using absolute positioning? Cheers Fred
  9. fredes65

    probems getting the id from a anchor

    Im trying to intergrate a user defined function that gets the xy positions of an anchor into a dhtml menu script. the probem is that it doesnt seem to regognise either the id of the anchor or maybe doesnt load the function script. Im not sure! here is a simpified version of what Im trying to do...

Part and Inventory Search

Back
Top