• Welcome to WebsiteBaker Community Forum. Please log in or sign up.
Welcome, Guest
News
Support WebsiteBaker
Your donations will help to:
PayPal
  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!
You can donate by clicking on the button below.

New Company Website

Started by chio, March 13, 2009, 02:54:42 PM  ( Read 19,468 times )


Boudi

Very nice, clean and no BS site :)

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

Greetz,
Boudi
    ...:: Bake the Unbakable ::...

    Argos

    Nice one chio! I like clean and straight designs.

      deschek

      I was suprised that left images are menu items, I mean:
      Security
      Environment
      Meteorology

      Regards, Grzesiek.

        chio

        Yes, show_menu2..
        <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.

          deschek

          Yes, right. I meant that it doesn`t look like menu.

            Stefek

            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).

              albatros

              Hi Chio,

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

              Quote from: Stefek on April 05, 2009, 07:28:15 PM
              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

                crnogorac081

                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..
                  Web developer

                  chio

                  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)
                  /*  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;}



                    albatros


                    geasy

                    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

                      chio

                      <div id="menu">
                      <?php show_menu2(1,SM2_ROOT+1,SM2_CURR+1,SM2_TRIM|SM2_PRETTY,'<li class="pid[page_id]"><a href="[url]" class="[class] pid[page_id]">[menu_title]</a>','</li>','<ul class="mlev[level]">','</ul>',false,false); ?>
                      </div>

                      For it a multillingial site, its one level deeper: SM2_ROOT+1

                        geasy


                        geasy

                        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

                          chio

                          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

                            VotreEspace


                            VotreEspace

                            btw, when searching, the interface became in another language.

                              \n\n