Help! Menu control not rendering properly on production

K

Kevin

Hi,
I am using a standard ASP.NET 2.0 menu control on a master page. On my
development box it works fine, but when I deploy it to my production box it
renders on standard links. The only difference I can find is in the naming
convention of the inline stylesheet created on the fly by the control. Below
is an example from both machines:

Development:
<style type="text/css">
.ctl00_mKIG_Trader_0 {
background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }

Prodution:
<style type="text/css">
._ctl0_mKIG_Trader_0 {
background-color:white;visibility:hidden;display:none;position:absolute;left:0px;top:0px; }

It seems that on my production box the style name starts with an "_" and in
development it starts with a "c". When I manually remove the "_" it works.
But I can't seems to make it automatically name it without the "_". The
brower (IE6) seems to ignow the style if it begins with an "_". Any help is
appreciated. This problem is driving me crazy.

Thanks,
Kevin
 
A

A. Almeida

Hi,
I too have the same problem with the menu control in IE 6.0. If anyone could help us please email to: (e-mail address removed).
Thanks,
A. Almeida
 
F

Fuzzhead

Hi Kevin,

I am having a similar problem to the one you described. My menus work
perfectly on my test server, but on the production one they don't work.
Did you every figure the problem out?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top