I'm trying to get rid of the scrollbar on a page using HTML. I put scroll="no" into the body tag, but that only worked for IE. How do I get rid of the scrollbar for FireFox? I'm still sort of new to HTML so go easy on me...
Firefox doesn't show a scrollbar anyway if the content is less than the screen can display. You didn't specify which scrollbar you wanna get rid of - horizontal or vertical? It would help if you provided the code of your page or a link to that page.