Miette
07-05-2003, 04:24 PM
ok, I know nothing about iframes, I'm just starting, and I don't know how to fix this.
I've been searching the forum to find something to get rid of the bottom scrollbar of my right iframe, and I found that I have to add this: <body style="overflow-x:hidden;"> to my code. It didn't work. I'll show you guys my code, and please tell me what's wrong with it.
<html>
<head>
<title>angels</title>
</head>
<frameset cols=30%,70% border=0 frameborder=0 framespacing=0>
<body style="overflow-x:hidden;">
<frame src="http://www.geocities.com/dafne_miette/left.html" name="leftside" scrolling=no >
<frame src="http://www.geocities.com/dafne_miette/right.html" name="rightside">
</frameset>
</body>
</html>
Please, help me :(
I've been searching the forum to find something to get rid of the bottom scrollbar of my right iframe, and I found that I have to add this: <body style="overflow-x:hidden;"> to my code. It didn't work. I'll show you guys my code, and please tell me what's wrong with it.
<html>
<head>
<title>angels</title>
</head>
<frameset cols=30%,70% border=0 frameborder=0 framespacing=0>
<body style="overflow-x:hidden;">
<frame src="http://www.geocities.com/dafne_miette/left.html" name="leftside" scrolling=no >
<frame src="http://www.geocities.com/dafne_miette/right.html" name="rightside">
</frameset>
</body>
</html>
Please, help me :(