Changeset 7874
- Timestamp:
- Nov 25, 2010, 5:30:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/js/Affiche_script.js
r7873 r7874 195 195 */ 196 196 //========================================================= 197 old_window ={width:0,height:0};197 old_window = { width: 0, height: 0 }; 198 198 199 199 jQuery.fn.extend({ … … 702 702 jQuery("#standard").css("top", 0 + "px"); 703 703 jQuery("#comments").css("top", 0 + "px"); 704 704 705 705 706 706 jQuery(Cadre).width(Zone_Affichage.width); … … 899 899 900 900 // jQuery("#Debug3").css({ top: info_Cadre.top + "px", height: info_Cadre.height + "px" }); //blue 901 jQuery("#Debug5").css({ left: info_frame.left + "px", width: info_frame.width + "px", height: info_frame.height + "px" }); //red 901 jQuery("#Debug5").css({ background: "transparent", 902 border:"red solid 2px", 903 top: info_frame.top + "px", 904 left: info_frame.left + "px", 905 width: info_frame.width + "px", 906 height: info_frame.height + "px" 907 }); //red 902 908 jQuery("#Debug4").css({ top: info_frame.bottom - info_description.height + "px" }); //green 903 909 }
Note: See TracChangeset
for help on using the changeset viewer.