Page 1 of 1

I lost some stuff !!!

Posted: Sun May 06, 2007 5:49 am
by Ton Altijd Zon
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???

Re: I lost some stuff !!!

Posted: Sun May 06, 2007 9:11 am
by pishkus
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/

Re: I lost some stuff !!!

Posted: Sun May 06, 2007 12:51 pm
by RonnyK
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.

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;

}

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

Re: I lost some stuff !!!

Posted: Sun May 06, 2007 10:01 pm
by Ton Altijd Zon
Hello Ronny.

are you able to fix this. My knowledge does not go so far?

Re: I lost some stuff !!!

Posted: Mon May 07, 2007 9:19 am
by RonnyK
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