There is a JavaScript error on that page. FF reports:
Code:
Error: $ is not defined
Source File: http://www.truelight-cdc.com/tester.php
Line: 89
In IE, when it encounters a JS error, that will often halt the execution of other scripts on the page as well. Try removing or fixing:
Code:
$(document).ready(
function()
{
$('#dock2').Fisheye(
{
maxWidth: 80,
items: 'a',
itemsText: 'span',
container: '.dock-container2',
itemWidth: 94,
proximity: 100,
alignment : 'left',
valign: 'bottom',
halign : 'center'
}
)
}
);
Bookmarks