Can I easily control the order in which things load on a page of mine?
October 22, 2009 1:35 PM
Subscribe
I need some help fixing a web page. Images load in the wrong order, and users are finding it confusing.
I have a free album up
here, and it's gotten about a zillion views, which I'm very happy about. But many users report that the images of the book pages don't show up.
As it turns out, in Firefox (by far the most popular browser that visits the site) they
do show up, but they are displaced below the Flash player that plays the album until the entire page loads. Is it possible to force the pages to load right next to the player?
This must have to do with the way Firefox renders things, but the few hacks that I've tried on the code have not changed the order that things appear. Any advice would be much appreciated.
posted by fake to computers & internet (6 comments total)
First fix: try to set a width (css style attribute) on the object or td containing the flash file.
Second fix: get rid of the td tags, and use floated divs. (float them all right).
posted by cschneid at 1:43 PM on October 22