[jQuery] jqDock doesn't do anything?
Hello,
I'm trying to find some support for this problem I'm having and there
isn't much on google regarding jqDock.
I have created just a basic test page using jqDock, but nothing
happens. My images appear as normal, but nothing happens when I mouse
over them (except the title shows as normal). All my paths are
correct, and no errors are displayed. I have tried in both IE 6 and
FireFox, and both have the same result. It is an intranet site at
work, so I can't link to it, but here is my source:
<html>
<head>
<script type="text/javascript" src="http://ksar.corp.cox.com/
CustomerCare/CSI/FieldOps/includes/jquery-1.2.3.js"></script>
<script type="text/javascript" src="http://ksar.corp.cox.com/
CustomerCare/CSI/FieldOps/includes/jquery.jqDock.js"></script>
<script type="text/javascript">
var opts = { align: 'bottom'
, size: 150
, distance: 60
, coefficient: 1.5
, labels: false
, duration: 500
, source: false
};
jQuery('#icons').jqDock(opts);
</script>
</head>
<body>
<br/><br/><br/><br/>
<div id="icons" name="icons">
<img src='http://ksar.corp.cox.com/CustomerCare/CSI/FieldOps/images/
Mailmed.png' title='Click Here To Send Out A Communication'/>
<img src='http://ksar.corp.cox.com/CustomerCare/CSI/FieldOps/images/
Printmed.png' title='Click Here To Print This Page'/>
<img src='http://ksar.corp.cox.com/CustomerCare/CSI/FieldOps/images/
QuestionMarkmed.png' title='Click Here For Information About This
Website'/>
</div>
</body>
</html>
If anyone has any idea why this doesn't work as expected that would be
great.
I do use other jquery plugins on other pages and they work fine.
Thanks,
Johnie Karr