Hi,
On one of our site I would like use Spry extension from dreamweawer.
I create clean design (for tests) with this src:
[codebox]<html>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8” />
<meta http-equiv=“Content-Language” content=“pl”>
<script type=“text/javascript” src=“mysource_files/SpryAccordion.js” ></script>
<style type=“text/css”>
@import url(mysource_files/SpryAccordion.css);
</style>
</head>
<body><script type=“text/javascript”>
<!–
var Accordion1 = new Spry.Widget.Accordion(“Accordion1”);
//–>
</script>
<div><!-- content start -->
<MySource_AREA id_name=“body” design_area=“body” />
<!-- content stop -->
</div><!-- main END -->
</body>
</html>[/codebox]
And this don’t work.
Here is working copy (without MM):
http://bigfiles.wup-katowice.pl/faq/
And this is with MM:
http://bigfiles.wup-katowice.pl/faq/
Any idea what is wrong in design?
P.S.
I found where is a problem.
this script
[codebox]<script type=“text/javascript”>
<!–
var Accordion1 = new Spry.Widget.Accordion(“Accordion1”);
//–>
</script>[/codebox]
must be after <div… with spry
Regards
Arek