uncaught exception: Permission denied to get property HTMLDivElement.parentNode
and this is the lines.
$("#searchform #s").hover(
function(){ $(this).css("backgroundColor","#999").css("border","1px solid #0c9"); },
function(){ $(this).css("backgroundColor","#666").css("border","1px solid white"); }
)
I couldn't understand oO
hey its the search form in a WP based blog.
_______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/