
|
If you were logged in you would be able to see more operations.
|
|
|
| Severity: |
Minor
|
| Fixed in Change#: |
4,487
|
| Runtime: |
N/A
|
| Fix in hand: |
False
|
|
From ptw:
Ah, clip only applies to absolutely positioned elements. Max, should the canvas div have the clip rather than the container div?
This will fix all sorts of problems, including iframe scrolling in IE and lzpix showing the tools to the right when the window is resized.
|
|
Description
|
From ptw:
Ah, clip only applies to absolutely positioned elements. Max, should the canvas div have the clip rather than the container div?
This will fix all sorts of problems, including iframe scrolling in IE and lzpix showing the tools to the right when the window is resized. |
Show » |
|
<div id="foo" style="position: absolute;">
<script type="text/javascript">
Lz.dhtmlEmbed({url: '/legals/my-apps/uhoh.lzx?lzt=html&debug=true&lzr=dhtml&debug=true', bgcolor: '#ffffff', width: '900', height: '2500', id: 'lzapp', appenddivid: 'foo'});
</script>