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.
Wrong display marker in IE 7 / 8
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Wrong display marker in IE 7 / 8
Hi,
Jan
Just enable standard template for testing to see if this is caused by template or notI think that the error will probably be in the template,
which is made in Artisteer, but I do not know where to look for
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 08 Dec 2011, 16:40
Re: Wrong display marker in IE 7 / 8
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.
-
- Phoca Newbie
- Posts: 2
- Joined: 08 Dec 2011, 16:40
Re: Wrong display marker in IE 7 / 8
i'm sorry...but still...can someone help me?
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Wrong display marker in IE 7 / 8
Hi, I think you need to ask some Artisteer expert , I don't know Artisteer
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Jun 2012, 09:22
- Location: Poland
- Contact:
Re: Wrong display marker in IE 7 / 8
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.
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.