Topic: gallery body wont resize in IE
Firefox responds to the smaller height code listed below but
IE does not. Any ideas? Thanks in advance, and thanks for
a great product.
<style type="text/css">
/* hide from ie on mac */
html {
height: 75%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}
/* end hide */
body {
height: 60%;
margin: 0;
padding: 0;
background-color: #1E1E1E;
color:#ffffff;
}
</style>