I just noticed you're missing the script credits on the page:
Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
You could PM me the address, username and password.
I might still need to see the page, because there's other code I cannot see and considerations (like possibly other scripts, styles, etc. you're not showing, missing scripts or stylesheets, or incorrect markup, etc.) I cannot detect from your post that might impact this solution. But let's give it a try first.
Replace everything in your post with this:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>SCM Assessments | External Examiners</title>
<link href="microsite_style.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/microsite_sidebar/sidebar.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="scrolltopcontrol.js">
/***********************************************
* Scroll To Top Control script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Project Page at http://www.dynamicdrive.com for full source code
***********************************************/
</script>
<script type="text/javascript" src="detection.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
<script type="text/javascript" src="src/jquery.sidebar.js">
/***********************************************
* Ajax Side Panel script- (c) Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
</script>
Notes:
Much has changed, so rather than explain each individual change, just copy and paste the entire code block over what you've got in your post.
Be especially careful in that the code in your post has a trailing </script> tag that cannot belong. I've removed it.
The browser cache may need to be cleared and/or the page refreshed to see changes.
If you're still having problems and want more help, either PM me the info so I can see the page, or put up a demo somewhere public that demonstrates the problem and post a link to it.
I question whether or not you need:
Code:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
Which was:
Code:
<script type="text/javascript" src="http://code.jquery.com/ui/1.8.13/jquery-ui.min.js"></script>
because neither of the DD scripts need it and it's probably too late for the detection.js to use and if that name is descriptive, it probably doesn't need it anyway. Do you have other scripts on the page that need it?
If not, get rid of it.
Bookmarks