Meet friends, chat and have fun!
Our community has created the world's
best place for chat. You can meet new friends, connect with popular IMs, play games and much more ...
Click Mig33 to join ...
File: dropdown.js
// ***** Popup Control *********************************************************// ***** at_show_aux *****
function at_show_aux(parent, child)
{
var p = document.getElementById(parent);
var c = document.getElementById(child );
var top = (c["at_position"] == "y") ? p.offsetHeight+2 : 0;
var left = (c["at_position"] == "x") ? p.offsetWidth +2 : 0;
for (; p; p = p.offsetParent)
{
...