<em>@juremmm 191864 wrote:</em><blockquote>Hi,
my web page is nearly finished. I have placed two banners below and in IE I can see txt “Pasica”, when I mouseover banner. The txt. translation means “Banner”, which I guess the Banner module generates somewhere and I cannot disable this txt to appear in IE.
In Mozilla all is OK, only in IE I have that problem.
Can you please check: http://www2.svet-el.si/jure/
Thanks
Jurij</blockquote>
This issue comes from the banner module. Just open file modules/mod_banners/helper.php for edit.
Find this code
$image = '<img src="'.$baseurl.'images/banners/'.$item->imageurl.'" alt="'.JText::_('Banner').'" />';
Replace:
$image = '<img src="'.$baseurl.'images/banners/'.$item->imageurl.'" />';