Sers,
ich möchte ein pop-up nur mit css machen (mit js gehts
Hat jmd ne ahnung wie (ob) ich das machen kann?
Momentan öffnet sich bei klick auf den Link ein neues Fenster (ein div-container)...
dort steht dann der Link drin (container überlappt den Link nicht). Als neue Seite habe ich die ursprüngliche angegeben.
Kann ich das mittels visibility (oder anders) irgendwie hinbekommen, daß dort ein neuer text angezeigt wird?
-> siehe dazu auch: http://www.meyerweb.com/eric/css/edge/popups/demo.html
Bis jetzt:
HTML: <div class="weiter"><a href="seite.html">weiter</a></div>
CSS: .weiter a {
position: absolute;
font-size: 12px;
font-family: ARIAL,VERDANA,HELVETICA;
color: #000000; }
.weiter a:active {
position: absolute;
margin-top: 35px;
margin-left: 20px;
width:350px;
height:354px;
background-color: #FAEEC5;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
z-index:1;
cursor:default; }
ich möchte ein pop-up nur mit css machen (mit js gehts

Hat jmd ne ahnung wie (ob) ich das machen kann?
Momentan öffnet sich bei klick auf den Link ein neues Fenster (ein div-container)...
dort steht dann der Link drin (container überlappt den Link nicht). Als neue Seite habe ich die ursprüngliche angegeben.
Kann ich das mittels visibility (oder anders) irgendwie hinbekommen, daß dort ein neuer text angezeigt wird?
-> siehe dazu auch: http://www.meyerweb.com/eric/css/edge/popups/demo.html
Bis jetzt:
HTML: <div class="weiter"><a href="seite.html">weiter</a></div>
CSS: .weiter a {
position: absolute;
font-size: 12px;
font-family: ARIAL,VERDANA,HELVETICA;
color: #000000; }
.weiter a:active {
position: absolute;
margin-top: 35px;
margin-left: 20px;
width:350px;
height:354px;
background-color: #FAEEC5;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
z-index:1;
cursor:default; }
Zuletzt bearbeitet: