PDA

View Full Version : Another Javascript ? with Netscape :(


dlee
03-22-2001, 04:17 PM
Well once again I have a javascript that is working fine in IE but not in Netscape. (GRRRR!)

In Netscape it is getting "stuck" on the "initializing". That's as far as it gets. Is this[nbsp][nbsp]a script that won't work in Netscape or is there a change of code needed?

http://www.designsbydolly.com/otteratest/homepage.html

Thanks,
dlee

dlee
03-22-2001, 05:36 PM
Ok, guess I will forget that script. I have read it does not work with Netscape very well. I will try a different script[nbsp][nbsp];)

Thanks anyway.
dlee

WayneK
03-23-2001, 12:24 AM
Sorry I was away at a Globetrotters Game.

Anyway these are my thoughts

In your CSS

layer-background-color:;<----have to have a color in there
width:400;
height:12;
}

#subtickertape{
background-color:black;
position:center;<----[nbsp][nbsp]absolute or relative
border: 1px solid black;
width:300;
height:12;
}

Put the div in a centered table

WK

bendshead
03-26-2001, 07:14 PM
.
[This message has been edited by bendshead (edited 03-27-01@8:45 pm)]