HighDots Forums  

div based dhtml zoom box will not draw!!!

alt.html.dhtml alt.html.dhtml


Discuss div based dhtml zoom box will not draw!!! in the alt.html.dhtml forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
jzs
 
Posts: n/a

Default div based dhtml zoom box will not draw!!! - 11-03-2006 , 01:48 PM






dhtml gurus!
i want to click and drag a div based dhtml zoom box on an image. i can
get it to draw when the drag is from left-top to right-bottom but not
when it's from right-bottom to left-top.

// this is for the drag from left-top to right-bottom. works like a
breeze
element.style.width = event.x - element.style.pixelLeft
....similar for height

// this is for the drag from right-bottom to left-top. doesn't work
element.style.width = element.style.pixelRight -event.x
....similar for height

help me here!
jzs


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.