Hi,

In html template, I have some background images through inline css in
the table tag.

style="background-image: url('images/aboout_us.jpeg')"

There four such tables in the template, each one having different
background images, size ranging from 5KB to 60KB.

The images show up properly in Firefox if the page is directly viewed
through file protocol or if accessed from Apache server.
It also shows up properly when accessed from dev_Appserver and viewed
in IE.
But when it is accessed from dev_appserver and viewed in firefox, the
behavior is erratic. All the four images do not show up at the same
time, and on repeated refresh of the browser, none, any one or more of
the images will show up and others would not show. Out of the four
anyone can show up and there is no co-relation with the size of the
image.

Evidently it is not a coding error, as the behavior is not consistent.
My hunch is that it is something to do with how firefox is requesting
for the images and how dev_appserver is responding to the same.

>From the debug messages on the dev_appserver,  the GET of the images
do now show up in a regular order when accessed from firefox. But it
is very consistent and properly ordered, when accessed from the IE.

Can anyone please help me in understanding what is happening and what
might be the remedy?

Thanks in advance.

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

Reply via email to