Difference between revisions of "Team:CPU CHINA/Parts"

Line 128: Line 128:
  
 
<script>
 
<script>
window.onload=function(){
+
 
$(".parts-img img").css("height",$(document).height()+500+"px !important");
+
$(".parts-img img").show();
+
}
+
$(document).ready(function(){
+
$(".parts-img img").css("height",$(window).height()+"px");
+
$(".parts-img").css("height",$(window).height()+"px");
+
})
+
  
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 15:08, 17 October 2018