Hi, Tom. I'm not great at this myself, but you need to chain your two
functions. For mouseovers, you can use the built-in hover function.
Try something like,
$("#parent1").find("a:first + ul").hover(function() {
$("#firstImage").fadeTo("slow",.99);
},
function() {
$("#firstImage
>
> I'm having a bit of a problem when using .fadeTo on a div containing
> radio buttons.
>
> There appears to be a darkened border forming around the radio buttons
> that persists after i fade it back to opactiy 1.
>
> This problem only occurs when i have my theme set to windows xp. if i
> set it
2 matches
Mail list logo