|
|
@ -150,7 +150,7 @@ padding: .75em; |
|
|
|
width: 240pt; |
|
|
|
} |
|
|
|
|
|
|
|
.box { |
|
|
|
.gamebox { |
|
|
|
border-style: solid; |
|
|
|
border-width: 1pt; |
|
|
|
cursor: pointer; |
|
|
@ -416,7 +416,7 @@ if (document.getElementById("waitmessage") != null) |
|
|
|
{ |
|
|
|
if (TableAcrossWord[x][y] >= 0 || TableDownWord[x][y] >= 0) |
|
|
|
{ |
|
|
|
document.write("<td id=\"c" + PadNumber(x) + PadNumber(y) + "\" class=\"box boxnormal_unsel\" onclick=\"SelectThisWord(event);\">"); |
|
|
|
document.write("<td id=\"c" + PadNumber(x) + PadNumber(y) + "\" class=\"gamebox boxnormal_unsel\" onclick=\"SelectThisWord(event);\">"); |
|
|
|
|
|
|
|
if( solu[x][y] != '') |
|
|
|
document.write( solu[x][y]); |
|
|
|