I'm trying to do the lay-out of my Fairy Tales retold story. It's a fairly simple layout: I have a colored strip on the left, and the text on the right. I used Dreamweaver's frameset feature, and everything went smoothly until I was told there was a scroll bar on the bottom of the right frame (text). It's still perfectly legible, but it just doesn't look good. The sroll bar doesn't appear with Firefox.
Here is the code of the very first page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Hannibal Lector</title></head><frameset rows="*" cols="121,639" framespacing="0" frameborder="no" border="0">
<frame src="HannibalLector_fichiers/Border.htm" name="leftFrame" noresize="noresize" scrolling="no">
<frame src="HannibalLector_fichiers/HannibalLector1.htm" name="mainFrame" scrolling="auto" marginwidth="20" marginheight="0">
</frameset>
<noframes><body>
</body></noframes>
</html>
Border.htm is the colored frame on the left, HannibalLector1.htm the text frame. (Hannibal Lector is a fake name, but adequate with what CJames said would happen if I spilled the beans about my story...)
I should add that when I open HannibalLector1.htm in IE, it opens without the bottom scroll bar. And the fact that there are margins within the text frame avoids the text to be hidden. But there's a scroll bar nonetheless...
The question is: where should I change something so the bottom scroll bar (with almost no possibility of movement, and not disappearing when resizing the window) would go away?
I cannot find any info in the online help, so I figured someone would be able to tell me. Of course, I can provide any further info if this is not sufficient.
Thanks in advance.