blob: 5778d81841e1c5faee704d8ddab0fbacc288e6b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<style>
#c {
clip-path: url(undefined);
}
.cl {
opacity: 0.29556127;
}
</style>
<script>
function eh1() {
a.createCaption();
b.vAlign = "top";
}
function eh2() {
c.deleteCell(0);
setTimeout(eh1, 0);
}
</script>
<body onload="eh2()">
<table id="a">
<tr id="c">
<th>
<th id="b">
<colgroup class="cl">
|