Displaying 1 result from an estimated 1 matches for "890px".
Did you mean:
890fx
2006 Jul 10
0
draggables in IE visible outside div with overflow=hidden
...lative 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" >
<table border="1" width="700px" >
<tbody>
<tr>
<td >
<div id="inner">...