Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery mobile "loading" message… Reply To: jQuery mobile "loading" message…

#171203
nixnerd
Participant

Ok, so I switched this:

.photo_viewport{
    position: relative;
}

to this:

.photo_viewport{
    position: absolute;
}

And it has made the problem better. You just see a flash of the word loading. But… try switching that class to relative and all hell breaks loose. What’s the deal?