Hallo
Meine Testseite, wo ich PHPWCMS intensiv ausprobiere hat ein Problem bei mit der Navigationsleiste. Wenn ich mir die Seite ohne Admin Login anschaue, dann verändert sich die Breite des Navigationsmenü manchmal. Sehe das besonders gut, weil das Navigationsmenü schwarz ist und die Seite selber weiß.
Wenn natürlich längere Wörte genommen werden, ist das verständlich, aber es ist auch bei kurzen Wörtern der Fall.
Im Seitenlayout ist eine feste größe von 175 für die Navigation angegeben, was kann ich tun, damit die Navigation sich nicht in der Breite verändert?
Navigationmenü verändert seine Größe
Hi
set the Navigation Tag into a Table with a fixed Width like
set the Navigation Tag into a Table with a fixed Width like
Code: Select all
<table width="175">
<tr>
<td>
{NAV_TAG}
</td>
</tr>
</table>
It does works partial, but not all. You want to take a look at my testing site?
webcms.metkrieger.de
Especially when you check "Produkte" and then compare "Action-Clocks" with "Nachtsichtgeräte" then you do see the navigation Menu will get bigger.
The same is valid for "Messer" too.
Any idea how to solve that? I do set in the width=175 in the stylesheet but those still appear.
Thanks for any help.
------------------------------------------------------------------------------
Es funktioniert zum Teil, aber nicht alles. Schaut auf webcms.metkrieger.de nach, dort ist meine Testseite zum jetzigen Zeitpunkt.
Insbesondere wenn man "Produkte" anschaut und dies dann mit "Action-Clocks" und "Nachtsichtgeräte" vergleicht, sieht man das das Navigationsmenü seine größe verändert. Das gleiche ist ebenfalls für "Messer" gültig. Ich habe dies mit dem IE überprüft, arbeite aber sonst mit Firefox.
Irgendeine Idee wie ich dies lösen kann? Ich habe die width=175 schon im Stylesheet eingegeben aber es klappt immer noch nicht.
webcms.metkrieger.de
Especially when you check "Produkte" and then compare "Action-Clocks" with "Nachtsichtgeräte" then you do see the navigation Menu will get bigger.
The same is valid for "Messer" too.
Any idea how to solve that? I do set in the width=175 in the stylesheet but those still appear.
Thanks for any help.
------------------------------------------------------------------------------
Es funktioniert zum Teil, aber nicht alles. Schaut auf webcms.metkrieger.de nach, dort ist meine Testseite zum jetzigen Zeitpunkt.
Insbesondere wenn man "Produkte" anschaut und dies dann mit "Action-Clocks" und "Nachtsichtgeräte" vergleicht, sieht man das das Navigationsmenü seine größe verändert. Das gleiche ist ebenfalls für "Messer" gültig. Ich habe dies mit dem IE überprüft, arbeite aber sonst mit Firefox.
Irgendeine Idee wie ich dies lösen kann? Ich habe die width=175 schon im Stylesheet eingegeben aber es klappt immer noch nicht.
Tested with Firefox: No Problems. Menu remains in the same size all the time. Exept for "Wassertransferdruck", but that's because the menu itemGuido wrote:webcms.metkrieger.de
itself is quite long and doesn't fit in 175px in bold-style...
Sometimes it helps to clear the cache and refresh the page...
Greetz, tinoo
WRONG:
....but there's another problem.....
In "Wassertransferdruck" the menu items
Technische Oberfläche, Wurzelholz, Andere, Maschinen and Verfahren the
hole page "jumps" a couple of px to the left... It seems to me that there's
maybe a problem with the width-values...
My fault - it was my sidebar moving the hole layout to the left.... shame on me
....but there's another problem.....
In "Wassertransferdruck" the menu items
Technische Oberfläche, Wurzelholz, Andere, Maschinen and Verfahren the
hole page "jumps" a couple of px to the left... It seems to me that there's
maybe a problem with the width-values...
My fault - it was my sidebar moving the hole layout to the left.... shame on me

Greetz, tinoo
Yes I do see the same and it is really anoying about that. I do not have any idea how I am able to solve exactly that problem.
I do feel it does not looks so well in this case and I am trying many things out already to solve especially this problem there.
The whole page has a wide of 775 pix as the logo on the top is 775.
Left is 175
Distance left is 16
Main is 563
distance right is 16
right is 5
all done via table setting in the Admin Section / Page Layout.
But I have the same about the moving too, on Firefox and IE.
I do feel it does not looks so well in this case and I am trying many things out already to solve especially this problem there.
The whole page has a wide of 775 pix as the logo on the top is 775.
Left is 175
Distance left is 16
Main is 563
distance right is 16
right is 5
all done via table setting in the Admin Section / Page Layout.
But I have the same about the moving too, on Firefox and IE.