[UPHPU] JavaScript/CSS problem (FF/IE)

Daniel C. dcrookston at gmail.com
Thu Nov 30 16:53:12 MST 2006


Jon Jensen gave me the fix for it.  Behold the wisdom of Sir Jensen the Great:

body{
 padding: 0;
 margin: 0;
 width: 100%;
 height: 100%;
}

Add that to the CSS and then IE knows that the body encompases the
entire page.  Which, you know, seems obvious.  But whatever.

Dan


More information about the UPHPU mailing list