#294 처리
This commit is contained in:
@ -14,7 +14,7 @@ $(function() {
|
|||||||
$td_name.each(function() {
|
$td_name.each(function() {
|
||||||
$(this).css("z-index", count);
|
$(this).css("z-index", count);
|
||||||
$(this).css("position", "relative");
|
$(this).css("position", "relative");
|
||||||
count--;
|
count = count - 1;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user