Navi mit Spiegelung – Aqualook mit Typoscript

Für alle, die eine Navigation bauen möchten, die sich spiegel (aqua – look – apple)

Es sind quasi 2 grafische Menüs, die untereinander dargestellt werden. Das zweite Menü unterscheidet sich vom ersten grundsätzlich in zwei Dingen:

  1. Es ist gespiegelt.
  2. Es ist nicht verlinkt.

Somit entsteht ein “ich spiegel mich im Wasser” Effekt :)
Hier das TypoScript für diese Navigation:

lib.footernavi = COA
 
lib.footernavi{
1 = HMENU
1.wrap =|
1.special = list
1.special.value = 13,14,15
1 {
1=GMENU
1 {
expAll = 1
noBlur = 1
NO = 1
NO {
ATagTitle.field = title
XY=[10.w]+10,32
format = jpg
5 = IMAGE
5.file = fileadmin/templates/images/footer-navi-bg.gif
10=TEXT
10 {
text.field=title
offset=1,20
fontColor=#a9afb3
fontFile=fileadmin/fonts/trebuc.ttf
fontSize=10
niceText = 1
}
}
ACT <.NO
ACT.10.fontColor = #fe840c
RO <.NO
RO.10.fontColor = #fe840c
ACTRO <.RO
}
}
2 = HMENU
2.special = list
2.special.value = 13,14,15
2 {
1=GMENU
1 {
expAll = 1
noBlur = 1
NO = 1
NO {
noLink = 1
ATagTitle.field = title
XY=[10.w]+10,38
format = jpg
5 = IMAGE
5.file = fileadmin/templates/images/footer-navi-mirror-bg.gif
10=TEXT
10 {
text.field=title
offset=1,22
fontColor=#a9afb3
fontFile=fileadmin/fonts/trebuc.ttf
fontSize=10
niceText = 1
}
20 = EFFECT
20.value = flip
}
ACT <.NO
ACT.10.fontColor = #fe840c
RO <.NO
RO.10.fontColor = #fe840c
ACTRO <.RO
}
}
}
Diese Seite Bookmarken:
  • Digg
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • LinkArena
  • MisterWong
  • TwitThis
  • Live
  • MySpace
  • Print this article!
  • StumbleUpon
  • Technorati
  • Webnews.de
  • Wikio

Related posts:

  1. Navigation aus in den Seiteneigenschaften angegebenen Bildern Ich habe gerade auf http://www.seo24.at/navigation-nur-mit-bilder/ folgendes TYPOSKRIPT gefunden: # Navigation...
  2. Individual Top-Picture for every Page stored in the resources of a Page This TS i think is very useful if you want...
  3. graphical language menu I found this Language-Menu using a simple Typoskriptsnipped. I found...
  4. A nice Languagemenu made with TS For all those who do not want to use the...

Related posts brought to you by Yet Another Related Posts Plugin.

2 Comments

VoxsJuni 19th, 2009 at 18:20

klingt ja interessant – aber es gibt (k)ein Beispiel …? :-)

harryJuni 19th, 2009 at 19:31

Es gibt ein Beispiel, aber die Webseite ist vom Kunden noch nicht freigegeben… Aber probier es doch einfach in einem Web aus, sollte nicht lange dauern :)

Leave a comment

Your comment