hello!
i would like to change the static picture in the header with a jquery innerfade of 3-4 pictures. you can see an example here:
Click (see "a list with images and liks")
the header.php of my template has following div:
<div id="mainpic"></div>
the css has the following correpondence:
/* main image */
#mainpic {position: absolute; bottom: 0; float: left; background: url(images/mainpic01.jpg) no-repeat; display: block; width: 736px; height: 229px; margin: 0 7px; border-top: 3px solid #67939B; border-bottom: 3px solid #67939B;}
i tried a lot but had no success... how can i achieve this? does someone have an idea?
kind regards