Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Complex Frames

  • In real life, most uses of frames involve a combination of rows and columns. Thus, you will want to be familiar with a more complex frame structure design. Let's look at an example of a common design pattern that can be seen in operation at Selena Sol's Scripts Archive.

  • In this example, you can see that there are three frames divided into two columns. The column on the left is a viewer frame used for reading web site information. The column on the right is divided into two rows and is used for navigation. The top row is a clickable image that points to the homepage. The bottom row is a table of contents for the site.

  • Here is the code:
<HTML>
<HEAD>
<TITLE>Selena Sol's Public Domain CGI Script 
Archive and Resource Library</TITLE>
<FRAMESET COLS = "141, *" BORDER = "0">
<FRAMESET ROWS = "97, *" BORDER = "0">
  <FRAME SRC = "home.html" SCROLLING = "no">
  <FRAME SRC = "toc.html" SCROLLING = "auto">
</FRAMESET>
  <FRAME NAME = "main" 
         SRC =  "/Scripts_archive/index.cgi">
</FRAMESET>
</HEAD>
</HTML>

  • Notice that we will follow design logic very similar to the tables within tables idea. In this case, we will set a frame of rows within a frame of columns.

Additional Resources:

Row Frames
Introduction to Web Design | Table of Contents
Exercise Eleven


Up to => Home / Authoring / HTML / Tutorial




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers