Problem with hard codes element.style {
-
I have a problem with Event Manger and the shown Google Maps. Please have a look at this example:
https://oldtimer-veranstaltung.de/kalender/termine/maitour-in-die-pfalz/You see in the map a “grey shadow” and “broken lines” in the detail section.
Firebug shows this for the “grey section”:
element.style {
-moz-user-select: none;
border: 0 none;
height: 370px;
left: -14px;
margin: 0;
padding: 0;
position: absolute;
top: -310px;
width: 1144px;If I delete “-” in “top: -310px;” the wrong shadow is away!
An the style for the broken lines are this:
element.style {
-moz-user-select: none;
border: 0 none;
height: 786px;
left: 0;
margin: 0;
padding: 0;
position: absolute;
top: -691px;
width: 690px;If I delete “-” in “top: -691px;” the broken line is away and then ok!
In which modul (*.js or *.php)you generate the element style hard code?
That is not a good way to program.
Thanke for help.
- The topic ‘Problem with hard codes element.style {’ is closed to new replies.