|
Posted by Neredbojias on 10/25/05 06:39
With neither quill nor qualm, sagejoshua quothed:
> On Mon, 24 Oct 2005 14:52:56 -0700, Neredbojias
> <neredbojias@neredbojias.com> wrote:
>
> >Koneechi juan. Somebody else was having similar trouble with Firefox
> >and Toby Inkster supplied a solution for a loading delay of the html
> >until the css was read first. This shouldn't be more than a few days
> >back so you might want to retro research.
>
> Hmmm. Here's what came up with:
>
> <?
> // Firefox CSS bug:
> if(eregi("firefox",$_SERVER['HTTP_USER_AGENT'])){
> header("Link:
> <http://www.snakebirdstudios.com/bin/snakebird.css>; REL=stylesheet");
> sleep(1);
> }
> ?>
>
> It don't fix nothing... Arrr, I hate quirks. I know that's kind of a
> ghetto broswer detection, but it should work, no?
>
> - Josh
Okay, I tried it (http://www.snakebirdstudios.com/) in Firefox 1.5, beta
2 and did not have the problem but did in the current "Mozilla". I'm
almost certain it's something in your javascript because I used to have
similar reactions diddling with Moz and javascript together - especially
regarding preloads and replacements.
--
Neredbojias
Contrary to popular belief, it is believable.
Navigation:
[Reply to this message]
|