Page 1 of 1

Want to customize NAV_TABLE_COLUMN

Posted: Tue 1. Feb 2005, 02:40
by Bobo
Hi there,

we want to customize the visual of the nav_table_column by having a border aroung each "button" like in tables with:

style="border-collapse: collapse; border-left-width: 1px; border-right-width: 1px; border-top: 1px solid #000000; border-bottom: 1px solid #000000"

Does someone of you guys know how and where to change the code?

Best Regards

Bobo

Posted: Tue 1. Feb 2005, 06:20
by Ben
You'll be able to easily control tons of formatting issues with {NAV_TABLE_COLUMN} by going to the third block (beginning with '// navigation table defaults') in /include/inc_conf/conf.template_default.inc.php. You could even control many things from the main css file if you assign a class to the nav.

Posted: Tue 1. Feb 2005, 12:13
by Bobo
Ben wrote:You'll be able to easily control tons of formatting issues with {NAV_TABLE_COLUMN} by going to the third block (beginning with '// navigation table defaults') in /include/inc_conf/conf.template_default.inc.php. You could even control many things from the main css file if you assign a class to the nav.
Thank you Ben! But the Modifications i'am talking about could not be setup there. Of course you can assign there tons of setting, but no borders.

Posted: Tue 1. Feb 2005, 12:37
by spirelli
http://www.phpwcms.de/forum/viewtopic.php?p=30441#30441
THis shows you where to edit the table for the navigation in the code. Mayve you can specify some class in the css file and then add it to the table design.