alcodes
01-24-2003, 09:11 PM
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?
|
Click to See Complete Forum and Search --> : scrolling="no" not workable in a textarea alcodes 01-24-2003, 09:11 PM 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? Xander 11-27-2005, 08:37 AM 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! NogDog 11-27-2005, 11:32 AM For a frame element: <FRAME src="contents_of_frame.html" scrolling="no"> For block-level elements: <div style="width: 400px; height: 300px; overflow: hidden;"> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |