Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:27
Title changes in IE!
Poster: cuytherock
Dated: Wednesday October 26 2005 - 18:11:55 BST
Hi,
I tried to use Flash and Milonic DHTML Menu in a page. I used the transperant flash movie and appearantly works fine bu there is a strange problem. I open the menu and then move the mouse over the flash and then click. Menu closes but also title of the page changes to #. There is no action script in the flash, nothign in it. But somehow the title changes. I checked in FF and Opera and they were fine. Only IE does this!
Is there anyone know why? Or any comment?
Poster: cuytherock
Dated: Friday October 28 2005 - 0:04:13 BST
The address was;
http://www.cuytherock.com/main.php
I might say that i solved the problem. Let me explain. I used popup function on an image by
Code:
onclick="popup('infopages','infopagesmenu',-19,-6)"
and also rollover image
Code:
onmouseover="MM_swapImage('Link01','','_files/Image/home/main/links_01_bs[mouse].gif',1)"
onmouseout="MM_swapImgRestore()"><span id=infopagesmenu name="infopagesmenu"
onmouseout="MM_swapImgRestore()"><span id=infopagesmenu name="infopagesmenu"
I put them inside <a></a> tag with href="#". This was source of the problem.
I come up with the following solution; I removed the href="#" completely. As a result it worked fine but i need to change the cursor so put class="menuimage" into the <a></a> tag where the CSS was
Code:
.menuimage {
cursor:hand;
}
cursor:hand;
}
I can say that the problem is solved. But only for that page.
From the first menu (Bilgi Sayfalari) you can move to another page where there will be long text in the future. I'm planning to put a menu with followscrol, and menu items will lead me to proper anchors inside the text.
I coded everything but the first problem appeared again. When you click on the menu (actually you dont need to click, u come here with "#" in the address), and then click on the upper right flash, again the title changes.
I hope that i could explained the stuation...
Thanks..
Poster: cuytherock
Dated: Sunday October 30 2005 - 3:50:14 GMT
Ok guys, I guess nobody has seen this before. But i have something to share...
I couldn't solve this problem. First I thought that the reason was DHTML menu. I made a clean page without a menu, and tried again. The result was same. I had an rollover effect, this could be the reason and I removed it but nothing changed. There was an easy page with some flash animation in it.
After these stpes, I decided to try this on other sites with flash. Well, I tried this in Macromedia's site and the result was the same.
Let me explain again; Go to http://www.macromedia.com/index.html# and try to click near Search button on top. In my screen the title of the Internet Explorer has changed to '# - Microsoft Internet Explorer'.
I asked this to some of my friends to check on their PC and again, all the titles have changed. Now I think that there is something wrong with IE. OR mine and my friends' PCs have some problem

Anyway, for the ones who couldn't understand what I'm talking about, here is a screenshot;