This commit is contained in:
chicpro
2013-02-21 11:10:31 +09:00
parent 13fdd20984
commit 9fa61f5751

View File

@ -14,7 +14,7 @@ $(function() {
$td_name.each(function() {
$(this).css("z-index", count);
$(this).css("position", "relative");
count--;
count = count - 1;
});
});
</script>