Hi,
I am trying to add a 'live chat' button to my site. It looks okay so far in FF but, in IE it doesn't show. Does anyone have any idea why? The code I have in tpl_header.php is:
<div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
<div id="logo2"><?php echo zen_image($template->get_template_dir(ADDRESS_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . ADDRESS_LOGO_IMAGE, ADDRESS_ALT_TEXT) ; ?></div>
<div id="logo2"> <a href="livezilla/livezilla.php" onclick="return popitup('livezilla/livezilla.php')"<img src="http://www.handcrafteduk.com/livezilla/image.php?id=01" width="160" height="40" border="0" alt="LiveZilla Live Help"></a> </div>
Many thanks,
Gary![]()



