From renatolz at gmail.com Tue Aug 7 19:41:25 2007 From: renatolz at gmail.com (Renato Carvalho) Date: Tue, 7 Aug 2007 16:41:25 -0300 Subject: [sIFR3-dev] sifr3 Don't appears in IE6 and IE7 Message-ID: <540b0a00708071241h76de8cecicdd13ae59d9b45a5@mail.gmail.com> Hi! I am having problems with sifr3 and Internet Explorer in my implementation. I already tried to find the problem. But I didn't find. The titles in the content (right column) appears correctly in Firefox, but in IE not. Can anybody help me? Below the link of my implementation. http://www.renatocarvalho.com/temp/jl-machado/site/quem-somos/apresentacao.php -- Renato Carvalho -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark at novemberborn.net Tue Aug 7 20:15:54 2007 From: mark at novemberborn.net (Mark Wubben) Date: Tue, 7 Aug 2007 22:15:54 +0200 Subject: [sIFR3-dev] sifr3 Don't appears in IE6 and IE7 In-Reply-To: <540b0a00708071241h76de8cecicdd13ae59d9b45a5@mail.gmail.com> References: <540b0a00708071241h76de8cecicdd13ae59d9b45a5@mail.gmail.com> Message-ID: <21C89F1E-622F-4FD1-B91C-FFAFA8DBB6D8@novemberborn.net> Are you sure Flash 8 or higher is installed in IE? Are there any JavaScript errors? The -.5 for example looks suspicious: > '.sIFR-root': { 'color': '#440817', 'font-weight':'bold', > 'letter-spacing': -.5} On Aug 7, 2007, at 9:41 PM, Renato Carvalho wrote: > Hi! I am having problems with sifr3 and Internet Explorer in my > implementation. > I already tried to find the problem. But I didn't find. > The titles in the content (right column) appears correctly in > Firefox, but in IE not. > Can anybody help me? > Below the link of my implementation. > > http://www.renatocarvalho.com/temp/jl-machado/site/quem-somos/ > apresentacao.php > > -- > Renato Carvalho > > _______________________________________________ > sifr3-dev mailing list > sifr3-dev at lists.novemberborn.net > http://lists.novemberborn.net/mailman/listinfo/sifr3-dev From renatolz at gmail.com Tue Aug 7 20:52:37 2007 From: renatolz at gmail.com (Renato Carvalho) Date: Tue, 7 Aug 2007 17:52:37 -0300 Subject: [sIFR3-dev] sifr3 Don't appears in IE6 and IE7 In-Reply-To: <21C89F1E-622F-4FD1-B91C-FFAFA8DBB6D8@novemberborn.net> References: <540b0a00708071241h76de8cecicdd13ae59d9b45a5@mail.gmail.com> <21C89F1E-622F-4FD1-B91C-FFAFA8DBB6D8@novemberborn.net> Message-ID: <540b0a00708071352j5499e94fsa51c811db3e395bc@mail.gmail.com> Yes. I have the latest flash plugin for IE and there aren't any javascript erros. The original sifr example ir working correctly. I tried test removing the -.5 suspicious, but nothing changed. I'll try some more tests. Thanks. On 8/7/07, Mark Wubben wrote: > > Are you sure Flash 8 or higher is installed in IE? Are there any > JavaScript errors? The -.5 for example looks suspicious: > > > '.sIFR-root': { 'color': '#440817', > 'font-weight':'bold', > > 'letter-spacing': -.5} > > On Aug 7, 2007, at 9:41 PM, Renato Carvalho wrote: > > > Hi! I am having problems with sifr3 and Internet Explorer in my > > implementation. > > I already tried to find the problem. But I didn't find. > > The titles in the content (right column) appears correctly in > > Firefox, but in IE not. > > Can anybody help me? > > Below the link of my implementation. > > > > http://www.renatocarvalho.com/temp/jl-machado/site/quem-somos/ > > apresentacao.php > > > > -- > > Renato Carvalho > > > > _______________________________________________ > > sifr3-dev mailing list > > sifr3-dev at lists.novemberborn.net > > http://lists.novemberborn.net/mailman/listinfo/sifr3-dev > > -- Renato Carvalho Designer ? User Interface Developer www.renatocarvalho.com Tel: +55 61 9167-1509 Skype: renatolz -------------- next part -------------- An HTML attachment was scrubbed... URL: From mark at novemberborn.net Wed Aug 8 08:26:22 2007 From: mark at novemberborn.net (Mark Wubben) Date: Wed, 8 Aug 2007 10:26:22 +0200 Subject: [sIFR3-dev] sifr3 Don't appears in IE6 and IE7 In-Reply-To: <540b0a00708071352j5499e94fsa51c811db3e395bc@mail.gmail.com> References: <540b0a00708071241h76de8cecicdd13ae59d9b45a5@mail.gmail.com> <21C89F1E-622F-4FD1-B91C-FFAFA8DBB6D8@novemberborn.net> <540b0a00708071352j5499e94fsa51c811db3e395bc@mail.gmail.com> Message-ID: You loaded the print and screen stylesheet without specifying the media attribute for them. On Aug 7, 2007, at 10:52 PM, Renato Carvalho wrote: > Yes. I have the latest flash plugin for IE and there aren't any > javascript erros. > The original sifr example ir working correctly. I tried test > removing the -.5 suspicious, but nothing changed. > > I'll try some more tests. > > Thanks. > > On 8/7/07, Mark Wubben < mark at novemberborn.net> wrote: Are you sure > Flash 8 or higher is installed in IE? Are there any > JavaScript errors? The -.5 for example looks suspicious: > > > '.sIFR-root': { 'color': '#440817', > 'font-weight':'bold', > > 'letter-spacing': -.5} > > On Aug 7, 2007, at 9:41 PM, Renato Carvalho wrote: > > > Hi! I am having problems with sifr3 and Internet Explorer in my > > implementation. > > I already tried to find the problem. But I didn't find. > > The titles in the content (right column) appears correctly in > > Firefox, but in IE not. > > Can anybody help me? > > Below the link of my implementation. > > > > http://www.renatocarvalho.com/temp/jl-machado/site/quem-somos/ > > apresentacao.php > > > > -- > > Renato Carvalho > > > > _______________________________________________ > > sifr3-dev mailing list > > sifr3-dev at lists.novemberborn.net > > http://lists.novemberborn.net/mailman/listinfo/sifr3-dev > > > > > -- > Renato Carvalho > Designer ? User Interface Developer > www.renatocarvalho.com > Tel: +55 61 9167-1509 > Skype: renatolz From renatolz at gmail.com Wed Aug 8 13:41:42 2007 From: renatolz at gmail.com (Renato Carvalho) Date: Wed, 8 Aug 2007 10:41:42 -0300 Subject: [sIFR3-dev] sifr3 Don't appears in IE6 and IE7 In-Reply-To: References: <540b0a00708071241h76de8cecicdd13ae59d9b45a5@mail.gmail.com> <21C89F1E-622F-4FD1-B91C-FFAFA8DBB6D8@novemberborn.net> <540b0a00708071352j5499e94fsa51c811db3e395bc@mail.gmail.com> Message-ID: <540b0a00708080641v4dbc937cpa593a9589e0b1a69@mail.gmail.com> Thanks Mark. Now it's working perfectly. Sorry for my failure. ;) Regards, Renato Carvalho On 8/8/07, Mark Wubben wrote: > > You loaded the print and screen stylesheet without specifying the > media attribute for them. > > On Aug 7, 2007, at 10:52 PM, Renato Carvalho wrote: > > > Yes. I have the latest flash plugin for IE and there aren't any > > javascript erros. > > The original sifr example ir working correctly. I tried test > > removing the -.5 suspicious, but nothing changed. > > > > I'll try some more tests. > > > > Thanks. > > > > On 8/7/07, Mark Wubben < mark at novemberborn.net> wrote: Are you sure > > Flash 8 or higher is installed in IE? Are there any > > JavaScript errors? The -.5 for example looks suspicious: > > > > > '.sIFR-root': { 'color': '#440817', > > 'font-weight':'bold', > > > 'letter-spacing': -.5} > > > > On Aug 7, 2007, at 9:41 PM, Renato Carvalho wrote: > > > > > Hi! I am having problems with sifr3 and Internet Explorer in my > > > implementation. > > > I already tried to find the problem. But I didn't find. > > > The titles in the content (right column) appears correctly in > > > Firefox, but in IE not. > > > Can anybody help me? > > > Below the link of my implementation. > > > > > > http://www.renatocarvalho.com/temp/jl-machado/site/quem-somos/ > > > apresentacao.php > > > > > > -- > > > Renato Carvalho > > > > > > _______________________________________________ > > > sifr3-dev mailing list > > > sifr3-dev at lists.novemberborn.net > > > http://lists.novemberborn.net/mailman/listinfo/sifr3-dev > > > > > > > > > > -- > > Renato Carvalho > > Designer ? User Interface Developer > > www.renatocarvalho.com > > Tel: +55 61 9167-1509 > > Skype: renatolz > > -------------- next part -------------- An HTML attachment was scrubbed... URL: