Take out the second one:
Code:
. . . -scrollbar-corner {
background: #1A1A1A;
}
/* Force the scroll bar to the left hand side of the screen */
.jspVerticalBar
{
left: 0;
}
</style>
<!-- Scripts -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="jquery.mousewheel.js"></script>
<script type="text/javascript" src="jquery.jscrollpane.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$('.scroll-pane').jScrollPane(
{
verticalDragMinHeigh . . .
About the code in my last post - If you use the attached file from my last post there's no need to edit it but that code is the code from the slimbox2.js we edited in post #6 in this thread. I thought you'd recognize it.
The simplest standards invoking DOCTYPE is:
Place that as the very first thing at the beginning of the source code, ex:
Code:
<!DOCTYPE html>
<html>
<head>
<link REL="SHORTCUT ICON" HREF="starlogo.png">
<style type="text/css">
A:link {text-decoration: none; color: #ffffff}
A:visited {text-decoration: none; color: #ffffff}
A:active {text-decoration: none; color: #ffffff}
A:hover {text-decoration: none; color: #ffffff;}
</style>
<title>The Reef Man | Saltwater Livestock</title>
<meta name="description" conte . . .
Bookmarks