NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:nav_list_ul [2010/01/28 08:57] Knut Heermann (flip-flop) |
english:navigation:nav_list_ul [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 24: | Line 24: | ||
| **CMS-Version:** >= V1.4.4 r387 //(03.12.2009)// \\ | **CMS-Version:** >= V1.4.4 r387 //(03.12.2009)// \\ | ||
| **Version:** 1.1 \\ | **Version:** 1.1 \\ | ||
| - | **Update:** V1.0 //(26.03.07)// -> V1.1 ab CMS V1.4.4 r387 //(03.12.2009)// \\ | + | **Update:** V1.0 //(26.03.07)// -> V1.1 since CMS V1.4.4 r387 //(03.12.2009)// \\ |
| ''- {NAV_LIST_UL} experimental support for menu items based on articles article added (FA, PA, FPA).'' \\ | ''- {NAV_LIST_UL} experimental support for menu items based on articles article added (FA, PA, FPA).'' \\ | ||
| ''- Parameter 9 can be used to defined the articlemenu start level depth.'' | ''- Parameter 9 can be used to defined the articlemenu start level depth.'' | ||
| Line 77: | Line 77: | ||
| <code>$phpwcms['IE_htc_hover'] = 0; // enables HTC Hover for IE < 7 - has no effect in other browsers</code> \\ | <code>$phpwcms['IE_htc_hover'] = 0; // enables HTC Hover for IE < 7 - has no effect in other browsers</code> \\ | ||
| - | An **horizontal menu** only for one level: \\ | + | \\ |
| + | |||
| + | |||
| + | E.g.: An **horizontal menu** only for one level: \\ | ||
| ##<div class="nlu_horiz1">{NAV_LIST_UL:**F**,**ID**,1,act_path,active}</div>## \\ | ##<div class="nlu_horiz1">{NAV_LIST_UL:**F**,**ID**,1,act_path,active}</div>## \\ | ||
| \\ | \\ | ||
| Line 437: | Line 440: | ||
| ===== Article navigation ===== | ===== Article navigation ===== | ||
| + | **Update:** V1.0 //(26.03.07)// -> V1.1 since CMS V1.4.4 r387 //(03.12.2009)// \\ | ||
| + | ''- {NAV_LIST_UL} experimental support for menu items based on articles article added (FA, PA, FPA).'' \\ | ||
| + | ''- Parameter 9 can be used to defined the articlemenu start level depth.'' | ||
| + | |||
| + | {{ :deutsch:navigationen:nav_list_ul_article_fe.gif|}} | ||
| + | {{:deutsch:navigationen:nav_list_ul_article_fe01_1.gif|}} | ||
| + | ~~CLEARFLOAT~~ | ||
| + | \\ | ||
| Using the new "**A**" parameter e.g. \\ | Using the new "**A**" parameter e.g. \\ | ||
| Line 688: | Line 699: | ||
| * "Dynamically width entry" is the width of each navigation entry. | * "Dynamically width entry" is the width of each navigation entry. | ||
| * Every entry becomes automatically the width of the text string + padding left/right. The bg images uses a sliding door technology. | * Every entry becomes automatically the width of the text string + padding left/right. The bg images uses a sliding door technology. | ||
| + | |||
| + | \\ | ||
| + | |||
| + | If you need for the simple one-line display only a separator between the links, it can be achieved with these CSS commands: | ||
| + | |||
| + | <code css> | ||
| + | li { border-left: solid 1px #000000; } | ||
| + | li:first-child { border-left: none; } | ||
| + | </code> | ||
| ~~UP~~ | ~~UP~~ | ||