Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

var srcElement = event.srcElement; this command works vith IE

  • 2 wótegronje
  • 1 ma toś ten problem
  • 3 naglědy
  • Slědne wótegrono wót Rodo1

more options
function showMenu(menuToShow)
{
var srcElement = event.srcElement; 
var xPos = parseInt(srcElement.offsetLeft); 
var yPos = parseInt(srcElement.offsetTop);
menuToShow.style.left =	xPos + (srcElement.width);
menuToShow.style.top = yPos;
}
<pre><nowiki>function showMenu(menuToShow) { var srcElement = event.srcElement; var xPos = parseInt(srcElement.offsetLeft); var yPos = parseInt(srcElement.offsetTop); menuToShow.style.left = xPos + (srcElement.width); menuToShow.style.top = yPos; }</nowiki></pre>

Wót cor-el změnjony

Wšykne wótegrona (2)

more options

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.

See http://forums.mozillazine.org/viewforum.php?f=25

more options

Thanks. Will try