Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Yoenuts
Posts: 62 Joined: Mon 9. Feb 2004, 19:29
Location: Netherlands
Contact:
Post
by Yoenuts » Sun 27. Jun 2004, 17:11
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 » Sun 27. Jun 2004, 17:15
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.
Oliver Georgi
Site Admin
Posts: 9948 Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:
Post
by Oliver Georgi » Mon 28. Jun 2004, 10:33
use {NAV_ROW} instead.
Yoenuts
Posts: 62 Joined: Mon 9. Feb 2004, 19:29
Location: Netherlands
Contact:
Post
by Yoenuts » Mon 28. Jun 2004, 11:12
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.
Oliver Georgi
Site Admin
Posts: 9948 Joined: Fri 3. Oct 2003, 22:22
Location: Dessau-Roßlau
Contact:
Post
by Oliver Georgi » Mon 28. Jun 2004, 11:15
seems not to be - but I don't know