NAV_TABLE_COLUMN & Hintergrundbild | ~ & back ground
Posted: Wed 27. Apr 2005, 02:27
English version below.
---
Hallo,
ich habe auf meiner Site links eine Navigation – erzeugt mit dem RT NAV_TABLE_COLUMN. So weit, so gut.
Den einzelnen Navigationspunkten (Artikelkategorien) möchte ich ein Hintergrundbild unterlegen. Ich habe hier auch schon im Forum gesucht, aber leider keine Lösung dafür gefunden, nur Teilprobleme, die behoben wurden.
Wenn ich nun in der Datei conf.template_default.inc.php folgende Zeilen ändere
dann habe ich zwar ein Hintergrundbild. Aber allerdings scheinen es immer zwei Zellen nebeneinander zu sein, so daß das Bild zweimal nebeneinander vorkommt. Einmal unter dem Link, und einmal rechts davon.
Das möchte ich natürlich nicht – ich möchte das Bild nur unter dem Link. Wie bekomme ich das hin? Wo muß ich das was ändern?
danke für eure hilfe
ednong
---
Hello,
I have on my site a navigation, created with NAV_TABLE_COLUMN. That works fine, but I want to have a back ground image behind of every link.
I have looked in this forum, but what I found was not the solution only te description of parts of the problem.
I have found and changed the entries in the file conf.template_default.inc.php like the following example
So I get an image behind the link – and right of the link, because it seems to be 2 data cells per row. And that is my problem. How I delete the right side cell beside the link and where I do it?
thanks for your help
ednong
---
Hallo,
ich habe auf meiner Site links eine Navigation – erzeugt mit dem RT NAV_TABLE_COLUMN. So weit, so gut.
Den einzelnen Navigationspunkten (Artikelkategorien) möchte ich ein Hintergrundbild unterlegen. Ich habe hier auch schon im Forum gesucht, aber leider keine Lösung dafür gefunden, nur Teilprobleme, die behoben wurden.
Wenn ich nun in der Datei conf.template_default.inc.php folgende Zeilen ändere
Code: Select all
$template_default["nav_table_struct"]["cell_bgimage"] = "picture/graphics/taste_kl.gif"; // default: "";
$template_default["nav_table_struct"]["cell_active_bgimage"] = "picture/graphics/taste_kl.gif"; // default: "";
Das möchte ich natürlich nicht – ich möchte das Bild nur unter dem Link. Wie bekomme ich das hin? Wo muß ich das was ändern?
danke für eure hilfe
ednong
---
Hello,
I have on my site a navigation, created with NAV_TABLE_COLUMN. That works fine, but I want to have a back ground image behind of every link.
I have looked in this forum, but what I found was not the solution only te description of parts of the problem.
I have found and changed the entries in the file conf.template_default.inc.php like the following example
Code: Select all
$template_default["nav_table_struct"]["cell_bgimage"] = "picture/graphics/taste_kl.gif"; // default: "";
$template_default["nav_table_struct"]["cell_active_bgimage"] = "picture/graphics/taste_kl.gif"; // default: "";
thanks for your help
ednong