Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Locking "frameset" and enabling partial scrolling

Featured Replies

I've been playing around with some web "programming" languages and put up a framework for a learning website. Problem is that I cannot seem to lock the framework, while enable scrolling in the frames of my choise. I don't use the old broken html frameset though :-) What I want is to lock the banner, and the rest of the "frameset" while enabling scrolling in the menu and the main sections while only scrolling in its own frame (scrollin in the menu for itself and scrolling in the mainframe for itself)...

Thanks for paying me some attention!!

Some of the code (only the part I think is neccesary):

From the index file

<div id="page">
<div id="banner">
<h1>Welcome</h1>
</div>
<table id="inner">
<tr>
<td id="menu">
<?php include("Menu.php"); ?>
</td>
<td>
<div id="main">
<?php include("Mainframe.php"); ?>

From the style.css file (perhaps it's not needed):


#page {
/*margin: 0 auto;*/
margin-top: 0px;
margin-left: 0px;
width: 100%;
height: 100%;
position: relative;
z-index: 3;
}

#banner {
text-align: center;
border: 1px transparent;
padding: 40px;
margin-top: 0;
margin-bottom: 0;
}

#menu {
width: 120px;
padding: 10px;
}

#main {
overflow: auto;
height: 600px;
padding: 10px;
}

#inner {
width: 100%;
border: 1px transparent;
margin-top: 2px;
}

Edit: Used spoiler tags instead of codeboxes. Sorry

Edited by Nerevar

  • 2 months later...
I've been playing around with some web "programming" languages and put up a framework for a learning website. Problem is that I cannot seem to lock the framework, while enable scrolling in the frames of my choise. I don't use the old broken html frameset though :-) What I want is to lock the banner, and the rest of the "frameset" while enabling scrolling in the menu and the main sections while only scrolling in its own frame (scrollin in the menu for itself and scrolling in the mainframe for itself)...

Thanks for paying me some attention!!

Some of the code (only the part I think is neccesary):

From the index file

<div id="page">
<div id="banner">
<h1>Welcome</h1>
</div>
<table id="inner">
<tr>
<td id="menu">
<?php include("Menu.php"); ?>
</td>
<td>
<div id="main">
<?php include("Mainframe.php"); ?>

From the style.css file (perhaps it's not needed):


#page {
/*margin: 0 auto;*/
margin-top: 0px;
margin-left: 0px;
width: 100%;
height: 100%;
position: relative;
z-index: 3;
}

#banner {
text-align: center;
border: 1px transparent;
padding: 40px;
margin-top: 0;
margin-bottom: 0;
}

#menu {
width: 120px;
padding: 10px;
}

#main {
overflow: auto;
height: 600px;
padding: 10px;
}

#inner {
width: 100%;
border: 1px transparent;
margin-top: 2px;
}

Edit: Used spoiler tags instead of codeboxes. Sorry

try with iframe

maybe this will help

<IFRAME style="WIDTH: 100px; HEIGHT: 100px" name=I1 
marginWidth=1 marginHeight=1 src="yourhtml.htm" frameBorder=0 width=545
scrolling=no height=365 bordercolor="0000FF">

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.