scrolling="no" not workable in a textarea

liunx

Guest
I have tried like hell to do this, because on the menu of my site, this lousy scrollbar makes the whole menu page look strange, I have tried scrolling and scrollbar = FALSE, 0, and no, any suggesstions?<!--content-->I've been having the same problem I think. I use IE 6, but no matter what I try to do, I just can't make the scroll bars in my frames go away!!! I don't care if the content inside is too big, because that can be fixed, or is perhaps what I want, but I just want to frame bars to not be there. I've tried scroll="no" scrolling="no" and other things I've seen in various forums, but none of them have worked. Help!<!--content-->For a frame element:<br />
<br />
<FRAME src=http://www.webdeveloper.com/forum/archive/index.php/"contents_of_frame.html" scrolling="no"><br />
<br />
For block-level elements:<br />
<br />
<div style="width: 400px; height: 300px; overflow: hidden;"><!--content-->
 
Back
Top