Page 1 of 1

Americanhorsepower

Posted: Tue Mar 13, 2007 2:24 pm
by Marcel
I, am working on a site that uses the multi-language, i'am using the standard version off CMS and make it multilanguage with the tree option a read on this forum..

I,am verry content with this solutions..


Tips are welcome and also any advise

www.stukjeinternet.nl/American

Re: Americanhorsepower

Posted: Tue Mar 13, 2007 3:04 pm
by RonnyK
Looks nice,

Some small remarks, Englisch -> English. In your footer you have two words combined "2007American". Adress -> Address

If you choose "Mustang te koop" and select the "1967", your menu and picture shifts left. The menu touches the main. The styling is then changed. Until you select the "1967" the "Mustang te koop" is show as H-something. After pressing the photo, it gets a ">" in front of the menu.

Ronny

Re: Americanhorsepower

Posted: Fri Mar 16, 2007 2:58 pm
by Marcel
Thanks Ronny for your reply, i change the most things,  but i dont understand what you mean with "The menu touches the main"

Re: Americanhorsepower

Posted: Fri Mar 16, 2007 3:12 pm
by RonnyK
Two images, 01.jpg is when entering the site, 02.jpg is after pressing "Mustang te koop", "Mustang 1967 Coupe", which points to a page called "Mustang 1965".

Ronny

P.S. I now see that all content shifts left, causing the menu to touch the main-box. Also the content in the content-area goes left.

[gelöscht durch Administrator]

Re: Americanhorsepower

Posted: Mon Mar 19, 2007 4:07 pm
by TweeMeterPeter
Very very nice and clean.
Good job.

I really like the css popup image viewer thingie. I know it's not that special anymore but i've nerver used it. Could you tell me how you intregrated it in cmsms or do you know any good tutorals on this?
Thanks and keep up the good work!

Re: Americanhorsepower

Posted: Mon Mar 19, 2007 6:42 pm
by RonnyK
TweeMeterPeter,

if you choose greybox or lightbox as your template for Album, this is the behaviour. You should only make sure that the two folders with the template names are completely open "777" for rights.

I think that under Album, there is the folder template/db/greybox  and the same for lightbox. Give these full rights and the transparant layer is openening the picture.

Ronny

Re: Americanhorsepower

Posted: Tue Mar 20, 2007 6:16 am
by cyberman
Nice layout ... but you should check template once again. It's not xhtml valid. There are too much errors and warnings. Please look here

http://validator.w3.org/check?uri=http% ... merican%2F

Re: Americanhorsepower

Posted: Mon Mar 26, 2007 4:00 am
by slloyd
cyberman, how do you MAKE it valid?

Re: Americanhorsepower

Posted: Mon Mar 26, 2007 4:29 am
by kermit
slloyd wrote: how do you MAKE it valid?
in your case there's a few things you can do.

1. make sure all images have alt text (e.g.
2. clean up the copied & pasted html from microsoft office, removing invalid office-specific tags and moving formatting/layout to css.
3. properly close tags such as (e.g. this is a paragraph)
4. fix your menu template. it's leaving links unclosed (i.e. missing >)
5. move invalid (deprecated) inline styles/formatting to css.
6. there's some images missing the closing  />

Re: Americanhorsepower

Posted: Tue Mar 27, 2007 11:19 am
by Marcel
Thank you all for the tips..great.

But what i don't understand is that  these errors:

Error Line 56 column 74: unclosed start-tag requires SHORTTAG YES.
...1/~american/index.php?page=Mustang-te-koop" Mustang te koop

are made by the menu is use :

{else}
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}{if $node->target != ''} target="{$node->target}"{/if}{$node->none} {$node->menutext}

I can't change the start-tag her can i ?

BTW the url has changed to http://85.92.128.91/~american/  I'am waiting for a new domain name for my client

Re: Americanhorsepower

Posted: Tue Mar 27, 2007 11:59 am
by kermit
Marcel wrote: Thank you all for the tips..great.

But what i don't understand is that  these errors:

Error Line 56 column 74: unclosed start-tag requires SHORTTAG YES.
...1/~american/index.php?page=Mustang-te-koop" Mustang te koop

are made by the menu is use :

{else}
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}{if $node->target != ''} target="{$node->target}"{/if}{$node->none} {$node->menutext}

I can't change the start-tag her can i ?

BTW the url has changed to http://85.92.128.91/~american/  I'am waiting for a new domain name for my client
the menu links are missing a closing > after the href.

insert a ">" (without the quotes) before the

{else}
url}"{if $node->accesskey != ''} accesskey="{$node->accesskey}"{/if}{if $node->tabindex != ''} tabindex="{$node->tabindex}"{/if}{if $node->titleattribute != ''} title="{$node->titleattribute}"{/if}{if $node->target != ''} target="{$node->target}"{/if}>{$node->none} {$node->menutext}

Re: Americanhorsepower

Posted: Tue Mar 27, 2007 12:14 pm
by Marcel
Well thank you Kermit !!....

12 to go  ;D

I trying to figure a way to get rid of the tables i'am now using witch FCKeditor.

I'ts a challenge to get rid off all off the errors .

Thkx again

Re: Americanhorsepower

Posted: Thu Apr 05, 2007 9:22 pm
by Marcel
Well, instead on working on the errors, i found a big problem with IE6..

A friend of mine uses that old browser and my site looks very bad, the whole menu is shuffled   :-[

I'am not the greatest css writer, but i search on the net , and i think it has something to do with floating.

Is there anyone who can helping me to fix my css sheet?

Re: Americanhorsepower

Posted: Thu Apr 05, 2007 9:35 pm
by kermit
Marcel wrote: Well, instead on working on the errors, i found a big problem with IE6..

A friend of mine uses that old browser and my site looks very bad, the whole menu is shuffled  :-[
menu looks fine here on ie6 (sp1) on winxp. the only difference (ie6 vs firefox2) is the spacing between the 'active' menu item and adjacent menu items. on firefox, there's equal space top & bottom, but ie only has the spacing on the bottom (see pic).

[gelöscht durch Administrator]