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

Reply

Join Date: Dec 2004
Posts: 1
Reputation: Moonk is an unknown quantity at this point 
Solved Threads: 0
Moonk Moonk is offline Offline
Newbie Poster

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

 
0
  #1
Dec 3rd, 2004
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...
HTML and CSS Syntax (Toggle Plain Text)
  1. <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('menu_1','','menu_2_2.jpg',1)">
now, I DID 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?
HTML and CSS Syntax (Toggle Plain Text)
  1. <a href="link" onMouseOver="document.image.src='on.gif'" onMouseOut="document.image.src='off.gif'">
  2. <img src="off.gif" name="image">
  3. </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
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 764
Reputation: DaveSW is on a distinguished road 
Solved Threads: 17
DaveSW's Avatar
DaveSW DaveSW is offline Offline
Master Poster

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

 
0
  #2
Dec 4th, 2004
could you use css instead? there are some examples here: http://www.webdevfaqs.com/css.php#menu
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 14
Reputation: Transworld is an unknown quantity at this point 
Solved Threads: 0
Transworld Transworld is offline Offline
Newbie Poster

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

 
0
  #3
Feb 18th, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 764
Reputation: DaveSW is on a distinguished road 
Solved Threads: 17
DaveSW's Avatar
DaveSW DaveSW is offline Offline
Master Poster

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

 
0
  #4
Feb 19th, 2005
well do it in flash then...
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 14
Reputation: Transworld is an unknown quantity at this point 
Solved Threads: 0
Transworld Transworld is offline Offline
Newbie Poster

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

 
0
  #5
Feb 22nd, 2005
Yep I just found out there was a hotfix for Flash so it wouldn't be blocked. All is good again.
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 15
Reputation: smoked_apart is an unknown quantity at this point 
Solved Threads: 0
smoked_apart's Avatar
smoked_apart smoked_apart is offline Offline
Newbie Poster

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

 
0
  #6
Feb 22nd, 2005
HTML and CSS Syntax (Toggle Plain Text)
  1. <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?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC