I'm not sure why, but my inner divs arent inheriting the background colour of my wrapper divs
The basic design of the site is
Code:
<body>
<div class="centerbody"> // my wrapper div
/// rest of site
</div>
</body>
I have css for the body and for the wrapper:
Code:
body {
background:none...
I'm trying to get lazy scrolling working in IE
There are jQuery libraries for this (but its fairly simple, extra libraries aren't needed)
What I want to do, is add to the inner when the vertical scroll bar gets to about 75% from the top. The method I use is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.