I have a WordPress site that is doing something very bizarre. If you go to:
http://digitaldemo.net/joy/krippen-a-b-c/
When it loads, the main content div loads on the right hand side of the page
and then once the sidebar loads, THEN it gets pushed over to where it ought
to be.
It’s only really noticable in Firefox, but I’d like to find out what is causing
it and fix the issue.
Any ideas?
I solved the issue! I added
position:relativeto the #content div and then addedposition:absoluteandleft:30pxto the #content-left div. Voila!Thanks for everyone who tried to help me!