suchen

Heim  >  Fragen und Antworten  >  Hauptteil

javascript – Prinzip der Popup-Box-Implementierung

Was ist, wie im Bild gezeigt, das Implementierungsprinzip beim Klicken auf eine Schaltfläche, um ein benutzerdefiniertes Feld aufzurufen? Bitten Sie um Führung!

迷茫迷茫2809 Tage vor711

Antworte allen(3)Ich werde antworten

  • phpcn_u1582

    phpcn_u15822017-05-18 10:54:37

    <p style="position:absolute; top:0px; left:0px"></p>
    只要把position设置成absolute
    他就会根据你设置的top和left出现在页面中的不同位置

    Antwort
    0
  • PHPz

    PHPz2017-05-18 10:54:37

    模态框?原理:创建一个脱离文档流的p

    Antwort
    0
  • 怪我咯

    怪我咯2017-05-18 10:54:37

    一种实现方式是使用css的定位创建一个脱离正常文档流的p,使用javascript实现交互,控制样式,使用ajax来实现数据获取和传输。
    http://www.w3school.com.cn/cs...

    Antwort
    0
  • StornierenAntwort