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. NickHowell

    Get DIV's true size

    Here's my problem, I have a program where a user can enter text into a <DIV> using the div's .innerText through a textbox. This div uses absolute positioning and is given XYWH dimensions when it is loaded. I need to know the true width/height of the div but the problem is the .style.(dimension)...
  2. NickHowell

    Image drag disable?

    Thanks, but that is no help to me at all. I tried disabling the said methods in the Microsoft example but it didn't work. And I tried putting it in a div but that didn't work either. So why does this example work: http://www.nos.noaa.gov/advtech/javascript/drag-n-drop/dragdrop_example.html
  3. NickHowell

    Image drag disable?

    Yeah, I've considered that before but that means I will have to completely change my code because then I'd have to resize the picture inside the div and the other objects don't have that. Oh well! I guess everything's gotta change sooner or later. Thanks!
  4. NickHowell

    Image drag disable?

    OK, here's my problem. I'm doing the stand dynamic web page where you can click and drag objects around on the web page using absolute positioning. I can do this fine with DIV's but when I attempt to apply the same technique to IMG's I have a problem. In IE6, when you click and drag on an image...

Part and Inventory Search

Back
Top