[Prototype-core] Re: Code to add

2009-08-12 Thread Allen
I do something similar to this. However, IE's support of visibility only works for hidden and visible, not the other two, so it is questionable depending on browser support how you would handle showv in your example above. In general, since IE doesn't fully support visibility I don't use the

[Prototype-core] Re: Code to add

2009-08-12 Thread Allen
Just to clarify, the 4 visibility values are visible, hidden, collapse, and inherit. IE does not support collapse and inherit. As long as you don't use collapse and inherit, then you will experience no problems. However, to be future compatible there would need to be some sort of support in how