[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-07-16 Thread Marcus Renz
FYI: the Cycle-Plugin (http://www.malsup.com/jquery/cycle/) seems to work like a charm, so i use this plugin now M> I take a deeper look at the plugin, and it seems that Firefox has problems M> with the "postion: absolut" at line 44 M> $(elements[i]).css('z-index', M> String(elements.leng

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I take a deeper look at the plugin, and it seems that Firefox has problems with the "postion: absolut" at line 44 $(elements[i]).css('z-index', String(elements.length-i)).css('position', 'absolute'); only a guess... but the style-declaration is need, else the hole container jums when fading.

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I push the thread a little bit, because we really need a Cross-Browser Solution for such Fading-Stuff. I tested a lttle bit more, but until now no solution for Safari and Firefox 1.5 worked. Muckinger wrote: > > I use Firefox 1.5. Maybe this Version causes the Problem. Maybe anybody > ha

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I use Firefox 1.5. Maybe this Version causes the Problem. Maybe anybody have a Solution für all Main-Browsers... thumblewend wrote: > > > On 28/06/2007, at 10:20 PM, Muckinger wrote: >> Sorry fpr the double-Posting, bitte i replied to the wrong message... >> >> Ok, the Problem is fixed in IE

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Joel Birch
On 28/06/2007, at 10:20 PM, Muckinger wrote: Sorry fpr the double-Posting, bitte i replied to the wrong message... Ok, the Problem is fixed in IE with the Class-Definitions in the Head. But with Firefox the Problem still exists... :-( At my end, the problem appears to be fixed in IE6, IE7,

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
Sorry fpr the double-Posting, bitte i replied to the wrong message... Ok, the Problem is fixed in IE with the Class-Definitions in the Head. But with Firefox the Problem still exists... :-( thumblewend wrote: > > > On 28/06/2007, at 7:26 PM, Muckinger wrote: >> I extended the Test-Page, Tes

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
Ok, the Problem is fixed in IE with the Class-Definitions in the Head. But with Firefox the Problem still exists... :-( Muckinger wrote: > > I extended the Test-Page, Test3 + Test4 are now with style-definitions > from the head... but always the same effect :-( > > http://www.media-giganten

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Joel Birch
On 28/06/2007, at 7:26 PM, Muckinger wrote: I extended the Test-Page, Test3 + Test4 are now with style- definitions from the head... but always the same effect :-( I just opened your latest page in IE6 and in IE7. I can see your problem with the top two examples, but the bottom two work per

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I extended the Test-Page, Test3 + Test4 are now with style-definitions from the head... but always the same effect :-( http://www.media-giganten.de/test/innerfade_test/test.html http://www.media-giganten.de/test/innerfade_test/test.html thumblewend wrote: > > > On 28/06/2007, at 6:41 PM, Mu

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Joel Birch
On 28/06/2007, at 6:41 PM, Muckinger wrote: Maybe someone can see whats going wrong: http://www.media-giganten.de/test/innerfade_test/test.html The problem is not occurring Mac Firefox by the way. I think your issue is caused because you have all of the CSS inline within the style attribute

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-28 Thread Muckinger
I made a Testfile, and the Problem is NOT only with Firefox, also IE has Problems Maybe someone can see whats going wrong: http://www.media-giganten.de/test/innerfade_test/test.html http://www.media-giganten.de/test/innerfade_test/test.html Ganeshji Marwaha wrote: > > posting an demo page so

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-27 Thread Ganeshji Marwaha
posting an demo page some where would help me take a look. -GTG On 6/27/07, Muckinger <[EMAIL PROTECTED]> wrote: I´ve tried to but the Link between div, p span ... whatever. Always the same effect. I tried also to change the Link to a block-element. :-( Any other Idee? As i said, must be a

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-27 Thread Muckinger
I´ve tried to but the Link between div, p span ... whatever. Always the same effect. I tried also to change the Link to a block-element. :-( Any other Idee? As i said, must be a Firefox-"Problem", IE works... {js}sTyler wrote: > > > Not for certain, did you try placing the link between parag

[jQuery] Re: InnerFade-Plugin: Text jumps from left to the center

2007-06-27 Thread tzmedia
Not for certain, did you try placing the link between paragraph tags and applying the css to the P tags. Just a thought, seems to me I've tried centering some text beneath an image and not had much luck either. On Jun 27, 12:18 pm, Muckinger <[EMAIL PROTECTED]> wrote: > Hi, > > i would like to us