forms in li
2006/07/22 18:40
Viewed 2919 times
Replies: 1/2

Hi

I tried placing a form in one of the <li>s but the form doesnt show up. Instead it shows a separator line.

<li title="Search">
<form action="" method="post">
Search :<br/>
<input type="text" name="btnSearch" size="5" maxlength="50"/>
</form>
</li>

Is there a way to place the above form in an <li> - just like the vBulletin menu allows it ?

Thanks

Re: forms in li
2006/07/22 22:23
Viewed 4463 times
Replies: 1/1

It should work if you embed the <form> tag in a <div> tag, that is, <li...><div><form...>...</form></div></li>.

last
Re[2]: forms in li
2006/07/23 06:55
Viewed 5935 times
Replies: 0/0

Thanks. It did. This is just great !

How is this being parsed. Your JS code is reading each element within each <li> tag ?
Because style in the <a> element within the <li> doesnt get applied.

[Your JS products are totally ROCKS ! But I think your it'll be better off if your forum is changed to phpBB or vB. More users will participate]

Thanks

last
Google