To Top Scroller in Article
Hi. Thanks for your instructions re placing the to-top scroller inside an article. They work great part from 1 thing.
I added the hoover code to the scoller2 in custom.css as suggested so i end up with
totop-scroller2 {
background: url("../images/totop_scroller.png") no-repeat scroll 0 0 transparent;
display: block;
height: 28px;
text-decoration: none;
width: 26px;
}
totop-scroller2:hover {
color: #676767;
}
when i then place <p style="float: right;"><a id="totop-scroller2" href="#page"></a></p> into an article
it all works fine but when i save the article the code automatically saves as <p style="float: right;"></p> even though the scroller still appears and works fine?
The other problem is I want the scroller to appear on the left-hand-side of the article so i use this code instead
<p style="float: left;"><a id="totop-scroller2" href="#page"></a></p>
However when using this not only does the code still not save correctly as above but the button displays and doesn't work at all and the hoover over colour of #676767 doesn't work either.
Any ideas please?
Thanks.
