you'r not giving much information here,

but are you using style sheets for the inline layers? you should define the
inline layers styles using a style definition

NS has problems when having multiple divs (with child divs) and the style
definition inside the div tag.. to be less confusing example:

<style type="text/css">
#mylayer { bla bla bla }
</style>

<div id="mylayer">
make inline layers this way saves some buggy stuff in NS
</div>

Pascal Bestebroer ([EMAIL PROTECTED])
Software ontwikkelaar
Oberon Informatiesystemen b.v.
http://www.oibv.com

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens
> Krzysztof Kaczmarski
> Verzonden: vrijdag 16 februari 2001 9:25
> Aan: [EMAIL PROTECTED]
> Onderwerp: [Dynapi-Help] inline layers (I hope the last time)
>
>
> I am creating some html api.
> I need something like this:
>
> <body>
> ...
> <script>BeginNote();</script>
>
> ....Here goes a note....
>
> <script>EndNote();</script>
> ...
> </body>
>
> Text given between BeginNote() EndNote()
> is going to be showed in a separate window (I thought it
> could by a ScrolPane combined with some borders). This is not
> possible because NS4.7 will not show child inline layers.
>
> Any idea how can I solve the problem ?
> I am not interested in putting note text in a separate html file.
>
> Please help, I'm going slightly mad,
>
> Krzysztof
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to