Menu request

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
nkosztad
Posts: 27
Joined: Fri 29. Oct 2004, 13:28

Menu request

Post by nkosztad »

As I remember the previous version of phpwcms had some additional nav menu implementation like this: portal.diaelec.hu

Could somebody help me about that?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi nkosztad,

take this:

{NAV_LIST_TOP}
{NAV_LIST_TOP:IndexName:ClassName} http://www.phpwcms-docu.de/navigation_tags.phtml
or
{NAV_LIST_UL: , 0, 1, list_level, active} http://www.phpwcms.de/forum/viewtopic.php?t=12165

Code: Select all

/* CSS for the top level list */
ul.list_top, ul.list_level {
	padding: 3px 0;
	margin-left: 0;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
ul.list_top li, ul.list_level li {
	list-style: none;
	margin: 0;
	display: inline;
	padding: 0;
}
ul.list_top li a, ul.list_level li a {
	padding: 3px 0.5em;
	margin: 0px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
ul.list_top li a:hover, ul.list_level li a:hover {
	color: Black;
	background: #92A1AF;;
	border-color: #227;
}
ul.list_top li.active a, ul.list_level li.active a {
	background: white;
	border-bottom: 1px solid white;
}
Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply