Hey guys,
I'm looking to enhance my website by having scrolling pictures which fade in and out through a series of say 4 or 5 pictures. Here is the website as it stands:
http://www.burstwickcountrygolf.co.uk/
Now this website is maintained and improved by myself, but done using a web contained management system. 90% of things I do are using a WYSIWYG editor in this system but there is the odd thing when I have to edit the CSS file or input a bit of HTML here and there.
I have basically learned how to do this by trial and error, looking at source code from other sites but I am barely competent! Here is the current CSS code for the header:
#header {
position: relative;
width: 1024px;
height: 300px;
display: block;
margin: 0 0px;
top: 0px;
z-index: 2;
background: url(/resources/25980/assets/images/Backgroundbanner3.jpg) repeat-x;
}
What java code would I need to put in to get the picture scrolling? Is it that simple?
Cheers!
I'm looking to enhance my website by having scrolling pictures which fade in and out through a series of say 4 or 5 pictures. Here is the website as it stands:
http://www.burstwickcountrygolf.co.uk/
Now this website is maintained and improved by myself, but done using a web contained management system. 90% of things I do are using a WYSIWYG editor in this system but there is the odd thing when I have to edit the CSS file or input a bit of HTML here and there.
I have basically learned how to do this by trial and error, looking at source code from other sites but I am barely competent! Here is the current CSS code for the header:
#header {
position: relative;
width: 1024px;
height: 300px;
display: block;
margin: 0 0px;
top: 0px;
z-index: 2;
background: url(/resources/25980/assets/images/Backgroundbanner3.jpg) repeat-x;
}
What java code would I need to put in to get the picture scrolling? Is it that simple?
Cheers!
Last edited: