Forums

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

Home Forums CSS css textarea

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

    Hi guys,
    i have placed a textarea in form of a popup. The problem is when i write inside the textarea the background image sprite of textarea also begin to scroll up on adding content. Anyone have the solution for this?







    #107051
    Taufik Nurrohman
    Participant

    Put the background in the wrapper, make the textarea background color to be transparent:

    .common_wht {background:url('') no-repeat top left;}
    .common_wht textarea {background:transparent;}
    #107073
    matthewb
    Member

    Thanks for your suggestion @Hompimpa but i have kept left curve of background image in wrapper and the right curve image in textarea.


    span.empty_wht.multi_wht{background-position:left -1448px9!important;margin-left:0px9;}

    span.empty_wht.multi_wht textarea{background-position:right -1794px/!important;margin-right:-4px9; background-attachment:fixed;}
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.