Per Cederberg wrote:
We'd like to know:

1. Which web browser? Which OS?
  
Sorry about that.     Firefox 3 on Windows XP.


2. Have you got an example to show this? Where is it? Please provide a URL.
  
I'll work on an example.   I was slightly wrong in my original
description: the containing div started out as

div#main-content {
   margin-top: 34px;
}

And the fix consisted of changing it to:

div#main-content {
   position: absolute;
   top: 34px;      width: 100%;
   left :0px;
   overflow: visible;
}


Cheers,

/Per

On Mon, Nov 10, 2008 at 10:43 PM, scipio <[EMAIL PROTECTED]> wrote:
  
I have a div with a top margin of 35px laid out using  fixed
positioning, and when I drop something onto a box it misses by the
size of the div's top margin.   ie, so if I want the drop to work I
have to offset my drop by the size of the top margin.   Seems like the
D&D mechanism is ignoring the containing box's margins.

    



  


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to