hi leute
ich hab ein problem und zwar blende ich mit js ein panel mit details ein
loeble-reisen.de/index.php?tagesfahrten
das klappt aber nur in chrome und im ff
woran liegt es dass der ie das nicht packt?
Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
Geschlossen |
<a href="#" id="link06" onclick="reise06(); return false;">Details</a> function reise06(){ $('reise06').appear(); return false; }
<a href="#" onclick="$('reise06').appear(); return false;">Details</a>
<a href="#" onclick="$('reise06').appear(); return false;">Details</a>
<div style="cursor:pointer" onclick="$('reise06').appear(); return false;">Details</div>
<!--Reise 06--> <div id="reise06" style=" padding: 5px; margin: 10px; display:none; width:450px; height:300px; position: fixed; top: 150px; left: 200px; background: #E4E4E4; border:1px solid #16639B; z-index: 1; -moz-box-shadow: 0px 1px 5px #000; -webkit-box-shadow: 0px 1px 5px #000; box-shadow: 0px 1px 5px #000;"> <div style=" width: 100%; text-align: right;"> <input type="button" onclick="Effect.Fold('reise06'); return false;" value="Schliessen" > </div> <div class="half"> <p align="center"><span style="font-size: medium; text-align:center; color: #0A8ECA"><b>Ostermontagsfahrt ins Blaue<br></b> </span></p> <p> <b>Mo. 09.04.12</b><br><br> <b>Reise Nr.: 06</b><br><br> <span style="color:#0A8ECA; text-align: right;"><b>Preis: EUR 23,00</b></span><br> </p> </div> </div>
Geschlossen | ||
Zurück zu HTML, PHP, SQL,... |