Forums

Join
bbPress Support ForumsThemescss input problem

Info

Tags

css input problem

  1. Hi at all, I try to put a value on input form (like bbpress.org form), I use this code

    <input name="topic" type="text" id="topic" size="50" maxlength="80" tabindex="1" value="text" onfocus="if(this.value=='text'){this.value='';this.focus();}" onblur="if(this.value==''){this.value='text'}"/>

    normally it work, now the problem is that I use also related post and I think it conflicts with the input code, infact if I active plugin the code don't work, if I deactive the plugin the code work perfectly.
    Can you help me?

    kikko088

  2. Where is this in use?

  3. http://www.endurodoc.net/forum/

    new topic title

    kikko088 :)

  4. You must log in to post.