I took a look at your sight. Too slow to load! Way too slow, and I have broadband! I'd think that cursor thing would be a 'feature', at least that way you can read the lyrics, and it makes 'em stand out. If you are determined to get both cursor effects working in that region, try declaring the custom cursor in the style for marquee and div as well as for body. Right now you have something like this:
Code:
body {
cursor:url('somecursor.ani')
}
make it more like this:
Code:
body {
cursor:url('somecursor.ani')
}
div {
cursor:url('somecursor.ani')
}
marquee {
cursor:url('somecursor.ani')
}
If anything will, that will get the party hat over the marquee. Those bouncing balls though, are they really in another frame or something? That's what it looks like. If not, it might be because the marquee is relatively positioned. Or, both problems could be a side effect of the music player and/or counter. Try taking them off, one at a time, temporarily - just to see. If they are the problem, maybe you can move them to a different spot on the page.
Bookmarks