Menu disappears on postback in IE 6.0
Menu disappears on postback in IE 6.0
I am using multiple testing web browsers (Firefox 1.0, Netscape 7.2, IE 6.0 sp1) and am only having major issues with the menu working correctly on IE 6.0.
The menu works great on IE; up until there is a postback from the client browser. For example, I have an ASPX search page (http://www.pawline.com/test/results.aspx) that lists items in a datagrid. When an IE user induces a postback, the menu disappears on the screen (no errors seem to be raised). Now, if I do the same scenerio in FireFox/Netscape/etc. it works as expected.
To recreate the problem on my website: Using IE, search for "102" on the top left search box and click on "Find" link/button.
Would someone be able to take a look at my website/code to see what the problem might be?
Thanks in advance,
Chris
http://www.pawline.com
The menu works great on IE; up until there is a postback from the client browser. For example, I have an ASPX search page (http://www.pawline.com/test/results.aspx) that lists items in a datagrid. When an IE user induces a postback, the menu disappears on the screen (no errors seem to be raised). Now, if I do the same scenerio in FireFox/Netscape/etc. it works as expected.
To recreate the problem on my website: Using IE, search for "102" on the top left search box and click on "Find" link/button.
Would someone be able to take a look at my website/code to see what the problem might be?
Thanks in advance,
Chris
http://www.pawline.com
-
- Super Advanced
- Posts: 72
- Joined: Fri Jul 01, 2005 3:04 pm
-
- Super Advanced
- Posts: 72
- Joined: Fri Jul 01, 2005 3:04 pm
Just so you know (Andy/Chris) on MAC IE 5.2.2 the position of the menu is over to the left on every page (near the logo) - but as IE is no longer being supported by Microsoft most MAC users will be moving browsers (FF, Safari, etc).
Doing what I suggested above (screenposition) did work on both IE 5 and FF on MAC.
Cross-browsers = nightmare!
Doing what I suggested above (screenposition) did work on both IE 5 and FF on MAC.
Cross-browsers = nightmare!
Actually, after re-reading my post, I realized that I forgot to include the event that raises the menu error. If you could look this over again, I'll try to be more descriptive:
To recreate the problem on my website (http://www.pawline.com): Using IE, search for "102" on the top left search box and click on "Find" link/button.
Once you have returned the results, click on the next page ("2") to scroll through the resultset. THAT is where the menu disappears on me.
See if anyone has the same problem I'm having (a disappearing menu act).
To recreate the problem on my website (http://www.pawline.com): Using IE, search for "102" on the top left search box and click on "Find" link/button.
Once you have returned the results, click on the next page ("2") to scroll through the resultset. THAT is where the menu disappears on me.
See if anyone has the same problem I'm having (a disappearing menu act).
I'm getting the same error
I have IE 6.0 and I get the same issue you described Chris.
In fact, I'm doing the same thing on a website I'm designing and am getting the same issue. I've tried a few things like moving the references inside the <body>, in the <head>, inside the <form> but no luck.
I tried in Firefox and it works nice.
I was wondering if this could be looked at again as an open issue.
Thanks!
John Mac
In fact, I'm doing the same thing on a website I'm designing and am getting the same issue. I've tried a few things like moving the references inside the <body>, in the <head>, inside the <form> but no luck.
I tried in Firefox and it works nice.
I was wondering if this could be looked at again as an open issue.
Thanks!
John Mac