PDA

View Full Version : LogicWeb Live Chat


chadi
May 3rd, 2008, 03:28 PM
www.logicweb.com

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?

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

FrEaKmAn
May 4th, 2008, 05:41 PM
I suggest that u use google, there are some discussions about IE7 having problems...

princezuda
May 5th, 2008, 12:48 AM
yes I agree with freakman it has some problems like not letting go of cache you can have searched ten webpages in different tabs but then closed them as the day goes by and it still holds it all in the cached memory if you check your processes also there can be three processes of IE7 running in the background at the same time draining up all your cache. I prefer firefox.
I suggest that u use google, there are some discussions about IE7 having problems...

chadi
May 5th, 2008, 01:12 AM
Freakman, and what exactly made you think I did not use Google? I'm very well aware of IE's shortcomings, however the question and goal is to find a workaround. That is, a solution within the code to make it work.

I'm not a web developer/programmer by trade, so that is why I am asking here.

princezuda
May 5th, 2008, 01:15 AM
go to www.w3schools.com they show image mapping on there step by step and they also have which codes do not work in which browsers.