Kamis, 05 Agustus 2010

Mig33

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 ...
Read More - Mig33

Rabu, 23 Juni 2010

Drop down Menu and Drop down Search Box

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)   {    ...
Read More - Drop down Menu and Drop down Search Box