开发者

add border to each row in a textarea object

开发者 https://www.devze.com 2023-03-19 22:51 出处:网络
Is it possible to style a border-bottom for each row in a textarea? so that if rows=\"5\" I will have 5 v开发者_StackOverflow社区ertical stripes (one under each row)

Is it possible to style a border-bottom for each row in a textarea?

so that if rows="5" I will have 5 v开发者_StackOverflow社区ertical stripes (one under each row)

Something like a border-collapse in a table object?

Thanks


you can't style textarea rows, you can add a repeating background-image to gain the same effect.

0

精彩评论

暂无评论...
验证码 换一张
取 消