Heya all,
Right - now I have some of the basics down, i am trying to thnk through the rest of the form:
I have decided that I want the 'highlight' function as seen here:
(this is a dummy woofu form)
http://enigma.wufoo.com/forms/untitled-form/
As you will see, when you click in the field, it highlights!
Now:
This seem to be controlled by changing this line dynamically, when the field is highlighted:
(when watching it in firebug)
to
on selectiom.
I assume this is javascript - has anyone any thoughts as to how it might be done ?<br><br>Post edited by: Mizpah, at: 2007/11/20 19:27
Right - now I have some of the basics down, i am trying to thnk through the rest of the form:
I have decided that I want the 'highlight' function as seen here:
(this is a dummy woofu form)
http://enigma.wufoo.com/forms/untitled-form/
As you will see, when you click in the field, it highlights!
Now:
This seem to be controlled by changing this line dynamically, when the field is highlighted:
(when watching it in firebug)
<ul>
<li id="fo2li0" class="">
to
<ul>
<li id="fo2li0" class="focused">
on selectiom.
I assume this is javascript - has anyone any thoughts as to how it might be done ?<br><br>Post edited by: Mizpah, at: 2007/11/20 19:27