Alle Kategorien:
 Baza informacji o EUWT
 Komentarze nt. EUWT
 Bibliografia EUWT
 Orzecznictwo dotyczące EUWT
 Prawo o EUWT
  E U W T Zagadnienia Ogolne
  E U W T Zagadnienia Prakt...
  Gospodarka Komunalna
  Gospodarka Przestrzenna
  Miedzynarodowe Prawo Admi...
  Zwiazek Celowy

Protokół zmian strony OpenlawSEO


Wersja [1379]

Czas ostatniej edycji: 2008-03-05 22:55:07. Autor: WojciechLisiewicz.

Usunięte:
===little tooltip test===
""
<a href="#" onMouseOver="showWMTT('1');" onMouseOut="hideWMTT();">Unser Link</a>
<div class="tooltip" id="1">
Dies ist unser erster Tooltip
</div>
""


Wersja [1378]

Czas edycji: 2008-03-05 22:53:01. Autor: WojciechLisiewicz
Dodane:
<a href="#" onMouseOver="showWMTT('1');" onMouseOut="hideWMTT();">Unser Link</a>

Usunięte:
<a href="#" onMouseOver="showWMTT('1')" onMouseOut="hideWMTT()">Unser Link</a>


Wersja [1377]

Czas edycji: 2008-03-05 22:49:38. Autor: WojciechLisiewicz
Dodane:
<a href="#" onMouseOver="showWMTT('1')" onMouseOut="hideWMTT()">Unser Link</a>

Usunięte:
<a href="#">Unser Link</a>


Wersja [1376]

Czas edycji: 2008-03-05 22:46:18. Autor: WojciechLisiewicz

Usunięte:
<script>
<!--
wmtt = null;
document.onmousemove = updateWMTT;
function updateWMTT(e) {
x = (document.all) ? window.event.x + document.body.scrollLeft : e.pageX;
y = (document.all) ? window.event.y + document.body.scrollTop : e.pageY;
if (wmtt != null) {
wmtt.style.left = (x + 20) + "px";
wmtt.style.top = (y + 20) + "px";
}
}
function showWMTT(id) {
wmtt = document.getElementById(id);
wmtt.style.display = "block"
}
function hideWMTT() {
wmtt.style.display = "none";
}
//-->
</script>


Wersja [1367]

Czas edycji: 2008-03-04 21:42:05. Autor: WojciechLisiewicz
Dodane:
<div class="tooltip" id="1">

Usunięte:
<div style="position: absolute;
display: none;
background-color: #FFFFFF;" id="1">
<style type="text/css">
.tooltip {
position: absolute;
display: none;
background-color: #FFFFFF;
</style>


Wersja [1366]

Czas edycji: 2008-03-04 21:40:36. Autor: WojciechLisiewicz
Dodane:
<div style="position: absolute;
background-color: #FFFFFF;" id="1">

Usunięte:
<div class="tooltip" id="1">


Wersja [1365]

Czas edycji: 2008-03-04 21:39:48. Autor: WojciechLisiewicz
Dodane:
===little tooltip test===
""
<a href="#">Unser Link</a>
<div class="tooltip" id="1">
Dies ist unser erster Tooltip
</div>
<style type="text/css">
.tooltip {
position: absolute;
display: none;
background-color: #FFFFFF;
}
</style>
<script>
<!--
wmtt = null;
document.onmousemove = updateWMTT;
function updateWMTT(e) {
x = (document.all) ? window.event.x + document.body.scrollLeft : e.pageX;
y = (document.all) ? window.event.y + document.body.scrollTop : e.pageY;
if (wmtt != null) {
wmtt.style.left = (x + 20) + "px";
wmtt.style.top = (y + 20) + "px";
}
}
function showWMTT(id) {
wmtt = document.getElementById(id);
wmtt.style.display = "block"
}
function hideWMTT() {
wmtt.style.display = "none";
}
//-->
</script>
""


Wersja [1361]

Czas utworzenia ostatniej znanej wersji strony 2008-03-03 20:43:06. Autor: WojciechLisiewicz.