Might be a dumb question, but...... I know that I can put an image on a
web page's background, by putting the following code in the style.css page:
Code:
html{
background-color:#EFE6DC;
background-image:url(../images/image1.jpg);
background-position:top center; background-repeat:no-repeat;
}
BUT..... would anyone have any idea how I could put a say... java or jquery image slider or fader in a background?
You don't have to tell the details, but if it is possible, could you please point me in a direction? Thank you.