Okay visit the site below, or read more to find out about my problem. Now try and hover your mouse over one of the buttons on the nav bar at the top of the page.
http://www32.brinkster.com/hsjobhelp/index.html
Now goto this site, which is just the nav bar.
Hover your mouse to see what it should be looking like.
http://www32.brinkster.com/hsjobhelp/navbar.html
***NOTICE - - I have only have had this problem occur in IE - - so far. does not occur in Opera...***
My problem: the pictures only flash when the site is shown as the first one using frames. But when you visit the nav bar all by itself the pictures stay as long as your mouse is over the button. In Opera it doesnt happen, but for some reason it is not working right in IE. I used flash to make the nav bar.
Action Script code:
on (rollOver) {
gotoAndPlay("home");
}
on (rollOut) {
gotoAndPlay(1);
}
on (release) {
getURL("content.html", "content");
}
It is not brinkster (it does it on angelfires servers too). The only thing i can think of if it is caused by the frames.
Out - - some how i know you are going to make a frames are evil remark..... do you have an idea alternitave to the frames that will allow me to do the same thing?? (i am pulling outside sites, that i cannot put my nav bar on...)
Same question to anybody else too...
Any ideas? Help?
Blaze