/    Sign up×
Community /Pin to ProfileBookmark

frame keeps moving?

i have a frame that im using and i got it in the right spot on my web page, but when i go to a higher resolution the frame moves to the right blocking some of the other stuff on the web site how do i make it stay in that exzact postion?

-help

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@Zach_ElfersJan 31.2003 — It sounds like you are using % to size you frames. To keep it from moving, use an absolute pixel value.
Copy linkTweet thisAlerts:
@numba_oneJan 31.2003 — i agree with zach that normally happenes if you use %'s
Copy linkTweet thisAlerts:
@warpedmonkeyauthorJan 31.2003 — how can you give me an example..........
Copy linkTweet thisAlerts:
@StefanFeb 01.2003 — [i]Originally posted by warpedmonkey [/i]

[B]how can you give me an example.......... [/B][/QUOTE]


It's MUCH easier if you provide a link to your site. Then people can just show you what to replace to fix your problem.
Copy linkTweet thisAlerts:
@Zach_ElfersFeb 01.2003 — <frameset cols="10%,90%">

<frame name="left" src="left.html" noresize />

<frame name="right" src="right.html" noresize />

<noframes>

Your browser doesn't support frames.

</noframes>

</frameset>

See where it says cols="10%,90%"? Change that to an absolute value for example cols="100,*". The asterisk means to use the left over space. Hope that helps.?
×

Success!

Help @warpedmonkey 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 6.2,
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: @meenaratha,
tipped: article
amount: 1000 SATS,

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

tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,
)...