Hey guys, im having major problems with my buttons for a website im building… For one, I programed the buttons (ex-contact us) to highlight everytime the mouse rolls over it, but sometimes it sticks (stays highlighted) when I roll off… heres the code
(//on frme 1)
stop();
onRollOver = function(){
gotoAndPlay(2);
}
(//on frme 7)
stop();
onRollOut = function(){
gotoAndStop(1);
}
Ive checked the code a million times and have no clue what it is… Please help! thanks
–also, when I go to a site with a flash banner or whatever, until I click on it it has a kinda grey bounding box around it, but on some computers it doesn’t… is that just a plugin?