NAVIGATION
This shows you the differences between two versions of the page.
|
english:navigation:nav_list_ul [2010/02/06 11:07] Knut Heermann (flip-flop) |
english:navigation:nav_list_ul [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 445: | Line 445: | ||
| {{ :deutsch:navigationen:nav_list_ul_article_fe.gif|}} | {{ :deutsch:navigationen:nav_list_ul_article_fe.gif|}} | ||
| - | {{:deutsch:navigationen:nav_list_ul_article_fe01_1.gif?300|}} | + | {{:deutsch:navigationen:nav_list_ul_article_fe01_1.gif|}} |
| ~~CLEARFLOAT~~ | ~~CLEARFLOAT~~ | ||
| \\ | \\ | ||
| Line 699: | 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~~ | ||