Menu link not opening on TOP

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
e@emarie.net
Advanced
Advanced
Posts: 10
Joined: Mon Aug 30, 2004 5:51 am

Menu link not opening on TOP

Post by e@emarie.net »

http://tntimprintit.com/

Code: Select all

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=134;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;target=_top;");
aI("text=Calendars;url=CalendarSearch.asp;target=_top;");
aI("text=Product Search;url=ProductSearch1.asp;target=_top;");
aI("text=Featured Products;url=featureproducts.asp;target=_top;");
aI("text=Contact Us;url=contactus.asp;target=_top;");
aI("text=Monthly Drawing!;url=Drawing.asp;target=_top;");
aI("text=IDEAS;url=PromoIdeas.asp;target=_top;");
}
The last button IDEAS does not open properly. it remains behind other pages? If you click on "Contact Us" first and then "Ideas" I you can see it goes behind the Contact us Frame.

i have tried adding the "/"

Code: Select all

aI("text=IDEAS;url/=PromoIdeas.asp;target=_top;");
but it still did not work and the onter links are starting to act up the same way. on PC and MAC


any ideas? thanks. e
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

A url would be extremely helpful to see the page and interaction of the menu.

Ruth
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

At the top of the message, darlin'... :)
John
e@emarie.net
Advanced
Advanced
Posts: 10
Joined: Mon Aug 30, 2004 5:51 am

help?!

Post by e@emarie.net »

User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

:roll: :oops: Duh.

OK, I just tested the page in IE5.5 OS win98se and the problem you mention is not occuring. I even tried clicking different links besides the contact us, and did the calenders then clicked the menu on that and then back to contact us and then ideas. They all seem to work fine in that browser and OS. You'll have to list the OS so that someone with that can check it.

Ruth
e@emarie.net
Advanced
Advanced
Posts: 10
Joined: Mon Aug 30, 2004 5:51 am

Post by e@emarie.net »

hey Ruth, thanks for looking!

by the way it seems to only occur in the order it is clicked :(
or better yet...
ex: from HOME to IDEAS at times it shows Drawing.asp WRONG!!!
ex: Product Search to Featured Products stays the same.
ex: HOME to IDEAS, IDEAS is partly seen behind home (between the iFrame and content? THIS IS IMPOSSIBLE!

MAC IE 5.2.3
MAS OS 10.3.5

PC IE 6.0 works ok
on another PC does not (version info not currently available)

i dont even know if its the menu. though i do have to click on the links twice at times before it takes me there. then other times the hover doesnt work on IDEAS, and as i said when it does it takes me to the one before it Monthly Drawing. on first try sequentially it usually works, though if you then start jumping around the menu it stops functioning...

help?!!
Post Reply