On Mon, 2008-11-02 at 11:27 -0800, iain duncan wrote:
> Maybe someone else has had this happen and might know where to look. In
> IE, when my site is loaded from it's new setup there is a brief flash of
> every page *without* the style sheet applied before I see it properly.
> This doesn't happen on my linux box with firefox. The deployment is a
> mod_proxy set up with apache2, and I have apache2 set up to serve css
> directly, here is the virtual host section:
> 
> Thanks, Iain

It seems to have improved, but not disappeared, by changing the line in
master.html ( genshi ) from:

@import "${tg.url('/static/css/momcafe_style_1.css')}";

to 

<link rel="stylesheet" type="text/css"
href="/static/css/momcafe_style_1.css" media="all" />

But there is still sometimes a flicker on IE 6. I have upgraded to
Genshi, but didn't have this problem with my other genshi site.
Confused!

Thanks
Iain



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to turbogears@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to