easy document.all.uss.style.visibility = visible; not working

Q

Québec

Hi,

I went on Honnen FAQ and tried other solutions. This is suppose to be easy?

Is one of theese suppose to work on IE6?

uss.visibility = visible;
uss.style.visibility = visible;
document.all.uss.style.visibility = visible;
document.getElementById('uss').style.visibility = visible;
----------------

<table>
<tr>
<td>
<table>
<tr>
<td>
<table>
<tr> <td ><p align="center"><p></td>
<td > <p align="center"></p></td></tr>
<tr>
<td ><!-- ====== CLASS="UIS" NAME="USS" ID="USS"
========== -->
<p align="center" ><font size="3">Price $350 <span class="uis" name="uss"
id="uss">US</span></font></p>
</td>
 
Q

Québec

heu .................. ga ga gna :)

well, sometimes I am stupid.

Thanks a lot!
On Sun, 26 Oct 2003 12:40:11 -0500

<snip>
Try quoting 'visible'
 
L

Lasse Reichstein Nielsen

Québec said:
I went on Honnen FAQ and tried other solutions. This is suppose to be easy?

I don't know this FAQ (and doesn't care enough to google :)
Is one of theese suppose to work on IE6?
uss.visibility = visible;
uss.style.visibility = visible;
document.all.uss.style.visibility = visible;
document.getElementById('uss').style.visibility = visible;

All but the first will probably work in IE6.
Only that last uses the W3C DOM, the other ones are proprietary and cannot
be expected to work in other browsers than IE.

/L
 

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

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top