Horje
scroll down style Code Example
scroll down style
    <script type="text/javascript">
$window.scrollTop(function(){ 

var a = 112;
var pos = $window.scrollTop();
if(pos > a) {
    $("menu").css({
                position: 'fixed'
            });
}
else {
    $("menu").css({
                position: 'absolute',
                top:'600px'
            });
}
});
</script>




Css

Related
CSS or locator Code Example CSS or locator Code Example
checkbox before stretching with css Code Example checkbox before stretching with css Code Example
false Code Example false Code Example
css space between buttons Code Example css space between buttons Code Example
how to fix the html on tablet movement Code Example how to fix the html on tablet movement Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11