Sent by Brandon Oto on 18 September 2002 12:12
on 9/17/02 8:34 AM, Steve Moore at [EMAIL-REMOVED] mumbled something
about:
> I have a page, http://www.steveeray.com/hide_column.html, that includes a
> button that will alternately hide/show a table column in IE by
> enabling/disabling a style sheet that sets the column to display:none. I'd
> like to make this work in Mozilla/NS6+ but don't know if its possible or how
> to change the code. Any ideas?
I would not recommend using the "disabled"... thingie (not sure what else to
call it) for disabling CSS. It's pretty much a hack, and I don't know of any
browsers other than IE which know what it is.
Hopefully someone else will point you to a better solution - I have to run,
like, now :(
- Brandon Oto