Profile Settings and Netscape
-
The
ToggleBlock
script in the profile settings page screws up the page layout when used in netscape 7. Netscape now supports most of the useful DHTML & DOM functionlity IE has, but it seems there's an issue here...Cheers,
Marc:beer: Click to see my *real* signature :beer:
-
The
ToggleBlock
script in the profile settings page screws up the page layout when used in netscape 7. Netscape now supports most of the useful DHTML & DOM functionlity IE has, but it seems there's an issue here...Cheers,
Marc:beer: Click to see my *real* signature :beer:
...Changing the line
elm.style.display='block';
to
elm.style.display='';
should work for both IE and NS.
Cheers,
Marc:beer: Click to see my *real* signature :beer:
-
...Changing the line
elm.style.display='block';
to
elm.style.display='';
should work for both IE and NS.
Cheers,
Marc:beer: Click to see my *real* signature :beer:
Done cheers, Chris Maunder