Referring to #324878: Taxonomy List looks different in Block
I used the below codes for my block.
<?php
if (function_exists('taxonomy_list_show')) {
return taxonomy_list_show(3, 'all', NULL, 3);
}
else {
return 'Oops..there is an error';
}
?>
Images are missing in Internet Explorer. All other browsers are displaying the images.
A snippet from "View Source" for Internet Explorer
<div class="taxonomy-list-item taxonomy-list-term-7"><ul class="links"><li class="first last taxonomy-list-image"><a href="/category/articles/face" class="taxonomy-list-image"><img src="http://domain-example.com/files/category_pictures/face.jpg" alt="Face" title="Face" width="" height="" /></a></li>
</ul><a name="7"></a><a href="/category/articles/face" class="taxonomy-list-term">Face</a></div>
Am I missing something here?
Comments
Comment #1
nancydruI no longer have IE6, but I'm viewing this in IE7 and it's displaying the images. Of course, I have the latest TL and TI code. I do notice, however, that the circle thingy that shows that IE is still working never seems to stop. And the description doesn't display, although there is space for it. I also see the title as the page title, which is totally wrong.
Since this is using TL in an non-standard way, I have to mark this down from "critical."
Comment #2
pomliane commentedThis version of Taxonomy List is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.