Page 1 of 1

Wrong display marker in IE 7 / 8

Posted: 25 Nov 2011, 20:29
by zskal
Hi I would like to ask you more experienced advice about where to find the bug,
or what to look for when I have the map marker inserted somehow shifted and is
visible even if the next marker. Poorly describes it, better you see it here:
http://www.spshol.cz/joomla/index.php?o ... Itemid=598.
But this error only appears when viewed in IE v7 or 8 in the other versions of IE (6 and 9)
and even in other browsers it's fine. I think that the error will probably be in the template,
which is made in Artisteer, but I do not know where to look for ... Otherwise, it runs on
J! in version 1.5.23 and Phoca Maps is 1.1.1 Thanks for any advice.
Sorry for my bad English.

Re: Wrong display marker in IE 7 / 8

Posted: 30 Nov 2011, 17:27
by Jan
Hi,
I think that the error will probably be in the template,
which is made in Artisteer, but I do not know where to look for
Just enable standard template for testing to see if this is caused by template or not :idea:

Jan

Re: Wrong display marker in IE 7 / 8

Posted: 08 Dec 2011, 16:46
by ectos
I have the same problem. My template is made in Artisteer and when i switch it to default template there are no problems... But I don't understand where is the bug.

Re: Wrong display marker in IE 7 / 8

Posted: 08 Jan 2012, 15:45
by ectos
i'm sorry...but still...can someone help me?

Re: Wrong display marker in IE 7 / 8

Posted: 11 Jan 2012, 20:43
by Jan
Hi, I think you need to ask some Artisteer expert :-(, I don't know Artisteer :-(

Jan

Re: Wrong display marker in IE 7 / 8

Posted: 14 Jun 2012, 11:37
by joop77
I had the same problem with markers in IE. I solved them. Problem is in css code. You have margins set on img in css.
Add this in your css file:
#phocamaps-box img{margin:0px;padding:0px;}
This probably solved your problem with markers in freaky IE ;) Good luck.