That plugin is based on using the filter property for IE6, in which it
doesn't work as a repeating background. So it should be "no-repeat"
instead of "repeat-y"
#content
background:transparent url(images/mttcarpentry_content_background.png)
no-repeat scroll 0%;
}
so maybe find another alternativ
How do I cache a particular page that has been loaded via Ajax GET
request. I want it to stop the GET request after it has been loaded
and simply show data onclick. I set the cache setting to 'true' and it
still calls the request. What am I doing wrong?
My Link
$(document).ready(function() {
2 matches
Mail list logo