http://www.search-this.com/cp.html
moz isn't happy![]()
| SitePoint Sponsor |





http://www.search-this.com/cp.html
moz isn't happy![]()
WordPress Plugins: Comment Info Tip
My Blogs: What a Savage | Search-This
Tools: Search Engine Decoder | PageRank Decoder
Podcast: Rand Fishkin | SitePoint Founders





don't have a suggestion but it sure doesn't look anything like it does in IE...but you knew that...![]()

This isn't a 100% solution, but its closer.
Code:body,html { height: 100%; margin: 0px 0px; padding: 0px 0px; width: 100%; }
Anthony


Mozilla won't render a height beyond what the markup demands using height: X
Try adding:
html>body #elementname { height: auto; min-height: 100%; }
You may need to place them in a container with a pixel set height for the 100% to be meaningful though.
Bookmarks