MP3Player wrote:Bacon have a look at this site http://www.scriptocean.com/accordion.html.
It seems promising and easy to use.
I'm going to try this and see if it works !
Franky
You have to buy the scripts /software from scriptocean.
MP3Player wrote:Bacon have a look at this site http://www.scriptocean.com/accordion.html.
It seems promising and easy to use.
I'm going to try this and see if it works !
Franky
From my extenion the code looks like this
<script type="text/javascript">
window.onload = function()
{
slideMenu.build('sm',200,10,10,1)
}
</script>
<ul id="sm" class="sm">
<li><a href=""><img src="images/a.gif" alt="" /></a></li>
<li><a href=""><img src="images/b.gif" alt="" /></a></li>
<li><a href=""><img src="images/c.gif" alt="" /></a></li>
<li><a href=""><img src="images/d.gif" alt="" /></a></li>
<li><a href=""><img src="images/e.gif" alt="" /></a></li>
<li><a href=""><img src="images/f.gif" alt="" /></a></li>
</ul>
From your Page jon.plattens
<div id="wb_Extension1" style="position:absolute;left:0px;top:0px;width:1023px;height:200px;z-index:0;" align="left">
<body onload="slideMenu.build('SM',200,10,10,1)">
<ul id="SM" class="SM">
<li><a href=./BPT.html><img src="a.gif" alt="" border="0"/></a></li>
<li><a href=./Bathusi.html><img src="b.gif" alt="" border="0"/></a></li>
<li><a href=./Joest.html><img src="c.gif" alt="" border="0"/></a></li>
<li><a href=./Mekan.html><img src="d.gif" alt="" border="0"/></a></li>
<li><a href=#><img src="e.gif" alt="" border="0"/></a></li>
<li><a href=#><img src="f.gif" alt="" border="0"/></a></li>
</ul>
Return to Share self-made extensions with other users of WYSIWYG Web Builder
Users browsing this forum: No registered users and 9 guests