Forums

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

Home Forums CSS Help with text area jumping around

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #38784
    boxwine2
    Member

    When you navigate away from teh textarea, the textarea jumps back to the top of the textarea, someone else coded this, any ideas?

    #105400
    boxwine2
    Member

    Here is the code:

    #105406
    Paulie_D
    Member

    Can you provide a link?

    #105646
    boxwine2
    Member

    I wish I could, it is on a company website that is pass protected, but.. just wondering if this looks right:
    onfocus=”FocusColorChanger(this,true);” onblur=”FocusColorChanger(this,false);”
    only when you click away or click back the text area jumps around to near the top. I tried to look through this forum for ideas but did not find antything similar. Thanks!

    #105651
    Taufik Nurrohman
    Participant

    Where is your FocusColorChanger() function?

    function FocusColorChanger(a,b) {
    ...
    ... etc etc...
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.