Click to See Complete Forum and Search --> : Some problems with tags DIV and LAYER


ptik
02-19-2003, 05:07 AM
I have some problems with tag div. When I use next code

<div id=m1 onmouseout=menuOff(1,1) onmouseover=menuOn(1,1)>
<layer onmouseout=menuOff(1,1) onmouseover=menuOn(1,1)>

for mouseover-visible-layers all browsers read it correct.

When I use

<div><layer>

for all-time-visible-layers some browsers (for example Opera7 or Netscape 4.7)
can't support CSS-properties such as font-size or position.

Please, give answer if you know what kind of problem in my code.

jdavia
02-19-2003, 04:20 PM
Originally posted by ptik
I have some problems with tag div. When I use next code

<div id=m1 onmouseout=menuOff(1,1) onmouseover=menuOn(1,1)>
<layer onmouseout=menuOff(1,1) onmouseover=menuOn(1,1)>

for mouseover-visible-layers all browsers read it correct.

When I use

<div><layer>

for all-time-visible-layers some browsers (for example Opera7 or Netscape 4.7)
can't support CSS-properties such as font-size or position.

Please, give answer if you know what kind of problem in my code.
The problem might be compatibility. You might try, Visiblity=hidden and Visibliy= visible. I'm sure there is more code to it than what you posted

Stefan
02-20-2003, 04:54 AM
Please don't crosspost in multiple forums.

ptik
02-20-2003, 07:10 AM
OK, Stefan

-----------
Pavel Tikachev