| This is a sample for the FRAMES TUTORIAL ONLY if you arrived from elsewhere, link to the tutorial here! The buttons in this frameset are not active, just samples in different frames |
| Removing Borders Many sites remove frame borders, and even stop scrollbars altogether. Often the idea is to have the same background colour on all pages loaded into the frames, resulting in a fairly cool? design. Without spending very much time and resources just to create a complex sample, this frameset should help you relate to sites you have seen on the Internet. You can change this page to blue by clicking on this hyperlink. The inactive menu buttons on the left could link to various page changes in this frame, or even change the content of the top or bottom frames. The inactive buttons above could link to alternate topic lists in the left hand menu frame etc, and the bottom frame could be used for any general information or even advertising as shown. Here is the code for the frameset creating this browser window: <frameset framespacing="0"
border="false" frameborder="0" rows="30,*,55"> If you do not already know, here is the HTML code for the alternating pages below: For the default page, this <meta
...> tag is included in the <head> ... </head> tag pair, and points to the
next page that will be loaded after 10 seconds. Once loaded, the second page contains this
<meta ...> tag that calls the third page. Once loaded, the third page contains this
<meta ...> tag calling the first page, restarting the loop But before you charge in and remove borders and even scrollbars, remember to plan your pages so that any fixed size frames do not hide objects when viewed at 640X480 resolution. |
this is the bottom of main page