Displaying 1 result from an estimated 1 matches for "scrollcontain".
Did you mean:
scrollcontainer
2006 Jul 10
0
draggables in IE visible outside div with overflow=hidden
...cause the images have position=relative style applied
by prototypes makepositioned function, but am unsure how to work around
this. Below is the sample html I''m using (the img''s postion relative is
there as the draggable code generates that for the element):
<style>
#scrollcontainer{
width:200px;
height:100px;
border:1px solid #666666;
overflow:auto;
}
img{
float:left;
width:60px;
}
#inner{
width:890px;
border:1px solid red;
}
</style>
<div id="scrollcontainer" >...