Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

<DIV> tag + Style Sheet in Opera Browser on BeOS

2 views
Skip to first unread message

Yi-Fon Lee

unread,
Mar 28, 2001, 5:46:12 PM3/28/01
to
Hi!

Does anyone know whether <DIV> tag + Style Sheet (to specify the visibility and layer positioning) work in opera browser for BeOS?
I want to use layers with style sheet to dynamically show/hide a layer. This works in IE and Netscape using <DIV> tags. As a
matter of fact, Opera on Windows OS also works. But the same code didn't work in Opera browser on BeOS. Does anyone have
any clues on this or know how to tackle this problem?

Please give me some hints! Thank you so much!

Yi-Fon

Steve Forecast

unread,
Jun 30, 2001, 3:36:21 AM6/30/01
to
yi...@operamail.com (Yi-Fon Lee) wrote in <1104_985819572@ylee>:

Don't know if this will help in the version that you have but:

Well the following code works for Opera, Netscape 6 and IE:

if(document.getElementById) {
document.getElementById(name).style.visibility='visible';
}

and

document.getElementById(name).style.visibility='hidden';

Steve


0 new messages