Strange "Spyware Icon" in Dropdown menu
Last Post 04/19/2010 3:45 AM by Fencaro. 4 Replies.
Author Messages
Fencaro
Nuke Newbie
Nuke Newbie
Posts:6


--
04/15/2010 2:23 AM  
Hi

I have developed a dnn website and everything was working fine until we came across what looks like a possible spyware icon in the dropdown menu. but the weird thing is that it only appears if you are in IE 8 and possibly other browsers. It appears on the right of the menu in the dropdown. We have contacted our hosting company and there technicians have had a look and told us that they can't pick up anything on there side.

It is just a bit worrying as we have no idea how it got there. The logo almost looks like a little spy.

Has anyone had this problem or something similar and if so how can we solve this?

I have inserted an attachment so you can see what thisa little guy looks like
Joseph Craig
DNN MVP
Posts:11667


--
04/15/2010 7:12 AM  
I haven't seen this before.  Can you post the URL so that I can look in more detail?

Joe Craig, Patapsco Research Group
Complete DNN Support
Fencaro
Nuke Newbie
Nuke Newbie
Posts:6


--
04/15/2010 7:27 AM  
Here is the url: http://www.izotshacreek.co.za/ if you look in the wedding drop down menu you will find it. Try in dufferent browsers.

thanks
kaushal
Nuke Ace
Nuke Ace
Posts:42


--
04/15/2010 8:37 AM  
if you check in your default.css at this path = /portals/_Default
There is one css Class defined as:

.MainMenu_MenuArrow {
FONT-FAMILY: webdings; COLOR: #ff0000; FONT-SIZE: 10pt; BORDER-TOP: #ffffff 0px solid; CURSOR: pointer; BORDER-RIGHT: #ffffff 1px solid
}

The Spy icon is because of the FONT-FAMILY: webdings; defined in above style sheet class.
Remove that or use some other font-family.

that would solve the problem.

hope it helps./.
Mocrosoft MVP [.NET/ASP.NET]
Fencaro
Nuke Newbie
Nuke Newbie
Posts:6


--
04/19/2010 3:45 AM  
Thanks so much. That did the trick.


---