chiark / gitweb /
Assorted HTML/CSS fiddlings to make things work better in IE. I've
authorSimon Tatham <anakin@pobox.com>
Fri, 5 Apr 2013 15:49:25 +0000 (15:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 5 Apr 2013 15:49:25 +0000 (15:49 +0000)
commit5dc559c8be1b8f6ed15f560433f25c952c874f93
tree017bac8616859248dd4abba5b2b908c0c81223e3
parent7479c2882dfa7c3b75653c728ade1997734f3d01
Assorted HTML/CSS fiddlings to make things work better in IE. I've
added a trivial doctype (IE complained without it), but that caused a
gap to appear between the puzzle and the status bar, so I tinkered a
bit more and ended up removing the <table> completely (no great loss)
as well as adding display:block to the canvas and explicitly setting
the width of not only the status bar div but also its parent div.
Meanwhile, I'm putting the "px" on the end of a lot of properties I
set from JS, because IE complains about that too if I don't.

[originally from svn r9809]
emcclib.js
html/jspage.pl