[Date Index][Thread Index]
[Date Prev][Date Next][Thread Prev][Thread Next]
<rollover> tag and multiple languages (WML 2.0.7)
- From: Niklas Deutschmann <nospam@thanx>
- Date: Sat, 26 Jan 2002 18:55:02 +0100 (CET)
Hi,
There is a problem when I am using the "rollover" tag together with
sections for different languages. The JavaScript code for the functions
that change the file name of an image object will only be written to the
language section where the first "rollover" tag occurs:
#!wml -o (ALL-LANG_*)+LANG_EN:example_en.html \
-o (ALL-LANG_*)+LANG_DE:example_de.html \
(...)
<lang:new id=en short>
<lang:new id=de short>
<en>
<rollover name="foo" src="foo.gif" oversrc="foo_ro.gif"
alt="go to foo" href="foo.html">
</en>
<de>
<rollover name="blah" src="blah.gif" oversrc="blah_hl.gif"
alt="Gehe nach blah" href="blah.html">
</de>
In this example, only example_en.html will contain the complete JavaScript
code for the rollover effect.
Kind regards
Niklas Deutschmann
______________________________________________________________________
Website META Language (WML) www.engelschall.com/sw/wml/
Official Support Mailing List sw-wml@engelschall.com
Automated List Manager majordomo@engelschall.com