Topic: Gallery height problem
Hi,
look at this screenshot here: http://img109.imageshack.us/i/capturekz.png/
You see, the height isn't at 100%, and i don't understand why.
My HTML and CSS code are simply:
<div class='right'>
<div class='right'>
<script type='text/javascript'>
var fo = new SWFObject("TiltViewer.swf", "viewer", "100%", "100%", "9.0.28", "#170E29");
[ ... ]
</script>
</div>
</div>
.right{
margin-left: 350px;
height: 100%;
}
.flashcontent{
height: 100%;
}