Forums

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

Home Forums CSS Scroll problem textarea in IE7

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

    Hi,

    I’m working on a form/contact page and I’m running into a problem with IE7.
    When you paste/write a large text in the text area and you want to scroll not only the text will scroll but the whole form block image scrolls. I only get this problem in IE7, Safari, Firefox is working fine.
    Anybody know what the problem is? Thanks in advance.

    Code:
    #labelInquiry {
    text-indent: -9999px;
    width: 164px; height: 15px;
    margin: 3px 0px 0px 0px;
    background: url(../images/sprites_eng/forms_all_sprite.gif) no-repeat -10px -55px;
    }
    #inputInquiry {
    width: 348px; height: 132px;
    padding: 0px 4px 0px 4px;
    background: url(../images/sprites_eng/forms_all_sprite.gif) no-repeat -242px -868px;
    border: 0;
    overflow: auto;
    resize: none;
    }

    Full css in page source: css/contact.css

    Here’s the link:
    http://www.benzai.nl/preview/gojemster_com/contact.html

    #80836
    cybershot
    Participant

    make a new div and apply the background to that div only. Then but the input for the text inside the div and apply the overflow to the input only

    #80973
    Totoro
    Member

    Thanks. I’ll try that.

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