What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Scrolling frames as one (HTML)

Scrolling frames as one (HTML)
Author: Message:
PenguinBoy
Full Member
***

Avatar
indude

Posts: 270
Reputation: 4
35 / Male / –
Joined: Jun 2003
O.P. Scrolling frames as one (HTML)
I was wondering if anyone knows how to make multiple frames appear as if they are just different tables one page, I can't find any values or attributes to let me do it, but I remember sites which allow it. I know how to make the frames scroll separately but not how to make them do it so the top frame will scroll out of view as if they were attached and not really frames.

code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>TEN YEAR PROSPECT</title>

</head>
<frameset rows="270,*" frameborder="no" border="0" framespacing="0" scroll="yes">
  <frame src="header.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame"

title="topFrame" />
  <frame src="news.html" name="mainFrame" scrolling="No" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>


That's the code I've got - Is the solution complicated, or is there a simple attribute I've over looked??

EDIT:

Infact, i want it to look like it does now: www.tenyearprospect.com - but it's only one page at the moment.

I need to convert it into frames to keep the music player working while switching tracks, and when I do that it either doesn't scroll at all, or the bottom frame will scroll while the top one remains static.

Thank you if you can help!

This post was edited on 04-21-2007 at 12:27 PM by PenguinBoy.
04-21-2007 11:47 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Scrolling frames as one (HTML) - by PenguinBoy on 04-21-2007 at 11:47 AM
RE: Scrolling frames as one (HTML) - by rav0 on 04-22-2007 at 11:54 AM
RE: Scrolling frames as one (HTML) - by Supersonicdarky on 04-22-2007 at 02:09 PM
RE: Scrolling frames as one (HTML) - by PenguinBoy on 04-22-2007 at 02:26 PM
RE: Scrolling frames as one (HTML) - by Supersonicdarky on 04-22-2007 at 02:29 PM
RE: Scrolling frames as one (HTML) - by PenguinBoy on 04-22-2007 at 02:32 PM
RE: Scrolling frames as one (HTML) - by Verte on 04-22-2007 at 09:34 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On