/    Sign up×
Community /Pin to ProfileBookmark

How to fix in one place my iFrame?

hi, can somebody help me pls on iFrame.

this is it:

<iframe src=”http://xxx.htm” id=”layer0″ width=”390″ height=”1124″ scrolling=”no” frameborder=”no” position:absolute; left:200; top:350></iframe>

my problem is if i resize my window the iFrame over laps other text.?

thanks.

to post a comment
CSS

5 Comments(s)

Copy linkTweet thisAlerts:
@bathurst_guyFeb 11.2007 — It's because you are using absolute positioning which takes it out of the normal flow of the website. If you don't use position absolute this will not happen.
Copy linkTweet thisAlerts:
@bathurst_guyFeb 11.2007 — You are using really bad code there though.... That should be in style tags!!! And you should specify what measurements, like pixels.&lt;iframe src="http://xxx.htm" id="layer0" width="390" height="1124" scrolling="no" frameborder="no" style="position:absolute; left:200px; top:350px;"&gt;&lt;/iframe&gt;
Copy linkTweet thisAlerts:
@newAyanamiauthorFeb 11.2007 — hi....just want to ask how can i float(liquid) the iframe, so that when i resize the window it wont over lap the other text?

i already remove the

style="position:absolute

in the code, but it still over laps the other text.

thanks.
Copy linkTweet thisAlerts:
@WebJoelFeb 11.2007 — Could you post all of your code so far, or URL to site, if available? It still sounds as if there are other "absolute" positioned things messing this up, and it is nearly impossible to suggest a solution based upon the one line of HTML that you provided. ? Thanks.
Copy linkTweet thisAlerts:
@newAyanamiauthorFeb 12.2007 — hello, pls see attached for my complete code.

code.txt

thanks.

[upl-file uuid=83a7dfa2-e436-479e-8816-81af08245005 size=13kB]code.txt[/upl-file]
×

Success!

Help @newAyanami spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.23,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...