I believe the problem may be around here,
<div id="sticker-1" title="1" class="sticker_cactus" style='positon:
absolute; left: 54px; top: 190px; z-index: 317; '
first thing, there should be doublequotes around the style attribute. Whilst
there is a typo for position (positon), which probably means the css isn't
registered by the browser.
I would suggest you get firebug aswell to be able to inspect dom elements
individually, this will allow you check the elements style attributes, and
makes debugging a lot easier.
Hope that helps
Mr P.
On 27/07/07, Gareth Evans <[EMAIL PROTECTED]> wrote:
>
> The draggable is probably setting position:absolute on one of the elements
>
> On 7/27/07, Simon <[EMAIL PROTECTED]> wrote:
> >
> >
> > Oops, forgot to mention. The actual javascript code which you'd find
> > for the DIV if you went in view->source would be:
> >
> > [code]
> > <script type="text/javascript"
> > language="javascript"
> > charset="utf-8">
> > // <![CDATA[
> >
> > new Draggable('sticker-1',
> > {
> >
> > scroll:window,
> >
> > revert:isNotWithinPlayground,
> > zIndex:317
> > }
> > );
> > // ]]>
> >
> > </script>
> > [/code]
> >
> >
> > > >
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---