Click to See Complete Forum and Search --> : div load order


[tim]
09-17-2008, 12:54 PM
I have a page that looks totally different between IE and Firefox. I'm mainly using div tags to hold my objects. Is there any way to specify the load order for these div tags? Or is there something else that could be causing this odd behavior?

thanks,
tim

KDLA
09-17-2008, 01:52 PM
I believe that the page loads in the order that it is coded. Absolute positioning could cause a patchy load as you've described.

Declan1991
09-17-2008, 06:53 PM
Have you a link to the page? While KDLA is probably right, we can explain better if you have an actual page or some code.