Changeset 11405
- Timestamp:
- 11/06/07 04:52:35 (10 months ago)
- Files:
-
- 1 modified
-
dojo/trunk/io/iframe.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojo/trunk/io/iframe.js
r11393 r11405 40 40 41 41 with(cframe.style){ 42 // if(!dojo.isSafari){42 if(dojo.isSafari < 3){ 43 43 //We can't change the src in Safari 2.0.3 if absolute position. Bizarro. 44 44 position = "absolute"; 45 //}46 left = top = " 300px";47 height = width = " 300px";48 //visibility = "hidden";45 } 46 left = top = "1px"; 47 height = width = "1px"; 48 visibility = "hidden"; 49 49 } 50 50