AlterPoser
02-12-2009, 09:10 AM
Is there a way were I can have fluid height on an iframe? My site is just basically and iframe and I don't want to have to add a scroll box on my site, well two of them.
<iframe src="http://twitter.com/alterposer" style="width: 100%; height:1500px" name="internal"
scrolling="yes" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0">
</iframe>
I also wanted to ask if there's a way to make a CSS column to have fluid height was well. I want to keep the fixed width though.
#leftcolumn {
color: #000;
border: 1px solid #080808;
margin: 0px 5px 5px 0px;
padding: 10px;
height:1500px;
width: 955px;
float: left;
background: #080808;
}
Any help would be great.
Thanks.
Ap
<iframe src="http://twitter.com/alterposer" style="width: 100%; height:1500px" name="internal"
scrolling="yes" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0">
</iframe>
I also wanted to ask if there's a way to make a CSS column to have fluid height was well. I want to keep the fixed width though.
#leftcolumn {
color: #000;
border: 1px solid #080808;
margin: 0px 5px 5px 0px;
padding: 10px;
height:1500px;
width: 955px;
float: left;
background: #080808;
}
Any help would be great.
Thanks.
Ap