Sticky Footers in domino
Category HTML CSSAny of you who have tried to do sticky footers with domino, may have ground your teeth in frustration as the best CSS only solutions don't seem to work, how ever this one does!!! http://www.cssstickyfooter.com/, well initially it does not, but in the best tradition of RTFM, all you have to do is look at the tiny foot note at the bottom of the instructions which is aimed at .Net developers
"When coding sites for ASP.net where each page is inside a <form> tag, be sure to add the form tag to the height:100% statement, else it will break the sticky footer. Like this;
html, body, form, #wrap {height: 100%;}"
Ohhhhh domino does those as well, and one line of css later, it all works







Comments
Posted by Martin Leyrer At 10:41:06 On 07/04/2010 | - Website - |
Posted by Mark Myers At 14:54:51 On 10/04/2010 | - Website - |