Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 04.01.06, 18:37
Forum Zuschauer
 
Registriert seit: 27.11.05
Beiträge: 1

onFocus Probleme bei firefox 1.5


Hallo zusammen,

ich habe folgendes Problem:
habe mit Typo 3.8.0 und TemplaVoila ein horizontales Gmenu generiert, dass mit statischen Grafiken für NO,RO und ACT Zuständen arbeitet.In der neuesten Firefox 1.5 Version wird beim Fokusieren des entsprechenden Linkpunktes, die Grafik des Linkpunktes erheblich nach oben versetzt und auch die entsprechende Seite nicht aufgerufen. Erst bei erneuten Anklicken des weggesprungenen Linkpunktes, wird die Seite aufgerufen und der aktivierte Linkpunkt in der gewünschten Position im aktiven Zustand gezeigt. Bei firefox 0.8 und 1.0 und auch im IE tritt dieses Problem nicht auf.
Habezunächst vermutet, dass es am automatisch Blurlink-script liegt und alle Menüzustände auf noblur = 1 gesetzt, aber daran liegt´s nicht. Hat einer ´ne idee, woran das liegen könnte.

Danke im Voraus
asaku

P.S. hier noch das von mir verwendete typoscript:

Constants:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
#source otimization anschalten und blurlinks entfernen
source_optimization.enabled = 1
source_optimization.remove_blur_script = 1

plugin.tx_slideshow_pi1.playerParams.transition = fade
plugin.tx_slideshow_pi1.playerParams.timer = 5
plugin.tx_slideshow_pi1.width = 174
plugin.tx_slideshow_pi1.height = 60
plugin.tx_dhpopupimgcaption.width = 800m
plugin.tx_dhpopupimgcaption.height = 600m
plugin.tx_dhpopupimgcaption.bodyTag = <body bgcolor="#FFFFFF">
plugin.tx_dhpopupimgcaption.title = Image
plugin.tx_dhpopupimgcaption.effects =
plugin.tx_slideshow_pi1.swfParams.bgcolor = #F2F4EA
plugin.tx_slideshow_pi1.swfParams.quality = best
plugin.tx_slideshow_pi1.swfParams.scale = scale
plugin.tx_slideshow_pi1.swfParams.menu = true
plugin.tx_slideshow_pi1.playerParams.navigation = 1
plugin.tx_slideshow_pi1.playerParams.random = 1

Setup:

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
#FE-Editing--- Admin Panel
config.admPanel = 1
#Default browser detection und blurlink abschalten
#config.removeDefaultJS = 1
Default PAGE object: - ERROR: Line 4: Object Name String, "Default" was not preceeded by any operator, =<>({
main = PAGE
main.typeNum = 0
#main.includeLibs.gmenu_layers = media/scripts/gmenu_layers.php
main.10 = USER
main.10.userFunc = tx_templavoila_pi1->main_page

#_________________________________________________
# ptag entfernen
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = div, span, br, p, cite

#Grafisches Haupt-Menü

lib.Lmenu = HMENU
lib.Lmenu.1 = GMENU
lib.Lmenu.1.ACT < .NO
lib.Lmenu.1.ACT = 1
lib.Lmenu.1.RO < .NO
lib.Lmenu.1.RO = 1
lib.Lmenu.1.noBlur=1
#lib.Lmenu.1.RO.noBlur=0

lib.Lmenu.1{
#expAll = 1
NO {
noBlur=1
backColor = |*| #C5CEA3 || #D3DABA || #C5CEA3 || #D3DABA || #C5CEA3 |*|
#transparentBackground = 1
#XY = [10.w]+30, 25
XY = 92,60
10 = TEXT
10.text.field = title
10.fontFile = fileadmin/templates/main/fonts/arialbd.ttf
10.fontSize = 10
10.fontColor = #54623C
10.offset = 8,55
#10.niceText = 1

5 = IMAGE
5.file = |*| fileadmin/templates/main/images/menu1.gif || fileadmin/templates/main/images/menu2.gif ||

fileadmin/templates/main/images/menu3.gif || fileadmin/templates/main/images/menu4.gif || - ERROR: Line 46: Object Name String, "fileadmin/templates/main/images/menu3.gif" contains invalid character "/". Must be alphanumeric or one of: "_-."

fileadmin/templates/main/images/menu5.gif |*| - ERROR: Line 48: Object Name String, "fileadmin/templates/main/images/menu5.gif" contains invalid character "/". Must be alphanumeric or one of: "_-."
}

ACT {
noBlur=1
#backColor = |*| #C5CEA3 || #D3DABA || #C5CEA3 || #D3DABA || #C5CEA3 |*|
#transparentBackground = 1
#XY = [10.w]+30, 25
XY = 92,60
10 = TEXT
10.text.field = title
10.fontFile = fileadmin/templates/main/fonts/arialbd.ttf
10.fontSize = 10
10.fontColor = #FFFFFF
10.offset = 8,55
#10.niceText = 1

5 = IMAGE
5.file = |*| fileadmin/templates/main/images/menu_1a.gif || fileadmin/templates/main/images/menu_1a.gif ||

fileadmin/templates/main/images/menu_1a.gif || fileadmin/templates/main/images/menu_1a.gif || - ERROR: Line 68: Object Name String, "fileadmin/templates/main/images/menu_1a.gif" contains invalid character "/". Must be alphanumeric or one of: "_-."

fileadmin/templates/main/images/menu_1a.gif |*| - ERROR: Line 70: Object Name String, "fileadmin/templates/main/images/menu_1a.gif" contains invalid character "/". Must be alphanumeric or one of: "_-."
}

RO {
noBlur=1
#backColor = |*| #C5CEA3 || #D3DABA || #C5CEA3 || #D3DABA || #C5CEA3 |*|
#transparentBackground = 1
#XY = [10.w]+30, 25
XY = 92,60
10 = TEXT
10.text.field = title
10.fontFile = fileadmin/templates/main/fonts/arialbd.ttf
10.fontSize = 10
10.fontColor = #FFFFFF
10.offset = 8,55
#10.niceText = 1

5 = IMAGE
5.file = |*| fileadmin/templates/main/images/menu_ro.gif || fileadmin/templates/main/images/menu_ro.gif ||

fileadmin/templates/main/images/menu_ro.gif || fileadmin/templates/main/images/menu_ro.gif || - ERROR: Line 90: Object Name String, "fileadmin/templates/main/images/menu_ro.gif" contains invalid character "/". Must be alphanumeric or one of: "_-."

fileadmin/templates/main/images/menu_ro.gif |*| - ERROR: Line 92: Object Name String, "fileadmin/templates/main/images/menu_ro.gif" contains invalid character "/". Must be alphanumeric or one of: "_-."
}
}


# Untermenü
lib.Umenu = HMENU
lib.Umenu.entryLevel = 1
lib.Umenu.1 = TMENU
lib.Umenu.1.noBlur=1
lib.Umenu.1 {
ACT = 1
NO {
noBlur=1
allWrap = <div class="untermenue_no">| <p></div>
ATagParams=class="untermenue_no"
#ATagParams=onFocus="javascript:this.blur()"
}
ACT {
noBlur=1
allWrap = <div class="untermenue_act">| <p></div>
ATagParams=class="untermenue_act"
#ATagParams=onFocus="javascript:this.blur()"
}
}

Geändert von Junior (07.01.06 um 12:28 Uhr).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Probleme mit Darstellung im Firefox jottersberg TYPO3 4.x Rich Text Editor 0 20.05.08 08:52
Seite Layout Probleme mit IE aber Firefox i.O. www.char... chilli2007 HTML & CSS 2 11.10.07 07:55
Probleme mit Firefox... masterofthedrum HTML & CSS 7 08.06.07 16:52
JS Menu Probleme im Firefox Josh GMENU, HMENU, TMENU und Co. 1 08.05.07 12:04
Firefox hat probleme mit classnamen die zahlen beinhalten demeter HTML & CSS 3 10.02.06 16:10


Alle Zeitangaben in WEZ +1. Es ist jetzt 01:40 Uhr.


Powered by vBulletin® Version 3.7.3 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0