954,598 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

IE security not showing rollovers, "ActiveX blocked" on my page...

I'm having an issue with making rollovers show up without the need for me (and all WinXP Service Pack 2 users) to have to click "allow ActiveX on this page" and then let it reload...just in order to see my rollovers.

Its staying on the first evolution of the rollover (the unlit version) and the second evolution just doesnt happen, because I think it has a problem with...

<a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('menu_1','','menu_2_2.jpg',1)">

now, IDID search on the boards to find if anyone had any rollover problems, and I see someone recommend a slightly different code than what I'm using... perhaps if I used THIS code IE may not have a problem with it?

<a href="link" onMouseOver="document.image.src='on.gif'" onMouseOut="document.image.src='off.gif'">
  <img src="off.gif" name="image">
</a>

let me try...

In the mean time, someone post a remedy to this (and ill edit the post with the results of the code switch)

Cheers!
Julian


[edit]:well, to no avail.... I tried the different code, but it had the same thing--it was like a generic image, no rollover effect (unless I activated ActiveX) ...sweet

Moonk
Newbie Poster
1 post since Dec 2004
Reputation Points: 10
Solved Threads: 0
 

could you use css instead? there are some examples here: http://www.webdevfaqs.com/css.php#menu

DaveSW
Master Poster
769 posts since Jul 2004
Reputation Points: 54
Solved Threads: 20
 

That just isn't as cool though. The only reason I use CSS is for the text and so I don't have to make those irritating tables. I am trying to figure this out too though. If you go to web sites like http://www.adultswim.com or http://www.rockstargames.com they have the load of stuff that should be blocked but I can't figure out how they are doing it yet. I think I'll search the internet and if I can't find anything I might sift through their code.

Transworld
Newbie Poster
14 posts since Apr 2004
Reputation Points: 11
Solved Threads: 0
 

well do it in flash then...

DaveSW
Master Poster
769 posts since Jul 2004
Reputation Points: 54
Solved Threads: 20
 

Yep I just found out there was a hotfix for Flash so it wouldn't be blocked. All is good again.

Transworld
Newbie Poster
14 posts since Apr 2004
Reputation Points: 11
Solved Threads: 0
 
<a href="/shows/index.html" onMouseOver="swapNav('shows','on');" onMouseOut="swapNav('shows','off');"><img src="http://i.cartoonnetwork.com/adultswim/tools/img/nav/shows.gif" width="75" height="15" border="0" name="shows"></a>


thats how adult swim is doing it... try it I guess?

smoked_apart
Newbie Poster
15 posts since Feb 2005
Reputation Points: 11
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You