Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Support for multilanguage sites, Internationalization (I18N)
can some one help how to change in I18N i18n_navigation

to create a submenu with arrows when is a submenu

i have a css for multi level menu in html

look at this:
this is a html file

PHP Code:
<ul id="mainmenu">
    <
li><a href="#">Home page</a></li>
    <
li><a href="#">Information<class="arrow"></i></a>
        <
ul>
            <
li><a href="#">Welcome level #2</a></li>
            
<li><a href="#">Welcome level  #2</a></li>
            
<li><a href="#">Welcome level  #2</a></li>
        
</ul>
    </
li>
    <
li><a href="#">Gallery <class="arrow"></i></a>
        <
ul>
            <
li><a href="#">Welcome level  #2</a></li>
            
<li><a href="#">Welcome level  #3 <i class="arrow"></i></a>
                
<ul>
                    <
li><a href="#">Welcome level  #3</a></li>
                
</ul>
            </
li>
            <
li><a href="#">Welcome level  #2</a></li>
        
</ul>
    </
li>
</
ul

the css file is look like:

PHP Code:
#mainmenu, #mainmenu ul {list-style: none; margin: 0; padding: 0;}
#mainmenu ul {width: 160px;}
#mainmenu ul li {clear: both;}
#mainmenu > li {float: left; margin-right: 10px; position: relative;}
#mainmenu > li li {position: relative;}
#mainmenu > li ul {position: absolute; left: 0;}
#mainmenu > li ul li ul {position: absolute; left: 160px; top: 0px;}
ul ul {displaynone;}[/code]
ul li:hover ul {displayblock;}

/*level 1*/
#mainmenu {margin: 50px 50px; font-family: calibri; tahoma, arial;}
#mainmenu > li > a {display: table; width: auto; padding: 8px; border-radius: 3px; text-align: center; text-decoration: none; color: #84c5f7;}
#mainmenu > li:hover > a {background: #eee; color: #0090ff;}

/*level next*/
#mainmenu ul {font-size: 12px; border-radius: 3px; background: #eee;}
#mainmenu ul li > a {color: #999; display: block; padding: 5px; border-radius: 3px; text-decoration: none;}
#mainmenu ul li:hover > a {color: #eee; background: #aaa;}

.arrow {displayinline-blockmargin0 5px 0height0vertical-aligntopcontent""positionabsolute;}
#mainmenu > li > a > .arrow {top: 17px; right: 0; margin-right: -8px; border-top: 3px solid #333; border-right: 3px solid transparent; border-left: 3px solid transparent;}
ul ul .arrow {top10pxright0border-top3px solid transparentborder-right3px solid transparentborder-left3px solid #333; border-bottom: 3px solid transparent;} 

i'm was a add this code for a getsimple page.. but how to enable a aroows ??

this multilevel menu is brilliant and simple ... but how to integrate it with arrows ?
can someone help?

this is the demo of full menu (found in google - in polish)
http://webroad.pl/poradnik/menu-wielopoziomowe/

----
the seccond questions:
how to give in menu in all of level menu different class or id?
i think about example:
i'm searching something like that.. to level menu one

PHP Code:
<li class="dir">About>
                <
ul>
                    <
li><a href="./">Menu Subitem #1</a></li>
                    
<li><a href="./">Menu Subitem #2</a></li>
                    
<li><a href="./">Menu Subitem #3</a></li>
                    
<li><a href="./">Menu Subitem #4</a></li>
                
</ul>
            </
li

online previev example:
http://www.lwis.net/free-css-drop-down-m...ontal.html
user plugin: scroll to top
Reply


Messages In This Thread
rewrite language problem - by tomkop - 2013-03-27, 06:34:44
Enhancement suggestion - by hameau - 2013-05-12, 04:17:12
Enhancement request - by hameau - 2013-06-14, 20:02:07
RE: Enhancement request - by mvlcek - 2013-06-14, 22:04:12
RE: Enhancement request - by hameau - 2013-06-14, 23:01:36
Duplicate language cookies bug - by enzy - 2013-08-20, 07:03:26
RE: Duplicate language cookies bug - by ohayo - 2013-08-20, 18:12:25
Plugin is not shown - by tosho - 2013-09-15, 12:10:37
RE: Support for multilanguage sites, Internationalization (I18N) - by xxdex - 2014-02-05, 06:16:23
1000 pages limit in i18n_navigation - by titus - 2014-10-13, 21:58:36
Bug found - by lbarsov - 2014-10-17, 03:41:53
Menu with picture - by Dimi - 2015-04-28, 16:05:45
Rendering Menu in Component - by Alexander_ - 2016-05-04, 23:06:51
Meta desc for different languages - by Alexander_ - 2017-02-14, 20:29:32
Hierarchical Menus - by celextel - 2019-07-26, 16:41:47
Ri18n_navigation - by celextel - 2021-02-19, 16:07:48



Users browsing this thread: 5 Guest(s)