View Full Version : bottom scrollbar


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 :(

christiandude03
07-05-2003, 04:26 PM
Did you try putting

<body style="overflow-x:hidden;">

in right.html?

Also, I'd just like to note quickly that overflow-x is an IE-specific CSS tag....it will not work in Mozilla or Netscape.

Miette
07-05-2003, 04:32 PM
Thanks!!! it worked :D