Navigationmenü verändert seine Größe

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
Guido
Posts: 22
Joined: Thu 30. Jun 2005, 10:37
Location: Germany

Navigationmenü verändert seine Größe

Post by Guido »

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?
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

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>
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
Guido
Posts: 22
Joined: Thu 30. Jun 2005, 10:37
Location: Germany

Post by Guido »

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.
tinoo
Posts: 311
Joined: Thu 16. Jun 2005, 11:16
Location: Zürich, Switzerland
Contact:

Post by tinoo »

Guido wrote:webcms.metkrieger.de
Tested with Firefox: No Problems. Menu remains in the same size all the time. Exept for "Wassertransferdruck", but that's because the menu item
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
Guido
Posts: 22
Joined: Thu 30. Jun 2005, 10:37
Location: Germany

Post by Guido »

Maybe need to check that from another PC, but looks better after refresh the site and delete the cache.

So better would be a bigger size to avoid the jumping with Wassertransferdruck.

Thanks for your help anyway.
tinoo
Posts: 311
Joined: Thu 16. Jun 2005, 11:16
Location: Zürich, Switzerland
Contact:

Post by 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 :cry:
Greetz, tinoo
Guido
Posts: 22
Joined: Thu 30. Jun 2005, 10:37
Location: Germany

Post by Guido »

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.
Post Reply