can u show your updated code ?
On Sun, Dec 28, 2008 at 4:02 PM, Althalos wrote:
>
> Srry for my first reply to this message. It DOES work if one remove
> the anonymity. One has also to remove ( function ) () in favor of an
> initiating functionname() instead =)
>
> On 28 Dec, 10:32, "Alexandre P
Srry for my first reply to this message. It DOES work if one remove
the anonymity. One has also to remove ( function ) () in favor of an
initiating functionname() instead =)
On 28 Dec, 10:32, "Alexandre Plennevaux"
wrote:
> Maybe try a named function instead of an anonymous one ? so avoiding
>
Nope. I tried that but I still got the same result, works in FF but
not in IE =(
On 28 Dec, 10:32, "Alexandre Plennevaux"
wrote:
> Maybe try a named function instead of an anonymous one ? so avoiding
> arguments.callee by using your function name instead?
>
> On Sun, Dec 28, 2008 at 2:03 AM, Al
Maybe try a named function instead of an anonymous one ? so avoiding
arguments.callee by using your function name instead?
On Sun, Dec 28, 2008 at 2:03 AM, Althalos wrote:
>
> Nope, I'm sorry but that doesn't seem to work. Note that setting
> opacity to zero works in both browsers.
>
> On 28
Nope, I'm sorry but that doesn't seem to work. Note that setting
opacity to zero works in both browsers.
On 28 Dec, 01:25, "Alexandre Plennevaux"
wrote:
> really not sure, but maybe try
>
> A/
>
> 1- (step/1) instead of 1-step/1
>
> B/
>
> $("#slogan").css('opacity',0); instead of $("#
really not sure, but maybe try
A/
1- (step/1) instead of 1-step/1
B/
$("#slogan").css('opacity',0); instead of $("#slogan").css('opacity','0');
On Sun, Dec 28, 2008 at 1:04 AM, Althalos wrote:
>
> I posted something similarly before but I posted wrong code. This
> time, everythi
this is printed in php onto the page. The backslashes are to escape
the php so it doesn't end the string.
On Jun 27, 9:44 am, andrea varnier <[EMAIL PROTECTED]> wrote:
> On 27 Giu, 02:41, Pegpro <[EMAIL PROTECTED]> wrote:
>
> > IE sucks. What is wrong here?
>
> one question: why are these quotes
On 27 Giu, 02:41, Pegpro <[EMAIL PROTECTED]> wrote:
> IE sucks. What is wrong here?
one question: why are these quotes backslashed?
> jQuery(\"a:contains('Home')\")
wow thanks, that did the trick...
On Sep 7, 11:54 pm, "Piotr Petrus" <[EMAIL PROTECTED]> wrote:
> Have you tried replacing
>
> window.onload = function() {}
>
> with
>
> $(window).bind('load', function() {})
>
> ?
> --
> Piotr Petrushttp://riddle.pl
Have you tried replacing
window.onload = function() {}
with
$(window).bind('load', function() {})
?
--
Piotr Petrus http://riddle.pl
ok it's the window.onload event which doesn't fire what could that
be?
On Sep 7, 3:26 pm, Equand <[EMAIL PROTECTED]> wrote:
> ok this site
>
> jppromo.ru
>
> everything works correctly in opera and firefox... but when in ie...
> it is stuck... don't know why
> i presume window.onload doesn't
11 matches
Mail list logo