DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>CSS Disable Textarea Resizing</title> <style> textarea { resize: none; } ...
確定! 回上一頁