Site doesn't show up in FF/Opera [renamed]

Quick issue. In IE the site shows up fine, in Firefox or Opera the [URL=“http://www.liquidnightlife.com/index3.php”]site is there, no one can see it though.

Any ideas?

Thanks.

FF doesnt support % heights

one way around this is stripping your doc type

Works for me. Thanks.:thumb2:

Works well :slight_smile:

A better way would be to make the html and body tag 100% height aswell. Percentage heights are supposed to make the object some percent of it’s parent element, but IE ignores it (or something like that).

You need to type this in a style tag:
html, body { height: 100%; }