---
title: "Scroll i en textbox"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/1620-scroll-i-en-textbox"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "westberg"
published: "2001-12-06T13:47:00.000Z"
updated: "2001-12-06T17:07:00.000Z"
replies: 3
views: 306
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/html-css/1620-scroll-i-en-textbox"
---

# Scroll i en textbox

## #1 — westberg, 2001-12-06T13:47Z

Finns det något sätt att få bort scrollen på en textbox. scrolling="NO", fungerar inte....

Permalänk: https://www.webforum.nu/p/1620

## #2 — skyman, 2001-12-06T15:57Z

scrollbars=0 ??

Permalänk: https://www.webforum.nu/p/202657

## #3 — Web-Tor, 2001-12-06T16:05Z

Det finns inget om detta i HTML-standarden. ;)

Permalänk: https://www.webforum.nu/p/202658

## #4 — Morph, 2001-12-06T17:07Z

```
<TEXTAREA style="overflow:hidden;"></TEXTAREA>
```

Permalänk: https://www.webforum.nu/p/202659

---

Tråden på webben: https://www.webforum.nu/amne/html-css/1620-scroll-i-en-textbox
