39e2e81baf7e762a372ac5502d68d7473c75908d larrym Thu Jul 26 13:21:22 2012 -0700 move some stuff into css file diff --git src/lib/htmshell.c src/lib/htmshell.c index 826ddcf..0ee49bf 100644 --- src/lib/htmshell.c +++ src/lib/htmshell.c @@ -243,34 +243,32 @@ if (htmlWarnBoxSetUpAlready) return; htmlWarnBoxSetUpAlready=TRUE; // NOTE: Making both IE and FF work is almost impossible. Currently, in IE, if the message // is forced to the top (calling this routine after
then the box is not resizable // (dynamically adjusting to its contents). But if this setup is done later in the page // (at first warning), then IE does resize it. Why? // FF3.0 (but not FF2.0) was resizable with the following, but it took some experimentation. // Remember what worked nicely on FF3.0: // "var app=navigator.appName.substr(0,9); " // "if(app == 'Microsoft') {warnBox.style.display='';} // else {warnBox.style.display=''; warnBox.style.width='auto';}" fprintf(f, "