Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > General Computer Discussion > Software > Menu rendering problem in IE 6.0

Reply
Thread Tools

Menu rendering problem in IE 6.0

 
 
dotnetabhi dotnetabhi is offline
Junior Member
Join Date: Oct 2007
Posts: 1
 
      10-23-2007
I am using ASP.Net 2.0 Menu control, it works fine when application is placed outside folder \xyz and inside \abc\xyz it doesnt shows proper menu

( it works fine in IE 7 and Mozilla (firefox), but not work in IE6)

not ok menu image and ok menu image

i found difference while viewing both files Viewsource

this line is not available in wrong page which is not displaying proper menus

ctl00_Tab_Data.iframeUrl = '/WebResource.axd?d=4DCtvlOeisNIDd0-otFvFA2&t=633201517162165664';

and available in correct page in script

<script type="text/javascript">
<!--
var ctl00_Tab_Data = new Object();
ctl00_Tab_Data.disappearAfter = 500;
ctl00_Tab_Data.horizontalOffset = 0;
ctl00_Tab_Data.verticalOffset = 0;
ctl00_Tab_Data.iframeUrl = '/WebResource.axd?d=4DCtvlOeisNIDd0-otFvFA2&t=633201517162165664';
// -->
</script>

if any one have any idea about this plz reply , thanx in advance.
 

Last edited by dotnetabhi; 10-24-2007 at 07:08 AM.. Reason: not getting reply
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
dynamic asp:menu rendering tutor ASP .Net 1 06-03-2008 02:13 PM
Menu Control Inline style rendering Evan M. ASP .Net 0 06-25-2007 03:16 PM
Help! Menu control not rendering properly on production Kevin ASP .Net Web Controls 2 12-04-2006 12:12 AM
IE6 SP1 rendering vs IE6 SP2 rendering Peter Mount HTML 4 01-31-2006 08:01 AM
Problem with rendering clipboard contents in popup menu twinfire C++ 1 09-03-2004 01:49 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57