On Jan 20, 1:20*pm, inforonm...@gmail.com wrote:
> Hi,
>
> On my web-site I use javascript to hide-show text fields. All text-
> fields are hidden by default. User can display text-field by clicking
> ">>". And then user can hide the text-filed by clicking "<<".
>
> In Firefox everything works as described. However, in the IE instead
> of "<<" I see only "<". Can anybody help me to fix the bug.
>
> The site is here:http://www.infoment.org/index.php?q=72.174
Instead of toggling between 'inline' and 'none', go between '' (empty
string) and 'none'. Using '' allows the element to return to its
default display value, whatever it is.
--
Rob