Download presentation
Presentation is loading. Please wait.
1
Frames © 2007 D. J. Foreman
2
Purposes View related pages together Navigation aid Consistency
© D. J. Foreman
3
Frame Definition Page Defines the panel layout Defines the panel sizes
Defines borders and sliders Title permitted NOT for text!!! © D. J. Foreman
4
Basic Syntax <title>……..</title> <frameset options>
<frame src="file1.html"> <frame src="file2.html"> </frameset> © D. J. Foreman
5
Frameset Attributes Specify layout within a frameset
Cols="20%,40%,*" pixels or % Rows="*,80%,*" Border= size in pixels Frameborder='yes/no' Bordercolor= © D. J. Foreman
6
Frame Attributes Bordercolor= Frameborder='yes/no'
Marginheight=, marginwidth= Name= Noresize Scrolling='yes/no' Src=any URL © D. J. Foreman
7
Nested definitions <html> <title>……..</title>
<frameset rows="*,*,*"> <frame src="file1.html" name='r1'> <frameset cols="*,*"> <frame src="file-a.html" name='r2col1'> <frame src="file-b.html" name='r2col2'> </frameset> <frame src="file2.html" name='r3'> </html> Row 1 Row 2 Row 3 © D. J. Foreman
8
Result of previous page
file1 file-a file-b file2 © D. J. Foreman
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.