anyone? the rollover button or image will bot load up unless the user hovers his mouse over it, any ideas how to fix this? please this is really annoying me... arghhh... it works but only if i put the mouse pointer over where the x is... help me plz... here's what i have...
PHP Code:
if($bbuserinfo['userid'] != 0) {
$reg_ucp = "<a href=\"http://www.rese.com/forums/usercp.php?s=$session[sessionhash]\">".
"<img onmouseover=\"changeImages('image2', 'image2on')\" onmouseout=\"changeImages('image2', 'image2off')\" ".
" name=\"image2\" ".
"alt=\"Here you can view your subscribed threads, work with private messages and edit your profile and preferences\" border=\"0\"></a>";
}else{
$reg_ucp = "<a href=\"http://www.rese.com/forums/register.php?s=$session[sessionhash]&action=signup\">".
"<img onmouseover=\"changeImages('image3', 'image3on')\" onmouseout=\"changeImages('image3', 'image3off')\" ".
" name=\"image3\" ".
"alt=\"Sign up for an account\" border=\"0\"></a>";
}