Hello together,
i lost some colors and an image. When you look to the website at www.altijdzon.nl , at the left side next to the text part it is dark gray at this moment. Before this was very light. At this moment its the same as the background. When you click for example on INFORMATION in the top you see the same, but also under the textpart.
WHAT DO I MISS???
And i miss something more. Just under the logo and the horizontal menu was a very nice picturetotally from the left to the right. This is gone too.
Can somebody help me???
I lost some stuff !!!
Re: I lost some stuff !!!
the header bg image is not there, because the image specified in css is not in the server: http://www.altijdzon.nl/images/header.jpg
the background is not there for the same reason... looks like you have the images dir missing. http://www.altijdzon.nl/images/
the background is not there for the same reason... looks like you have the images dir missing. http://www.altijdzon.nl/images/
Last edited by pishkus on Sun May 06, 2007 9:15 am, edited 1 time in total.
Re: I lost some stuff !!!
The reason for the left area to be grey is that you defined both outer and content, where the content is smaller than the outer, and floats on the right.
In the information page you have container "div#menu_vert" available as well, but that one isn't present at the main page.
You could use this logic if you want to define the left area of "outer" for images/news or other stuff. Now you didn't define anything for this area, so it gets the color of the underlying container.
I think you have different templates for the different content-pages, or the home-page is not having multiple level menu's as it shows under information. For the images, if you link to images/header.jpg, you should put "uploads" in front of the calling, as all uploaded files, will end up under "uploads" in specific folders. From the root of CMSMS is "uploads/images/header.jpg" the correct calling.
Ronny
Code: Select all
#outer {
clear : both;
min-height : 300px;
width : 800px;
}
#content {
background : #fff;
float : right;
font-size : 0.85em;
margin : 0;
padding : 0;
width : 620px;
}
You could use this logic if you want to define the left area of "outer" for images/news or other stuff. Now you didn't define anything for this area, so it gets the color of the underlying container.
I think you have different templates for the different content-pages, or the home-page is not having multiple level menu's as it shows under information. For the images, if you link to images/header.jpg, you should put "uploads" in front of the calling, as all uploaded files, will end up under "uploads" in specific folders. From the root of CMSMS is "uploads/images/header.jpg" the correct calling.
Ronny
Last edited by RonnyK on Sun May 06, 2007 1:11 pm, edited 1 time in total.
Re: I lost some stuff !!!
Hello Ronny.
are you able to fix this. My knowledge does not go so far?
are you able to fix this. My knowledge does not go so far?
Re: I lost some stuff !!!
Ton,
if you send me the templates, and stylesheets, I'll try to create a working version. Can you then also send an image of how it should look.
Ronny
if you send me the templates, and stylesheets, I'll try to create a working version. Can you then also send an image of how it should look.
Ronny