http://www.building58.com/examples/tabSlideOut.html
I tried to use it but I couldn't get it to work.
I added the css to my stylesheet.... I can tell it finds the css as I do get a box on the page with a background color, html, and an outline.
I added the two js files and the code below to the header.tpl file and in source view I can click on them and see the js code. (the example on the page it has: <script src="http://tab-slide-out.googlecode.com/fil ... "></script> that doesn't exist but the download has that .js file and I uploaded that and also changed the line to reflect the proper path.)
I then tried putting this in a couple of pages following the instructions on that page.
Code: Select all
Anywhere in your page, (I put mine right above my </body>) put in the html for your hidden content.
<div class="slide-out-div">
<a class="handle" href="http://link-for-non-js-users.html">Content</a>
<h3>Contact me</h3>
<p>Thanks for checking out my jQuery plugin, I hope you find this useful.
</p>
<p>This can be a form to submit feedback, or contact info</p>
</div>
footer.tpl and the box shows up on the footer.
in home.tpl and the box shows whereever I put it.
Anyone see what I am doing wrong?
Thank you,
Mike