Results 1 to 4 of 4

Thread: LogicWeb Live Chat

  1. #1
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default LogicWeb Live Chat

    Greetings everyone,

    On the www.logicweb.com top banner (static), the live chat white circle image map area has an IE issue here.

    The live chat image map works fine in Firefox and Oprea but not in IE7. I believe its the # link. What can I do to the below code for the chat to rectify this in IE without ruining it for the other more compliant browsers?

    Code:
    <div id="imgmap">
        <a href="/index.php">
        <img src="images/header.gif" alt="Web Hosting by LogicWeb" class="img" /></a>
        <a id="area1" href="#" onclick="window.open('http://messenger.providesupport.com/messenger/chadi.html', '_blank', 'menubar=0,location=0,scrollbars=auto,resizable=1,status=0,width=500,height=480')"></a>
    </div>
    Talk Jesus Forums [ Over 100 Fulfilled Prophecies in the Bible ]
    .....................................................................................
    LogicWeb [ Awesome Web Hosting Since 2004 ]

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    It's because the anchor is empty. Try adding a space and see if that makes a difference. I don't know if that throws off your image map though.

    Code:
    <a id="area1" href="#" onclick="window.open('http://messenger.providesupport.com/messenger/chadi.html', '_blank', 'menubar=0,location=0,scrollbars=auto,resizable=1,status=0,width=500,height=480')">&nbsp;</a>

  3. #3
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the help. Unfortunately, that did not fix it.
    Talk Jesus Forums [ Over 100 Fulfilled Prophecies in the Bible ]
    .....................................................................................
    LogicWeb [ Awesome Web Hosting Since 2004 ]

  4. #4
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Try adding background:red; or something similar to the CSS and see if you can track down where the div lands in IE. You will need to add a space inside the anchor as IE doesn't render empty elements, but that won't solve it completely.

    Also try adding the styles inline to see if it's a CSS/IE box model alignment problem or something else.

    Being able to actually see where the anchor is in IE would greatly help in debugging.

Bookmarks

Posting Permissions

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