Pascal,
I need to put several (maybe hundreds) notes (comments) in a single html file.
I thought to write a function BeginNote and EndNote which would make all
<div id=... > things, making proper ids and so on.
Are you suggesting that BeginNote function should also
document.write('<style type="text/css">#noteX { bla bla bla }</style>' ); ??
I was told that nothing can help with NS4.7 because it will not show inline layer
as a child for a ScrollPane.
Maybe there is a different way, like opening another browser window...but how ?
Thanks,
Krzysztof
On 01-02-16 at 09:42 Pascal wrote:
>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
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help