[ create a new paste ] login | about

Link: http://codepad.org/anXipkgq    [ raw code | fork ]

Plain Text, pasted on May 17:
<html>

<head>

</head>

<body>


/// هذا كود الصفحة الخاصة بك


<script>

    function adjust_height(){
        var min_h = ($(window).height() - 130);
        if(min_h < 100){min_h = 100;}
        $("#main-container").css("min-height",min_h+"px");
    }

    $(document).ready(function(){ 
        adjust_height();
    });  

</script>

</body>
</html>


Create a new paste based on this one


Comments: