Hello,
I have such code:
<div style="width: 600px !important; height: 600px;
background-image: url(http://foo);" id="powierzchnia">
<div id="postac" style="width: 116px; height: 291px;"><img
src="http://foo.png" alt="obraz" style="width: 116px; height: 291px;" /
></div>
</div>
<script type="text/javascript">
$(document).ready( function(){
$("#postac").draggable({ containment: '#powierzchnia'
});
} );
</script>
and it works under Firefox, even IE, but not under Safari. Under
Safari, "#postac" only moves vertically. Any hints?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" 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/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---