jQuery draggable div disappears in IE and Firefox?

smithee

New Member
Messages
45
Reaction score
2
Points
0
Hi all,

I am wanting to create a portfolio that looks as if it's in a Windows application (I'm a C++ programmer, you see). The majority of the content will be placed inside that "window". I also want to make that window draggable when the user clicks and holds the top. This has been scripted using jQuery, and works fine in Google Chrome. However the entire box disappears in IE and Firefox, and I'm not sure why. Can someone find the cause and perhaps a solution to this please?

The location of the site is http://csmith.x10hosting.com/portfolio/index.php

Thank you :)
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Try changing the "containment" setting to "document" rather than "body"
 

smithee

New Member
Messages
45
Reaction score
2
Points
0
Awesome, that's worked like a charm... completely overlooked that! Thanks!
 
Top