jquery background image fade
- by Nick
I am using jQuery to load ina background image that fills the page width / height. I have the following in the Head:
$(document).ready(function() {
$('body').css({
'background-image' : 'url({HTML_BASE}images/backgrounds/randoms/{BACK_IMG})',
'background-repeat' : 'no-repeat',
'background-position' : 'center top',
…