Info
- 3 posts
- 2 voices
- Started 1 year ago by kikko088
- Latest reply from kikko088
- This topic is not resolved
css input problem
-
- Posted 1 year ago #
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
-
- Posted 1 year ago #
Where is this in use?
-
- Posted 1 year ago #
-
You must log in to post.