Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2009
    Posts
    120
    Plugin Contributions
    0

    help question Why does this show in Firefox but not IE?

    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

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Why does this show in Firefox but not IE?

    you have Two divs with same ID logo2 .. you can only have one unique Div ID per document.

  3. #3
    Join Date
    Feb 2009
    Posts
    120
    Plugin Contributions
    0

    Default Re: Why does this show in Firefox but not IE?

    Thanks. If I change the div to a new ID it still doesn't appear in IE.

  4. #4
    Join Date
    Feb 2009
    Posts
    120
    Plugin Contributions
    0

    Default Re: Why does this show in Firefox but not IE?

    Sorted it.

    Just in case this code helps someone in future this is what I added:

    <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>

 

 

Similar Threads

  1. v155 Manually added page_5 does not show content but does in admin
    By oavs in forum General Questions
    Replies: 2
    Last Post: 10 Jun 2016, 08:43 AM
  2. Why does Account History not show??
    By PearceStephens in forum General Questions
    Replies: 3
    Last Post: 29 Jan 2013, 01:24 AM
  3. Why IE see it okay, but firefox not?
    By explorer1979 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jan 2007, 04:15 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg