|
Posted by sagejoshua on 10/25/05 04:29
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
Navigation:
[Reply to this message]
|