Note that there are some explanatory texts on larger screens.

plurals
  1. POfooter won't stick in IE compatibility mode (can't find an answer anywhere)
    primarykey
    data
    text
    <p>Here's the website:</p> <p><a href="http://www.uiowa.edu/~ucoll/academicmisconduct.shtml" rel="nofollow">http://www.uiowa.edu/~ucoll/academicmisconduct.shtml</a></p> <p>When I go into compatability mode my footer jumps up to the bottom of my header. I have a wrap with a virtually included header, then a content area, then a virtually included footer (fs-footer). I'm pretty sure it's something to do with the min-height element. I've tried a bunch of work arounds and alternatives. I've also searched googles and forums but haven't found a good answer. Please help :)</p> <p>Code:</p> <pre><code>html { height: 100%; } body { padding: 0; margin: 0 0 0 0; font-family: Lucida Grande, Lucida Sans, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; background-color:#999; background-position:center; height: 100%; } #wrap { width: 1024px; height:100%; margin: auto; padding: 0; min-width: 1024px; position: relative; } #mainContentPage { background-image: url(images/backgrounducContent.png); background-repeat:no-repeat; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; width: 1024px; margin: 0; float: right; border-bottom:thick; border-bottom-color: #000; background-color: #FFF; min-height: 100%; } .fs-footer { clear:both; float:left; padding-bottom:30px; padding-top:0px; width:1024px; border-top:thick; border-top-color:#000; border-top-style:groove; border-top-width:thick; background-color:#FFF; background-image:url(images/ucfooter2.png); height: auto; } </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload