Example: Sidebar Bottom
This example show an Sidebar with has the position Bottom, this can set up over "EliseBox_pos-bottom".
Simpel click on the Sidebar to expand it or to collapse the content.
Live Example
HTML Code
...
<script type="text/javascript" src="byrei-elisebox_0.6.js"></script>
<script type="text/javascript">
if (typeof(ByRei_EliseBox) !== "undefined") {ByRei_EliseBox.config.path.img = '../images/';}
</script>
<div class="EliseBox_sidebar-collapse EliseBox_pos-bottom">
<div style="padding: 5px; border: 1px solid #ccc; background-color: #eee; height: 250px;">
This Content will only show on request, please keep in mind when you want a box like this arround your content, you need to set up the CSS style as well.<br>
<br>
You can include everything you wanted into this Box, please keep in mind that when you insert Flashfile that it is possible that the flashfile still running even if you don't see it.<br>
So it could be that you hear the sound of a Flashvideo, but don't see the Flashfile at all.<br>
</div>
</div>
...