Click here to Skip to main content
15,915,086 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: row move up / move down Pin
theJazzyBrain13-Jul-06 21:57
theJazzyBrain13-Jul-06 21:57 
QuestionJS problem when browser in mozilla .. Pin
campbells12-Jul-06 16:44
campbells12-Jul-06 16:44 
AnswerRe: JS problem when browser in mozilla .. [modified] Pin
Brent Lamborn12-Jul-06 17:54
Brent Lamborn12-Jul-06 17:54 
QuestionFormatting issue Pin
Chris McGlothen12-Jul-06 7:13
Chris McGlothen12-Jul-06 7:13 
NewsRe: Formatting issue(code) [modified] Pin
Chris McGlothen12-Jul-06 7:17
Chris McGlothen12-Jul-06 7:17 
AnswerRe: Formatting issue(code) Pin
Guffa13-Jul-06 0:37
Guffa13-Jul-06 0:37 
GeneralRe: Formatting issue(code) Pin
Chris McGlothen13-Jul-06 5:11
Chris McGlothen13-Jul-06 5:11 
QuestionProblem with menu control in asp.net 2.0: Help Pin
Rookie12-Jul-06 6:26
Rookie12-Jul-06 6:26 
I have the following menu control in my aspx page:

<form id="form1" runat="server">
<div>
<asp:Panel ID="Panel1" runat="server" Height="50px" Width="125px">
</asp:Panel>
<br />
<asp:Menu ID="Menu1" runat="server" BackColor="#E3EAEB" DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="0.8em" ForeColor="#666666" StaticSubMenuIndent="10px">
<Items>
<asp:MenuItem Text = "Part I" Value="Part I">
<asp:MenuItem Text = "Chapter 1" Value="Chapter 1"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text = "Part II" Value="Part II">
<asp:MenuItem Text = "Chapter II" Value="Chapter II" />
<asp:MenuItem Text = "Chapter III" Value="Chapter III" />
</asp:MenuItem>


</Items>
<StaticSelectedStyle BackColor="#1C5E55" />
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<DynamicHoverStyle BackColor="#666666" Font-Bold="False" ForeColor="White" />
<DynamicItemTemplate>
<%# Eval("Text") %>
</DynamicItemTemplate>
<DynamicMenuStyle BackColor="#E3EAEB" />
<DynamicSelectedStyle BackColor="#1C5E55" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<StaticHoverStyle BackColor="#666666" Font-Bold="False" ForeColor="White" />
<StaticItemTemplate>
<%# Eval("Text") %>
</StaticItemTemplate>


</asp:Menu>
</div>
</form>

The menu display all the formatting (including color and font)correctly in VS 2005, but soon as I run my project in the web browser in debug mode(IE 6.0), the menu lost all of its formatting. The menu becomes a list of hyperlink buttons with blue color. I can't understand why and I have already spend several hours on this.

Rookie Programmer
AnswerRe: Problem with menu control in asp.net 2.0: Help Pin
Brent Lamborn12-Jul-06 6:50
Brent Lamborn12-Jul-06 6:50 
GeneralRe: Problem with menu control in asp.net 2.0: Help Pin
Rookie12-Jul-06 7:27
Rookie12-Jul-06 7:27 
GeneralRe: Problem with menu control in asp.net 2.0: Help [modified] Pin
Brent Lamborn12-Jul-06 8:03
Brent Lamborn12-Jul-06 8:03 
GeneralRe: Problem with menu control in asp.net 2.0: Help Pin
Rookie12-Jul-06 13:18
Rookie12-Jul-06 13:18 
QuestionBest Software? Pin
pctechgirl12-Jul-06 4:11
pctechgirl12-Jul-06 4:11 
AnswerRe: Best Software? [modified] Pin
Jonathan [Darka]12-Jul-06 4:20
professionalJonathan [Darka]12-Jul-06 4:20 
GeneralRe: Best Software? Pin
Paddy Boyd12-Jul-06 5:55
Paddy Boyd12-Jul-06 5:55 
GeneralRe: Best Software? Pin
Jonathan [Darka]12-Jul-06 6:57
professionalJonathan [Darka]12-Jul-06 6:57 
GeneralRe: Best Software? Pin
Steve Maier12-Jul-06 9:01
professionalSteve Maier12-Jul-06 9:01 
GeneralRe: Best Software? Pin
Paddy Boyd12-Jul-06 22:08
Paddy Boyd12-Jul-06 22:08 
AnswerRe: Best Software? Pin
Brent Lamborn12-Jul-06 4:47
Brent Lamborn12-Jul-06 4:47 
QuestionWritting to Word document template Pin
AfriDiesel12-Jul-06 1:35
AfriDiesel12-Jul-06 1:35 
AnswerRe: Writting to Word document template Pin
ashish_patil++1-Aug-06 4:12
ashish_patil++1-Aug-06 4:12 
QuestionHow to set display of a column according to its value in DataGrid Pin
Jovito12-Jul-06 0:59
Jovito12-Jul-06 0:59 
QuestionNew Person need HELP !!!!!!!!! Pin
Frozen@Sasi12-Jul-06 0:46
Frozen@Sasi12-Jul-06 0:46 
AnswerRe: New Person need HELP !!!!!!!!! [modified] Pin
Jonathan [Darka]12-Jul-06 4:32
professionalJonathan [Darka]12-Jul-06 4:32 
GeneralRe: New Person need HELP !!!!!!!!! Pin
Frozen@Sasi12-Jul-06 9:18
Frozen@Sasi12-Jul-06 9:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.