Hi all, I'm quite stuck on this
It's working fine in firefox, chrome, safari, ie8(almost).
But in ie6:
no mouse interactions work; added like -
$("#watch_but_link").mouseup
and$("#watch_but_link").mouseover
some css functions don't work; added like -
$("#listen_tab").css("background-position","0px 0px");
There is a whole load of xml parsing and displaying stuff which does seem to be working through.
I've tried executing the script and the bottom of the page as well as having the $(document).ready
at the bottom (I read that could help). But it didn't.
The page is here, it's the part of the top navigation under the radio, tv part: http://www.abc.net.au/triplej/default%5Fnowplaying.htm
the script here: /triplej/scripts/triplej.listen.watch.js
Any ideas welcome
Thanks!