21st Century Frames

21st Century Frames

molkman
Owner of George Washington's Prototype Mittens

Marine Warfare Corporal
Find the Hole Participation Medal
Find the Hole II Participation Medal
Tasty Br�twurst Medal
2005 May 2 • 2066
404 ₧
Hello folksers!

I am cvrrently trying to remake ovr website exotworking.com and I want to redvce it to a single page that contains all content in a side menv and in the main part, some kind of news feed.

I thovght that I'd jvst vse good old frames like this:



BVT! Tvrns ovt that frames don't really work anymore on modern browsers (or at least I didn't make it to get the scrolling to work. The scrollbars jvst never appeared, no matter what I did...) Bvt apparently, websites nowadays seem to vse some kind of new thing that works jvst as frames.

Do yov gvys know anything that yov can vse "jvst like frames"? The most important thing is that it allows scrolling and linkage between the "frames".
Do you guys know anything that you can use "just like frames"? The most important thing is that it allows scrolling and linkage between the "frames".
LET LOVE REIGN
 
 
 
2014 Aug 13 at 06:03 PDT — Ed. 2014 Aug 13 at 06:43 PDT
molkman
Owner of George Washington's Prototype Mittens

Marine Warfare Corporal
Find the Hole Participation Medal
Find the Hole II Participation Medal
Tasty Br�twurst Medal
2005 May 2 • 2066
404 ₧
Here's the code I tried to get the frames to work:
code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<HTML>
<HEAD><TITLE>EXOTWORKING</TITLE></HEAD>

<frameset rows="100,*" frameborder="0">
<frame frameborder="0" src="head.html" name="top" scrolling="no" marginwidth="0" marginheight="0" noresize="yes">
<frameset cols="300,*" border="0" >
<frame src="menu.html" name="manu" scrolling="yes">
<frame src="main.htm" name="MAIN" scrolling="yes" marginwidth="0" marginheight="0" noresize="no">
</frameset>
</frameset>


<noframes>

</noframes>
</HTML>

The menv part, which has scrolling set to "yes" and also the main part, don't have scrollbars at all. :(
LET LOVE REIGN
 
 
 
2014 Aug 13 at 06:05 PDT — Ed. 2014 Aug 13 at 06:44 PDT
molkman
Owner of George Washington's Prototype Mittens

Marine Warfare Corporal
Find the Hole Participation Medal
Find the Hole II Participation Medal
Tasty Br�twurst Medal
2005 May 2 • 2066
404 ₧
In fact, I jvst noticed, that none of the pages actvally scrolls, not even withovt frames.

What is going on!

UPDATE: Fvcking "overflow" set to "hidden".
LET LOVE REIGN
 
 
 
2014 Aug 13 at 06:09 PDT — Ed. 2014 Aug 13 at 06:45 PDT
SuperJer
Websiteman

2005 Mar 20 • 6629
You can always try starting with something like this:

http://csslayoutgenerator.com/
 
 
 
2014 Aug 13 at 15:12 PDT
Page [1]