Make a div. Set a height and width with overflow set to auto for that div. Put content you had in iframe in that div.
ie(example yay)
CSS
Code:
#thiswasmyiframenowiusecssYAY {
height:100px;
width100px;
overflow:auto;
}
HTML
Code:
<div id="thiswasmyiframenowiusecssYAY">
<p>
YADAYADAYADAYADAYA DAYADAYADAYADAYADAYADAYADAYADAYADAYADAYADA
I want an image <img src="myimagewahooo.jpg" style="float:left;" /> there's my image
well well well i wonder if this is 101 pixel yet to show the scroll bar if its not but you
always want the scroll bar there change the overflow to scroll</p></div>
For more info http://www.456bereastreet.com/lab/cssframes/
Bookmarks