is it possible to absolutely position an iframe? I can position the top and left, but not the bottom and right. I need to do all 4 sides.
<iframe src="http://apple.com/" id="myframe"></iframe>
#myframe {
position: absolute;
top: 40px;
left: 40px;
right: 40px;
bottom: 40px;
}
check out my fiddle
It's just an Idea, I wrapped my <iframe>
with a <div>
, look here:
jsfiddle.net/bTrfD/1/
<div>
<iframe src="http://apple.com/" id="myframe"></iframe>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With