I have been on a quest to find a simple background slideshow that fades images for the body of my website.
Despite trying multiple Javascript options and CSS solutions, I have had no success.
Someone suggested creating a DIV for the background, but I am concerned it will disrupt the layout of my site since it would be placed at the beginning of the BODY tag.
With knowledge of HTML and CSS, all I want is for my body background to cycle through images with a fading effect, similar to what I have seen on many other websites.
How can I achieve this effect for my body without compromising the structure of my site by adding an unnecessary div?