|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by aslyas in .Net Application Servers, Programming for ASP.NET, Microsoft IIS Web Server
I have problems in my development pc, there haven't had changes in code, but suddenly all applications looks misconfigured, that means it does not show the web pages correctly, and script error is happening, I think is problem in the machine since in application server it works correctly, and I tried in other pc's and works without problem.
I thought that java script execution was disabled, but they are enabled.
I am attaching the menu section images, how they look in configured and misconfigured pcs.
I hope some expert can helpme.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
|
html code:
<!-- Menu -->
<div class="Header" style="width:100%; padding: 0px 0px 0px 0px ">
<table cellpadding = "0" cellspacing = "0" width ="90%" style="border-width:0px; background:#F7F6F3; border: solid 0px silver; padding: 0 0 0 0" >
<tr style=" width:100%">
<td style=" width:100%">
<div class="Menu" style="width:100%; padding: 0px 0px 0px 0px;">
<asp:Menu ID="mnuPrincipal" runat="server" Orientation="Horizontal" StaticMenuItemStyle-Width="20%" DynamicHorizontalOffset="2" StaticSubMenuIndent="10px" Font-Names="arial" Font-Size="13px" >
<StaticHoverStyle BackColor="#7C6F57" ForeColor="White" />
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" Width="20%" />
<StaticMenuStyle BackColor="#F7F6F3" BorderStyle="solid" BorderColor="lightgray" BorderWidth="1px" Height="30px" Width="100%" />
<DynamicMenuStyle BackColor="#F7F6F3" BorderStyle="solid" BorderColor="lightgray" BorderWidth="1px" Width="18%" CssClass="DynMenu" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" Height="20px" Width="100%"/>
<DynamicHoverStyle BackColor="#7C6F57" ForeColor="White" Width="100%" />
</asp:Menu>
</div>
</td>
</tr>
</table>
</div>
That menu control is filled accordin of records in database
|
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625