7 lines
704 B
HTML
7 lines
704 B
HTML
|
<style type="text/css">body#index #columns { background: url("//www.bebeboutik.com/themes/site/img/columns.jpg?v=18") no-repeat fixed center 0px #f3f3f3;}</style><a id="skin-left" href=""></a><a id="skin-right" href=""></a>
|
||
|
<script type="text/javascript">
|
||
|
<!--
|
||
|
$(document).ready(function() { var scrolling = $("#skin-left, #skin-right"); var pos = scrolling.position(); var size = scrolling.height() + 80; var max_size = $(document).height() - $("#footer").height() - 45; $(window).scroll(function(event) { offset = parseFloat(scrolling.css("marginTop").replace("px", "")); scrolling.css({ "marginTop": Math.min($(document).scrollTop(), max_size) + "px" }); }); });
|
||
|
-->
|
||
|
</script>
|
||
|
|