habe das problem das beim cimy image rotator die bilder nicht wechseln
habe 2 sec eingestellt
beim refresh der seite wird das andere bild angezeigt
aber das ist ja nicht sinn der sache
dann noch ein positions problem
die bilder werden im firefox richtig angezeigt aber im IE nicht an der selben position ?
was muss ergänzt werden ?
PHP
#cimy_div_id {
float: left;
margin: 0.5em 15.2em;
border: 1px solid #000000;
width: 378px;
height: 86px;
}
div.cimy_div_id_caption {
position: absolute;
margin-top: 175px;
margin-left: -75px;
width: 150px;
text-align: center;
left: 50%;
padding: 5px 10px;
background: black;
color: white;
font-family: sans-serif;
border-radius: 10px;
display: none;
z-index: 2;
}
Alles anzeigen