<FRAMESET cols = "% or pixels, % or pixels, ..... " |
rows = "% or pixels, % or pixels, ..... ">
<FRAME
src = "filename1.html"
name = "name2"
frameborder = (0|1)
marginwidth = "% or pixels"
marginheight = "% or pixels"
scrolling = (yes|no|auto)
noresize>
<FRAME
src = "filename2.html"
name = "name2"
...
...>
.....
</FRAMESET>
The pipe symbol ( | ) is used here to indicate 'OR', meaning only one of rows or cols can be used.
The blue color indicates that the use of these elements is optional. These may or maynot be supported in older browsers.
Most of the elements are self-explanatory.
<FRAMESET COLS="130,1*">Here the 130, 1* means, 135 pixels and the remainder
frameborderTakes on boolean values, 1 to indicate that the frameborder is to be displayed. And 0 to indicate that the border should not be displayed. Too see how some of these elements work, lets modify the left frame as follows.
... frameborder = 0 marginwidth = "20" marginheight = "22" scrolling = no noresize ....and click here to test it out. (and move on to the next page). To see the previous page, click here
| Web Design : Frame : Jail Break! : Don't Frame : Wizard |
raditha@webquarry.com, Oct 21, 2003.