danillo
22.01.2007, 10:53
Mein Problem ist Folgendes:
Ich habe meine Bilder in der product_info in etwa so eingebaut:
images/bild_tn.jpgimages/bild.jpg (#)
und dazu folgende CSS (Cascading Style Sheets ) CSS
http://de.selfhtml.org/css/ (http://anonym.to/?http://de.selfhtml.org/css/) - Top CSS Einsteiger Seite
http://www.css4you.de/ (http://anonym.to/?http://www.css4you.de/) - CSS Reference-Anweisungen:
#pic a .large {
****border: 0px;
****display: block;
****height: 1px;
****left: -1px;
****poistion: absolute;
****top: -1px;
****width: 1px;
}
#pic a.p1:hover .large {
****border: 1px solid #000000;
****display: block;
****height: 233px;
****left: 150px;
****poistion: absolute;
****top: -60px;
****width: 300px;
}
Im Firefox klappt das auch prima. Mit der Maus über das kleine Bild, und schwups erscheint das große Bild, völlig ohne PopUp. Aber der IE verweigert den Dienst :(
Hat jemand eine Ahnung, woran das liegen kann?
Ich habe meine Bilder in der product_info in etwa so eingebaut:
images/bild_tn.jpgimages/bild.jpg (#)
und dazu folgende CSS (Cascading Style Sheets ) CSS
http://de.selfhtml.org/css/ (http://anonym.to/?http://de.selfhtml.org/css/) - Top CSS Einsteiger Seite
http://www.css4you.de/ (http://anonym.to/?http://www.css4you.de/) - CSS Reference-Anweisungen:
#pic a .large {
****border: 0px;
****display: block;
****height: 1px;
****left: -1px;
****poistion: absolute;
****top: -1px;
****width: 1px;
}
#pic a.p1:hover .large {
****border: 1px solid #000000;
****display: block;
****height: 233px;
****left: 150px;
****poistion: absolute;
****top: -60px;
****width: 300px;
}
Im Firefox klappt das auch prima. Mit der Maus über das kleine Bild, und schwups erscheint das große Bild, völlig ohne PopUp. Aber der IE verweigert den Dienst :(
Hat jemand eine Ahnung, woran das liegen kann?