css input problem
-
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
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.