# Button problem..!

**URL:** https://forum.kirupa.com/t/button-problem/253082
**Category:** Uncategorized
**Created:** [February 26, 2008, 11:53pm UTC](https://forum.kirupa.com/t/button-problem/253082 "2008-02-26T23:53:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![buck101](https://avatars.discourse-cdn.com/v4/letter/b/8edcca/32.png) [@buck101](https://forum.kirupa.com/u/buck101)
#### Post date: [February 26, 2008, 11:53pm UTC](https://forum.kirupa.com/t/button-problem/253082/1 "2008-02-26T23:53:48Z")

</div>

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?
