New to CMSM, BG image question & Java Script
Posted: Thu Jun 07, 2007 1:56 am
I have recently installed CMSMS and have started to create a template using my html page I made on my computer. I am having trouble with a few things.
1. I cannot get my background image to show. In the Css stylesheet it is listed at
body{
background-image: url(mainimages/bg2.gif);
background-repeat: repeat-x;
}
I have tried using ' ' around the directory and image, I have tried not using the mainimages/ part .. in short nothing seems to work.
The image is uploaded into the folder i created called /mainimages/
2. I have some Java script on my original
image1 = new Image();
image1.src = "beeover.jpg";
and
That I am not sure how to make work...
Can someone help me out ? I find it impossible to find the answers Im looking for with a Google search.
1. I cannot get my background image to show. In the Css stylesheet it is listed at
body{
background-image: url(mainimages/bg2.gif);
background-repeat: repeat-x;
}
I have tried using ' ' around the directory and image, I have tried not using the mainimages/ part .. in short nothing seems to work.
The image is uploaded into the folder i created called /mainimages/
2. I have some Java script on my original
image1 = new Image();
image1.src = "beeover.jpg";
and
That I am not sure how to make work...
Can someone help me out ? I find it impossible to find the answers Im looking for with a Google search.