Slideshow link not displaying properly in Mambo in IE

eepiccolo

Joined: 2005-05-09
Posts: 2
Posted: Mon, 2005-05-09 03:43

Hi,

I've got galley 1.5 as a component in my Mambo 4.5.2 instalation. The problem I have is the slideshow link show up like this: [slideshow
The right bracket is missing. This problem only seems to show up in IE, not Firefox (I've not tried any other browsers). Here's a link if you want to see: http://timmetzhi.com/index.php?set_albumName=gray_composite_deck&option=com_gallery&Itemid=30&include=view_album.php

So might anyone know what might be happening?

Thanks.

 
signe
signe's picture

Joined: 2003-07-27
Posts: 2322
Posted: Mon, 2005-05-09 08:38

All I can say is "some sort of weird IE bug"

The code is definitely there, and as you say, it shows up correctly in FF...

<table id="menu" align="right"><tr>
	<td><a href="/index.php?set_albumName=gray_composite_deck&amp;option=com_gallery&amp;Itemid=30&amp;include=slideshow.php">[slideshow]</a></td></tr></table>	</form>
    </td>
  </tr>
</table>
 
eepiccolo

Joined: 2005-05-09
Posts: 2
Posted: Mon, 2005-05-09 14:49
signe wrote:
All I can say is "some sort of weird IE bug"

The code is definitely there, and as you say, it shows up correctly in FF...

My best guess is that it has something to do with stylesheets, because the impression I get is that's where there are a lot of discrepancies between the two browsers.

It's not that I have any love for IE, but that's what the majority of custiomers use who go to the website.

I guess my question is what parts of the Gallery component use the Mambo template stylesheet for rendering, and what parts use Gallery's own definitions, so I can try and track down where the problem is coming from?