IE6 and query_posts: fail.
-
This is weird. I have some tabs on the homepage. I’m populating the tabs with specific blog posts. For some reason, this isn’t outputting any content in IE6 and safari. Works fine in FF.
<? query_posts('p=36'); while (have_posts()) : the_post(); the_content(); endwhile; ?>This isn’t a css issue. View Source shows the containing <div>s as empty but view source in FF shows the content in the <div>s. I mean, I know this doesn’t make sense – this should all be resolved long before the browser knows the difference but man, it’s just not there!
Is there another/better way to get a single post that I might should try? There are actually 5 different calls likes that to fill each tab. I tried removing all but one but it didn’t make a difference.
Thanks for any thoughts.
Will
The topic ‘IE6 and query_posts: fail.’ is closed to new replies.