Invisible FramesTo give your page invisible frames, you will need to add some commands to your FRAMESET tag, and adjust your FRAME tags to your liking. Here some code that will give you two frames, and the border between them will be invisible. <FRAMESET cols="20%,80%" border="0" framespacing="0"
frameborder="0"> As you can see, there are three new commands in the FRAMESET tag:
Also remember to set the scrolling attribute to "no" in one or all of the FRAME tags. In the example, I set the left frame for no scrolling, so the frame would be invisible. I let the right frame use the default, so scrollers are only added as needed for the right frame. So, take a look at the example page and see how it looks! Well, that about does it for that. The next section is on inline frames, but you won't be able to see the example unless you have Internet Explorer version 3 or better. So, let's move on to the next section, Inline Frames. |
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |