Page 1 of 1

Left column Menu problem

Posted: Mon 28. Feb 2005, 20:45
by mrmax
I'm try to create a left column Article menu, using {NAV_TABLE_column}.

Problem I found where I can change colors of the mouse over link and link background color in "include/inc_conf/conf.template_default.inc.php".

Problem: My left column width is 150. BUT the width of the background color is only about 100 for the menu listing.
| - - - - 150 - - - - - - - |
| blue [menu item] blue|
| blue [menu item] blue|

I had set the menu item $template_default["nav_table_struct"]["row_norm_bgcolor"] and the other two menu item attributes, to a different color than the blue Left column block background of blue.

Where do I set the width of the navtable menu listing colors so it is the width of the left column block?

Posted: Mon 28. Feb 2005, 22:47
by Rainer G
Can you show me an example.

My nav_table_column has always the same width like the left side in one/full color per line.

Posted: Mon 28. Feb 2005, 23:31
by mrmax
Rainer G wrote:Can you show me an example.
Site just getting started

Posted: Tue 1. Mar 2005, 00:20
by pico
if you use the Table-Layout put your Menu in a Table like this:

Code: Select all

<!-- links Menue //-->
<div align="center">
<table width="140" cellpadding="0" cellspacing="0" border="0">
<tr><td><br></td></tr>
  <tr valign="top">
    <td>{NAV_TABLE_COLUMN:0}</td>
  </tr>
 </table></div>
if you use CSS-Layout you can modify the frontend.css

Code: Select all

#leftBlock {
  position: absolute;
  top: 61px;
  bottom: 36px;;
  left: 0px;
  width: 145px;
  z-index: 1;
.... wath ever you want

Posted: Tue 1. Mar 2005, 20:35
by Rainer G
I think your table-design is not correct!

Look here:

Code: Select all

...
  <tr valign="top">
    <td>ggggggggg<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr bgcolor="#FFFF98">
...
You say <TR> then <TD> then <TR>, but where is </TD></TR>

Posted: Tue 1. Mar 2005, 20:46
by pico
@Rainer G - who do you mean ? with this Code

Posted: Tue 1. Mar 2005, 22:07
by Rainer G
pico wrote:@Rainer G - who do you mean ? with this Code
Oh sorry, i looked not very good. At first, iI saw not the TABLE tag.