Design der Navigation ändere ich unter: include/inc_conf/conf.template_default.inc.php,
da ich aber zwei Vorlagen in verschiedenen Farben erstellt habe, will ich jetzt auch zwei verschiedene Designs der Navigation erstellen.
Hat jemand eine Idee?
Gruß aus Kroatien,
Martin.
PS: Ich weiß, aber mein ENgliscg will nicht!
Verschieden Designs für die Navigation
Yeah, if somebody has any idea, I am interested as well
----------------------------------
translation of the above request:
----------------------------------
The design of the navigation can be customized here: include/inc_conf/conf.template_default.inc.php,
However, as I have two different coloured templates, I also would like to be able to have two different navigation designs
Has anyone an idea?
Greetings from Croatia,
Martin.
----------------------------------
translation of the above request:
----------------------------------
The design of the navigation can be customized here: include/inc_conf/conf.template_default.inc.php,
However, as I have two different coloured templates, I also would like to be able to have two different navigation designs
Has anyone an idea?
Greetings from Croatia,
Martin.
I think, the only way is via css (cascading style sheets).
Es geht, glaube ich, nur mit css.
I would deactivate "js over effects" in conf.template_default.inc.php and have in the first template something like
Ich würde "js over effects" in conf.template_default.inc.php deaktivieren und im ersten template etwas schreiben wie
<div class="navigation_1">{NAV_TABLE_COLUMN}<div>
and in the second template
und in der zweiten vorlage
<div class="navigation_2">{NAV_TABLE_COLUMN}<div>.
After you have defined classes in conf.template_default.inc.php,
for instance:
Nachdem man in der conf.template_default.inc.php Klassen definiert hat, zum Beispiel:
$template_default["nav_table_struct"]["cell_class"]= "nav_table";
you can assign colors, borders and so on with css, like:
kann man mit css Farben, Ränder usw. zuordnen, wie z.B.
.navigation_1 .nav_table {background-color:....}
and for the second navigation:
und für die zweite Navigation:
.navigation_2 .nav_table {background-color:....}
...means some work however
...ist mit etwas Arbeit verbunden
Es geht, glaube ich, nur mit css.
I would deactivate "js over effects" in conf.template_default.inc.php and have in the first template something like
Ich würde "js over effects" in conf.template_default.inc.php deaktivieren und im ersten template etwas schreiben wie
<div class="navigation_1">{NAV_TABLE_COLUMN}<div>
and in the second template
und in der zweiten vorlage
<div class="navigation_2">{NAV_TABLE_COLUMN}<div>.
After you have defined classes in conf.template_default.inc.php,
for instance:
Nachdem man in der conf.template_default.inc.php Klassen definiert hat, zum Beispiel:
$template_default["nav_table_struct"]["cell_class"]= "nav_table";
you can assign colors, borders and so on with css, like:
kann man mit css Farben, Ränder usw. zuordnen, wie z.B.
.navigation_1 .nav_table {background-color:....}
and for the second navigation:
und für die zweite Navigation:
.navigation_2 .nav_table {background-color:....}
...means some work however
...ist mit etwas Arbeit verbunden
-
- Posts: 10
- Joined: Wed 26. Jan 2005, 10:23
Danke für die Antworten und für die Übersetzung
Thanks for answering and for the translation.
In croatian: Hvala na brzom odgovoru i prijevodu.
Regards from Croatia,
Martin
http://www.webinfopoint.net
In croatian: Hvala na brzom odgovoru i prijevodu.
Regards from Croatia,
Martin
http://www.webinfopoint.net