WebsiteBaker Community Forum

General Community => WebsiteBaker Website Showcase => Topic started by: chio on March 13, 2009, 02:54:42 PM

Title: New Company Website
Post by: chio on March 13, 2009, 02:54:42 PM
Yo - clear & straight:
http://www.envimet.com/

More about it in german:
http://WebsiteBaker.at/topics/webdesign-eas-envimet.html
Title: Re: New Company Website
Post by: Boudi on April 02, 2009, 10:34:34 AM
Very nice, clean and no BS site :)

Like the footer that corresponds with the logo. Nice touch!

Greetz,
Boudi
Title: Re: New Company Website
Post by: Argos on April 04, 2009, 01:23:23 PM
Nice one chio! I like clean and straight designs.
Title: Re: New Company Website
Post by: diodak on April 05, 2009, 04:46:39 PM
I was suprised that left images are menu items, I mean:
Security
Environment
Meteorology

Regards, Grzesiek.
Title: Re: New Company Website
Post by: chio on April 05, 2009, 05:58:38 PM
Yes, show_menu2..
Code: [Select]
<a href="[url]" class="[class] pid[page_id]">[menu_title]</a>the class pid[page_id] makes it possible to design each single menu-item different.
Title: Re: New Company Website
Post by: diodak on April 05, 2009, 06:54:05 PM
Yes, right. I meant that it doesn`t look like menu.
Title: Re: New Company Website
Post by: Stefek on April 05, 2009, 07:28:15 PM
Hello Chio.
At the first glance I wasn't able to regognize the pictures as a menu too.

The only thing I can think of would be practicable is to give a "on hover" condition to the pictures.
What ever. Just to implicate that there is something going on while moving over it with the cursor/mouse.

Regards,
Stefek

Ansonsten gefällt die Seite ganz gut - bis auf eben dieses Menü, auch die Buchstaben / Schrift darin, könnte minimal mehr Stärke verkraften (bin hier mit dem FF 3 unterwegs).
Title: Re: New Company Website
Post by: albatros on April 05, 2009, 09:18:53 PM
Hi Chio,

I like your website as it is! And it`s very nice!

a "on hover" condition to the pictures
In my eyes the changing mousepointer is enough there.

But maybe a sm2-sitemap would be a usefull addition for visitors to get a better overview.

Best regards

Uwe
Title: Re: New Company Website
Post by: crnogorac081 on April 06, 2009, 12:16:10 PM
I am interested in this too.. If I have pictures in menu, is it possible to on hover to change it to some other picture ?? for eg.

1.jpg -> 2.jpg
3.jpg  -> 4.jpg

and so on..
Title: Re: New Company Website
Post by: chio on April 06, 2009, 01:31:29 PM
Yo, a sitemap doesnt look very 'sexy'..
http://www.envimet.com/en/sitemap.html

I made the hover now. Here is an example css (page_id = 11, level = 1, because /en/ = 0)
Code: [Select]
/*  security         */
#menu .mlev1 li a.pid11 { height:50px; color:#ffffff; background: url(img/m-security.jpg) no-repeat;}
#menu .mlev1 li a.pid11:hover { background: url(img/m-security-hi.jpg) no-repeat; font-weight: bold;}

Title: Re: New Company Website
Post by: albatros on April 06, 2009, 10:40:19 PM
Yo, a sitemap doesnt look very 'sexy'..

Should it?  :-D
Title: Re: New Company Website
Post by: geasy on May 31, 2009, 05:20:48 PM
Hi Chio

I'm currently settinig up a new site and I want to have the top-menu made from images. I found your posting about your cool site and try to understand, how you did it exactly.

I understand the definitions in your css. But I'm struggling with the show_menu2 call. Would you be so kind to post the whole show_menu2 call of your script?

Many thanks for your help.

Claudio
Title: Re: New Company Website
Post by: chio on June 02, 2009, 10:12:07 AM
Code: [Select]
<div id="menu">
<?php show_menu2(1,SM2_ROOT+1,SM2_CURR+1,SM2_TRIM|SM2_PRETTY,&#39;<li class="pid[page_id]"><a href="[url]" class="[class] pid[page_id]">[menu_title]</a>&#39;,&#39;</li>&#39;,&#39;<ul class="mlev[level]">&#39;,&#39;</ul>&#39;,false,false); ?>
</div>
For it a multillingial site, its one level deeper: SM2_ROOT+1
Title: Re: New Company Website
Post by: geasy on June 02, 2009, 10:40:31 AM
many thanks!

Claudio
Title: Re: New Company Website
Post by: geasy on June 03, 2009, 10:16:58 PM
Hi Chio

Meanwhile, everything is working. Almost everything.

I want that the active menu point looks the same as when it is hovered. So, I tried to define a.pid1.menu-current{}. That works fine for FF, but IE (even Version 8) has a problem with it.
Have you come accross the same issue? Did you find a solution for it?

Cheers,
Claudio
Title: Re: New Company Website
Post by: chio on June 04, 2009, 10:04:55 AM
a.pid1.menu-current{} cannot work

li.pid1  a.menu-current{} -->pid 1  is current (or one of its childs)
a.pid1:hover --> pid 1 is the hover
Title: Re: New Company Website
Post by: Xagone on June 10, 2009, 06:13:29 PM
very very good! like it!
Title: Re: New Company Website
Post by: Xagone on June 11, 2009, 10:53:57 PM
btw, when searching, the interface became in another language.