Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Removing resizer in the element

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #41448
    FardeemMunir
    Member

    I want to add a text area to this site I’m working on. But I don’t want the tiny resizer at the bottom right. The CodePen ecditors do not have them and Google Plus is using divs. How should I do it?

    [image](http://imgur.com/ydJ86)

    #118072
    Senff
    Participant

    textarea {
    resize: none;
    }

    #118073
    FardeemMunir
    Member

    @senff Thanks a lot!!!!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.