loading files into layers
I need to load a page into a layer, with scollability. I know how to do this
in IE using the div tags but I can't figure out how to make it work in NS.
If I need two totally different scripts then I'll also need browser detection
which I'd rather not have to do.
W/B Soon
Re: loading files into layers
"Colin Hutchinson" <colinhutchinson@zdnetonebox.com> wrote:
>
>I need to load a page into a layer, with scollability. I know how to do
this
>in IE using the div tags but I can't figure out how to make it work in NS.
> If I need two totally different scripts then I'll also need browser detection
>which I'd rather not have to do.
>
>W/B Soon
>
You should use the < SPAN tag, instead of the < DIV tag (DIV ain't supported
in all browsers).
Also: once you've done this, there's slight kinks in how to access the style
of these.
-L-