... CSS overflow-y Property </title> <style> .content { background-color:lightgreen; height:100px; width:250px; overflow-y:scroll; } </style> </head> <body> ...
確定! 回上一頁