Hi could someone please helpe me as far as coding goes with placing an inline frame where I want it on my page? I want it in a precise place but not sure how to movie it away from the top left corner of the page.
Thanks-Shawna
Hi could someone please helpe me as far as coding goes with placing an inline frame where I want it on my page? I want it in a precise place but not sure how to movie it away from the top left corner of the page.
Thanks-Shawna
<iframe style='top:100px;left:100px; position:fixed;' src='http://www.blablabla'></iframe>
<iframe style='top:100px;left:100px; position:relative;' src='http://www.blablabla></iframe>
first code remains fixed in position and the page scrolls around it
second code scrolls with the page
google search would have been "CSS positioning an iframe"
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.