944,167 Members | Top Members by Rank

Ad:
Dec 3rd, 2004
0

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

Expand Post »
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
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Moonk is offline Offline
1 posts
since Dec 2004
Dec 4th, 2004
0

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

could you use css instead? there are some examples here: http://www.webdevfaqs.com/css.php#menu
Reputation Points: 54
Solved Threads: 20
Master Poster
DaveSW is offline Offline
765 posts
since Jul 2004
Feb 18th, 2005
0

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

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.
Reputation Points: 11
Solved Threads: 0
Newbie Poster
Transworld is offline Offline
14 posts
since Apr 2004
Feb 19th, 2005
0

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

well do it in flash then...
Reputation Points: 54
Solved Threads: 20
Master Poster
DaveSW is offline Offline
765 posts
since Jul 2004
Feb 22nd, 2005
0

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

Yep I just found out there was a hotfix for Flash so it wouldn't be blocked. All is good again.
Reputation Points: 11
Solved Threads: 0
Newbie Poster
Transworld is offline Offline
14 posts
since Apr 2004
Feb 22nd, 2005
0

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

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?
Reputation Points: 11
Solved Threads: 0
Newbie Poster
smoked_apart is offline Offline
15 posts
since Feb 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Homepage Help
Next Thread in HTML and CSS Forum Timeline: Css ?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC