renevanderlende / dyndiv

Automatically exported from code.google.com/p/dyndiv
0 stars 0 forks source link

IE 6 Drag-Problem #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?
1. use it with IE 6
2.
3.

>What is the expected output? What do you see instead?

The movable Div, should to be moved while holding down the left mouse. But 
in IE 6 you can drag the div only when you click on the border. Inside the 
div, the div can't be moved.

>What version of the product are you using? On what operating system?

Version 1.0 RC1
Windows XP

>Please provide any additional information below.

Original issue reported on code.google.com by shuko...@gmail.com on 24 Nov 2009 at 9:12

GoogleCodeExporter commented 9 years ago
I've found the solution:

add this to style-property of testdiv_1:

background-image:url(spacer.jpg);background-repeat:no-repeat;

spacer.jpg is a 1x1pixel image.

Original comment by shuko...@gmail.com on 2 Dec 2009 at 2:34

GoogleCodeExporter commented 9 years ago
Hi Shukow,
thanks for the Info how to fix this.

Original comment by Markus.B...@googlemail.com on 8 Jul 2010 at 7:35