error in property visibility

G

giangiammy

hi all,

switching from firefox 1.07 to 1.5.0.3 (linux version)
I got errors on a javascript page:
error in parsing value for property 'visibility'. Declaration dropped.

the proble should be in:


<style id="screenStyle" type="text/css">
div.screenMain { visibility: show; }
div.screenMap { visibility: hidden; }
div.screenConfiguration { visibility: hidden; }
</style>

and then I use it:

<div
id="screenMap"
style="top: 0; left: 0; position: absolute; z-index: 10; visibility:
show;">
<!-- div at high level to keep the map -->
</div>

but I do not understand the problem:
by the way, the page do what I expect.
Any idea?

thanks
giammy
 
E

Evertjan.

giangiammy wrote on 26 mei 2006 in comp.lang.javascript:
div.screenMain { visibility: show; }

There is no Javascript in your Q, so off-topic on this NG

Ask a css NG, like comp.infosystems.www.authoring.stylesheets

=================================================

visibility:show; is only in very old NS, I think

Try:

visibility:visible;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top