[thelist] NS4 object ref..

Tom Dell'Aringa pixelmech at yahoo.com
Wed Jan 8 11:23:01 CST 2003


--- Peter-Paul Koch <gassinaumasis at hotmail.com> wrote:
> >Hey all, my NS4 coding is rusty..how would I reference the image
> >object 'tbl' in that browser:
> >
> >---------------------
> ><div id="hidden"><img src="" name="tbl" border="0" height="0"
> >width="0" /></div>
> >----------------------
>
> If #hidden has position: absolute or relative:
>
> document.layers['hidden'].document.images['tb1']
>
> If not
>
> document.images['tb1']

Yes the 'hidden' tag is essentially meaningless (bad choice of word I
guess) to answer a question posed by Benjer.

Thanks PPK!

Tom

=====
var me = tom.pixelmech.webDeveloper();

http://www.pixelmech.com/
http://www.maccaws.com/
[Making A Commercial Case for Adopting Web Standards]

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com



More information about the thelist mailing list