---
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