@ -22,7 +22,7 @@
</head>
<body onload='OnLoadIndex();'>
<div class='own-container'>
<img class='own-indexBackgroundImage' src='imatges/mainBackground.jpg' />
<img id='backgroundImage' class='own-indexBackgroundImage' src='imatges/mainBackground.jpg' />
<div class='own-lang own-whiteText'>
<a href="#">CAT</a>
<a href='#'>CAST</a>
@ -15,6 +15,15 @@ function OnLoadDefault(){
function OnLoadIndex(){
OnLoadDefault();
var numImg=0;
setInterval(function(){
document.getElementById("backgroundImage").src="imatges/background/background"+numImg+".jpg";
numImg++;
if(numImg>9)
{
numImg=0;
}
}, 5000);
function OnLoadNosaltres(){
@ -35,6 +35,7 @@ a:active {
position: fixed;
left: 0px;
top: 0px;
@ -46,6 +47,7 @@ a:active {
.own-langIndex{