Web Forms :: IE 8 Menu Dropdowns - Text Doesn't Appear
Feb 28, 2010
I am having slight trouble with the menu control on a website which I am developing. In IE 8 the text doesn't appear in the dropdowns. This is intermittent between two different nodes. :S I have added the z-index: 1000; fix, but it doesn't seem to have any effect. The site is currently here: watercress.lukestratton.co.uk , please don't pass the URL around. This is fine in ALL other browsers. I think it may be something to do with my CuFon font conversion scripts.
View 2 Replies
Similar Messages:
Dec 20, 2010
I have two lines of dropdown menus. There are 3 dropdown in each line (together 6). First dropdown in each line is "independent". The second and third are dependent. If user selects second, page loads and user can then selects item in third. So user have option to select first OR second and third in each line.
.ASPX code:
[Code]....
Since I've found out that you can't validate dropdown controls directly with CustomValidator I've wrote few lines of code for each of dropdowns to insert some values in txtBx_Cln1n2 which will be hidden when the page will be finished.
[Code]....
Unfortunately the code for CustomValidator have some bugs. If user doesn't select anything error message is shown. But if he choose 1 employee and then second and then select (I doubt that anybody will do this but I want to be sure and prevent as much exceptions as possible) the first item in one of the dropdowns ("all employees" or "employees by group") the custom Validator will allow execution of code for link button although the validation code should prevent this.
[Code]....
I know I could this a little better since code is quite complicated if I want to tell the user which employee he/she forget to enter. I've tried instead of SelectedItem.Value also SelectedIndex != 0 but the problems are the same.
I couldn't validate this without the use of textbox. But this method is also making complications since user can select 2 employees and then in one of the selected dropdown change selection to index = 0. Maybe I have to disable viewstate on all dropdowns? But this would probably affect INSERT of data?
View 4 Replies
Nov 26, 2010
I have two dropdowns menu in detailsview (Both one table) . I want to change items in the second dropdown when the user selects an item in the first dropdown.
What I did as following but it does not work :
Add an empty SelectedIndexChanged event on the first dropdown and then, bind the second to the first under Selectedvalue. Also, sat AutoPostBack="True" on first dropdown.
View 12 Replies
Dec 6, 2010
I am using panel to hide and display certain controls on a page, On one of my panel i have three drop down, all i want is to make sure that user has selected something from the dropdowns otherwise they cant proceed, i am using the requiredfield validator but its just not working
[Code]....
View 9 Replies
Jan 10, 2011
I am using frames in my webpage.in one of the frames i have a menu control whose items are database driven.when click on the menu item, i want another page to be displayed in other frame.
now i want to pass the the selected menu item text to the other page using session variable which is in the menu item click event method.but the thing is when i click on the menu item, the click event is not firing.
is there any better way to pass the selected menu item text to the other page?
View 1 Replies
Mar 11, 2011
I have 45 dropdown lists in my asp page. There are some methods that I can apply to all of these dropdowns. Is it possible to convert them into an array of dropdowns for ease of use?
View 2 Replies
Mar 7, 2011
It seems my website doesn't accept some CssClass defined into my <asp:Menu>.Here is how I implemented it :
[Code]....
and here is my Style.css which works for everything else :
[Code]....
What I don't understand is that my .menuItems works perfectly good...For the "hover" style, if I try with ".menuItems:hover" it will work but I don't know why ".menuItemsHover" doesn't...What am I doing wrong with this code? I followed a lot of tutorial but no one seems to work...
View 5 Replies
Jul 1, 2010
I have this menu in the masterpage that works alright in IE7 - that is, it lines up horizontally. I don't understand why this doesn't work in IE6 wc lines up vertically.
Below is the HTML:
[Code]....
[Code]....
View 2 Replies
Dec 29, 2010
I have a menu (linked to a sitemap) wrapped in to a panel surrounded by a round control extender. The menu has StaticMenuItemStyle, StaticHoverStyle and StaticSelectedStyle. The first 2 works like a charm but not the StaticSelectedStyle. On click of the menu item the screen is redirected to appropriate page, but the menu item cssclass is set back to StaticMenuItemStyle. The background of the menu items are images. I tried some of the solutions from other posts, but no use.
View 8 Replies
Oct 6, 2010
Ive got an ASP:Menu in my page and want to display a background image for each item, and have that background change when the user hovers over, or selects it.
However, the UnselectedTab style applies when the page loads but then the style doesnt change on either select or hover, ...
Code in my asp.net page...
[code]...
View 6 Replies
Mar 6, 2010
I have build a composite control which renders a TextControl or a RADEditor control, dependable of a property a set. Both rendered controls have a Text-property. The problem is that when I change the Textvalue on my webpage (when it is running) it won't set the new Text-value but the old Textvalue instead.
Below the code of my composite-control.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Telerik.Web.UI;
using System.Web.UI.HtmlControls;
using Framework.WebControls;
namespace Components.Broadcasting.Controls.....
View 1 Replies
Oct 11, 2010
if my menu bar doesnt appear on IE 8 and above? How to solve that, "Without using compatiblity view setting" ? I think, can Asp.net solve that problem? Because, for make user friendly website..so, no need configuration first.
View 2 Replies
Jan 22, 2010
I have an <asp:Menu> object on my webpage and it works but it has a very minor shortcoming that is very irritating.
Currently, the menu item is activated when the user clicks on the TEXT of the menu item (Home for example). However, the menu item does not allow me to click on the menu item when I put the mouse over the rectangle which the menu item is in but not on the text.
So if I click on the WORD Home, it works.
When I attempt to click right next to the word HOME, it does not work. I know that I am in the menu item rectangle because I change the background color when hovering over it.
Is there a way to have the menu be active when the mouse is anywhere in the menu item?
Or am I limited to only being able to click on the menu item hyperlink ONLY?
View 2 Replies
Jan 17, 2010
Since there is no way to wrap your databound dropdownlist, can someone tell me how to convert dropdown item like "abcdefghijklmnop" to "abcdef....."?
This is what I have so far:
[Code]....
View 2 Replies
Jul 5, 2010
I have a navigation menu down the left hand side of my page and I want to align the text horizontally to the left.
There doesnt seem to be any property for doing this or perhaps there is and im being a bit thick.
View 4 Replies
Feb 16, 2011
I have designed a menu control in master page. But its dynamic sub menus are hide behind the images whice is in content page called home.aspx. It shows the submenus at development phase but not at hosting time. Here is my code for a menu. Is there any problem in my code. One more thing is that when I open the website in mozilla it shows every submenus not in any version of internet explorer.
<asp:Menu ID="NavigationMenu" ItemWrap="false" StaticEnableDefaultPopOutImage = "false" Orientation="Horizontal" DisappearAfter="250" runat="server" DynamicHorizontalOffset="3" MaximumDynamicDisplayLevels="3" DynamicVerticalOffset="5" StaticDisplayLevels="1">
<Items>
<asp:MenuItem Text="Home" Value="Home" NavigateUrl="~/Home.aspx"/>
<asp:MenuItem Text="Company Overview" Value="Company Overview" NavigateUrl="~/AboutUs.aspx">
<asp:MenuItem Text="About Us" Value="About Us" NavigateUrl="~/AboutUs.aspx" />
<asp:MenuItem Text="Management" Value="Management" NavigateUrl="~/Management.aspx" />
</asp:MenuItem>
<asp:MenuItem Text="Testimonials" Value="Testimonials" NavigateUrl="~/Testimonials.aspx" />
<asp:MenuItem Text="Services" Value="Services" NavigateUrl="~/FrontOfficeService.aspx">
<asp:MenuItem Text="Front Office" Value="Front Office" NavigateUrl="~/FrontOfficeService.aspx">
<asp:MenuItem Text="Billing Office" Value="Billing Office" NavigateUrl="~/BillingOfficeService.aspx">
<asp:MenuItem Text="Paperless Office" Value="Paperless Office" NavigateUrl="~/PaperlessOfficeService.aspx">
</asp:MenuItem>
<asp:MenuItem Text="Contact Us" Value="Contact Us" NavigateUrl="~/ContactUs.aspx">
</Items>
<StaticMenuItemStyle ItemSpacing="5px" HorizontalPadding="5px" ForeColor="White" VerticalPadding="2px" Font-Bold="true" />
<DynamicMenuItemStyle HorizontalPadding="5px" ForeColor="White" BackColor="Navy" VerticalPadding="2px" />
<Dynamichoverstyle BackColor="LightBlue" Font-Bold="true" />
<DynamicSelectedStyle BackColor="Green" ForeColor="Gray" />
<StaticSelectedStyle BackColor="Green" ForeColor="Teal" />
</asp:Menu>
View 1 Replies
Jan 10, 2011
I am using frames in my webpage.in one of the frames i have a menu control whose items are database driven.when click on the menu item, i want another page to be displayed in other frame. now i want to pass the the selected menu item text to the other page using session variable which is in the menu item click event method.but the thing is when i click on the menu item, the click event is not firing. is there any better way to pass the selected menu item text to the other page?
View 1 Replies
Feb 25, 2010
I am using that standard asp.net menu system and I have it linking to an SQL view via XML. All that stuff works fine but when I try to add a separator image to the menu it adds the image below the text. It looks like it is wrapping the image down to the next line.
View 2 Replies
Jun 16, 2015
i used the code present in that page (CODE USED). The user can click all the categories displayed, and i need to know the id of the one that he clicked.
[URL]
In the case of the screenshot i need to know which is the id of the category "Excel", the one that i clicked.
View 1 Replies
Dec 22, 2010
I am using a dataview to populate existing values on page_load:
[Code]....
The problem is, if i change that text, and click a button and check what the value of the text box is, it is still the original database populated value, not what i changed it to.
View 3 Replies
May 7, 2015
How can I make RTL ASP.Net Menu using CSS or Skin File not markup?
View 1 Replies
Jan 14, 2011
For this web page, The img is now showing up in print preview and is printing. From FireFox, the shrik-to-fit option works great in preview and print out they look perfect. The problem is with IE 8 (havne't tested other version) The image and other stuff comes out fine. The section that consist of panel and the AjaxCtrl:TabContainerer, the Active Tab with its text content are shrunk to like 60% from the right edge of the paper. The fonts are very small and readable. I tried playing with the scale percentage in the print preview of IE but it increase size on all the content and not just the AjaxCtrl:TabContainerer part.
Is there a way to fix this in IE?
View 1 Replies
Mar 11, 2011
I am trying to save HTML content in a database. I have it stored properly but when I try to call it and display it on a page using a literal or label control, it does not show the content properly. It will show the text but not any HTML content (i.e. checkboxes, images, hyperlinks, etc)
View 9 Replies
Feb 28, 2010
I have a master page which includes a search textbox and a button which posts back to another page. The controls are defined as follows:
<asp:TextBox
ID="SearchTextBox"
runat="server"
style="margin-left:
0px"
Width="170px" />
<cc1:TextBoxWatermarkExtender
ID="SearchTextBox_TextBoxWatermarkExtender"
runat="server"
Enabled="True"
TargetControlID="SearchTextBox"
WatermarkCssClass="watermark"
WatermarkText="Search Name" />
<asp:Button
ID="SearchButton"
runat="server"
Text="Search"
PostBackUrl="~/SearchPage.aspx"/>
The problem is that for any other TextBox on the page which is using this MasterPage, for example the login page, if you type your user name and password and hit Enter, The page is redirected to the SearchPage. If you click on login buttton everything works fine. How do I make sure hitting enter on the page in any other text box does not post back to SearchPage.aspx?
View 2 Replies
Mar 28, 2011
how to display: dynamicpopimage of asp.net menue near to the text by default , it is being displayed in right most corner of the menue.
i-e
About Us >|Contact us|
I wan to show it look like this:
About Us > |Contact Us|
where the > sign can be assumed dynamicpopimage
View 1 Replies