DIV element is not working

User Help for Seamonkey and Mozilla Suite
Post Reply
Sai Kumar
Guest

DIV element is not working

Post by Sai Kumar »

Hello Everyone,
I have a problem with one of my page as it is working perfectly in IE where on mouseover it shows a popup which has been written using <DIV> element, now my problem is that particular is not showing in Mozilla. If any one could help me out solving this problem.

Thank You

Sai Kumar
tatmf
Guest

SCRIPT or HTML ?

Post by tatmf »

It is well know that scripts depend on navigators. :-k
You should send your code, otherwise we can't figure out what is wrong.

I've not tried Mozilla so far, so I don't know how scripts are read, but I guess you won't write it the same way as IE.
(ex:
<i><font color=blue>
//IE 4.0
document.all["myDIV"].innerHTML="hello world";
//NS 4.0
document.layers["myDIV"].innerHTML="hello world";
</font>
</i>
:-)
tatmf
Guest

SCRIPT or HTML ?

Post by tatmf »

It is well know that scripts depend on navigators. :-k
You should send your code, otherwise we can't figure out what is wrong.

I've not tried Mozilla so far, so I don't know how scripts are read, but I guess you won't write it the same way as IE.
(ex:
<i>
//IE 4.0
document.all["myDIV"].innerHTML="hello world";
//NS 4.0
document.layers["myDIV"].innerHTML="hello world";
</i>)
:-)
Post Reply