{NAV_LIST_TOP:Home:list_top} And drop down menu

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
Yoenuts
Posts: 62
Joined: Mon 9. Feb 2004, 19:29
Location: Netherlands
Contact:

{NAV_LIST_TOP:Home:list_top} And drop down menu

Post by Yoenuts »

I am very impressed by the {NAV_LIST_TOP:Home:list_top} tag. It does make a biiautifull navigation.

I have one request. Right now it is constructed using:

<UL>
<LI> </LI>
</UL>

This automatically creates an empty row underneath if I am correct.
If it would be build by a <tr><td> etc that problem would not be there I think.

Further more i would be very cool if submenu's were created for the sub levels. But that might me a longshot.
marco

Post by marco »

Please do not replace the lists with tables; make it an option if need be, maybe, but keep the list-based menus; they are much easier to format in CSS and a lot less heavy.
User avatar
Oliver Georgi
Site Admin
Posts: 9948
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

use {NAV_ROW} instead.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Yoenuts
Posts: 62
Joined: Mon 9. Feb 2004, 19:29
Location: Netherlands
Contact:

Post by Yoenuts »

OK hadn't thought of that one yet. And then copy the styles of the nav-list top.

An what about the dropdown menu's? Is it difficult to integrate a javascript that generated them.
User avatar
Oliver Georgi
Site Admin
Posts: 9948
Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:

Post by Oliver Georgi »

seems not to be - but I don't know ;-)
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn
Post Reply