Images not showing in Internet Explorer 6 and 7

jessicakoh - June 3, 2009 - 00:56
Project:Taxonomy List
Version:5.x-1.5
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

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?

#1

NancyDru - June 20, 2009 - 17:31
Priority:critical» normal
Status:active» postponed (maintainer needs more info)

I 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."

 
 

Drupal is a registered trademark of Dries Buytaert.