The html select box option is not getting displayed properly in IE11

The html select box option is not getting displayed properly in IE11
I have developed a website that has a select box drop down. The select box drop down is getting displayed properly in IE9. But in IE11, if I am selecting any option apart from the first one, the whole select box option is getting moved up in the page.
In IE11, if option 2 is selected, then the select options is getting moved up. But in IE9, if option 2 is selected, then the select options is getting displayed properly.
Please let me know the fix so that the select options are displayed in the same manner as in IE9.
Sorry but I am unable to upload images as this site is throwing some error

Hi Kevin Shen,
Thanks for post.
I tried above code in ie 11(version 11.0.9600.17633).
But it is not working. If you select option 2, and open select box then it open on the select box.
It should open below the select box.
Code for above:-
<select>
<option>1</option>
<option>2</option>
<option>3</option>
</select>
Sorry I could not attach screen shot. We have normal select box with three options. If we select option 2, it is showing option list on the select box. It is coming below the select box in ie 10 and other browse like chrome. 
So what we should do, so that all options will come below the select box?
Thanks,
Yogesh Toke

Similar Messages

  • Catalog id is not getting displayed properly in Foreign Language (French)

    Hi All,
    I have created a web service id for the external catalog and I have assigned the same to one of the user. The name of the web service id is getting displayed properly in the shopping cart creation screen when the language is English. But when we are changing the user language to Foreign language (French), the name is not getting displayed properly.
    Could you please advise me if there any settings needs to be done in the parameters of the specific web service id. Thanks in advance for your help.

    Hi,
    Go to External Web Services and the select the web service ID. Then click on GOTO >Translation and select the language and enter the description of the web service as to be disaplyed while users log in French against the language.
    Thanks,
    Anshu

  • Wireless sync option not available on Itunes 10.5.  After updating my iphone to IOS 5, the "sync over wifi" option is not being displayed in itunes.

    hi, I managed to update both Itunes and my ios to the latest versions (10.5 and 5 respectively).  I'm unable to see the "Sync over wifi" option in itunes.  Can anyone help?

    Maybe that's why I got lucky?  I have 10.7.2.  I have to tell you howeer that I did not check any check box in settings on the Notebook to enable Wifi sync, or in iTunes on the notebook.  I did have options when setting up the iPad and I selected sync with computer rather than back up to cloud.   Maybe that is another difference?  I feel feel fortunate that as I type this my iPad is syncing over wifi and you're all having trouble.
    Just to confirm I have iTunes 10.5  MacOSX 10.7.2 and iOS5 installed on the iPad.  I'm going to dive in and do the phone now too.  I will report any troubles, or pay more careful attention when the iCloud settings and set up come on the screen.  Maybe I did something else I don't remember.

  • Company code name is not getting displayed properly in SRM portal

    Hi Experts,
    I have an strange issue. In the ECC (Backend) system, my company code name is getting displayed correctly. But in the SRM portal, it is showing the old name.
    I have tried to run the report BBP_ATTR_TEXT_REFRESH. But the BUK attribute is not coming in the F4 help. I am using SRM 5.0
    Please suggest me any other way where i can refresh the company code name.

    Hello,
    Kindly refer to the SAP Note 1156021 to resolve your issue here.
    Best Regards,
    Rahul

  • In a popup the tree table data is not getting displayed properly

    Hi,
    I have a taskflow which contains a tree table within a panelStetchLayout. Following is the taskflow code :
    <af:panelStretchLayout id="SecurityAdminManageRoles" bottomHeight="0" topHeight="auto" inlineStyle="width:725px;height:400px;">
    <f:facet name="center">
    <af:treeTable value="#{bindings.WebCenterSecurityDCPermission.treeModel}" var="node" expandAllEnabled="true" fetchSize="150" verticalGridVisible="false" horizontalGridVisible="true" columnSelection="none" rowBandingInterval="0" columnStretching="last" contentDelivery="immediate" summary="#{uib_o_w_w_r_WebCenter.SECURITY_PERMISSIONS}" disclosedRowKeys="#{webcenterAdminSecurityBean.disclosedRowKeySet}" inlineStyle="border:none" binding="#{webcenterAdminSecurityBean.rolesTable}" id="tt2" styleClass="AFStretchWidth" autoHeightRows="150">
    <f:facet name="nodeStamp">
    <af:column width="260"
    selected="false" noWrap="false" id="c3">
    <f:facet name="header">
    <af:outputText value="#{uib_o_w_w_r_WebCenter.LABEL_PERMISSIONS}"
    id="ot5"/>
    </f:facet>
    <af:panelGroupLayout id="pgl26">
    <af:forEach items="#{bindings.getRoleHeaders.result}" var="role">
    <af:outputText value="#{role.value}" visible="false" id="ot1"/>
    <af:selectBooleanCheckbox selected="#{node.dataProvider.serviceActions[role.value]}"
    rendered="#{!node.dataProvider.serviceHeader}"
    label="#{null}"
    disabled="#{(node.dataProvider.readOnly and role.seededRole) or node.dataProvider.actionDisabledMap[role.value] == true}"
    simple="true" id="sbc2">
    <f:attribute name="permission" value="#{node}"/>
    </af:selectBooleanCheckbox>
    </af:forEach>
    <af:spacer width="5" id="s2"/>
    <af:outputText value="#{node.name}" noWrap="false" id="ot2"
    inlineStyle="#{node.dataProvider.serviceHeader? 'font-weight:bolder;': ''}"/>
    </af:panelGroupLayout>
    </af:column>
    </f:facet>
    <af:column headerText="#{uib_o_w_w_r_WebCenter.LABEL_DESCRIPTION}" rowHeader="unstyled" noWrap="false" id="c1">
    <af:outputText value="#{node.description}" noWrap="false"
    inlineStyle="color:grey;" id="ot3"/>
    </af:column>
    </af:treeTable>
    </f:facet>
    </af:panelStretchLayout>
    </jsp:root>
    This taskflow is included as a region within another page :
    <af:commandToolbarButton id="cb3"
    shortDesc="#{uib_o_w_w_r_WebCenter.LABEL_EDIT_PERMISSION_HINT}"
    icon="/adf/webcenter/edit_sm_ena.png"
    text="#{uib_o_w_w_r_WebCenter.LABEL_EDIT_PERMISSION}"
    inlineStyle="align:left">
    <af:showPopupBehavior popupId="managePopup"/>
    </af:commandToolbarButton>
    <af:popup id="managePopup" contentDelivery="lazyUncached">
    <af:dialog modal="true" type="cancel"
    title="#{requestContext.formatter[uib_o_w_s_r_Spaces.EDIT_ROLE][pageFlowScope.o_w_wa_spacesRoleBacker1.selectedRole.value == webcenterAdminSecurityBean.spacesUsersRole ? uib_o_w_s_r_Spaces.LABEL_AUTH_USER : pageFlowScope.o_w_wa_spacesRoleBacker1.selectedRole.value]}"
    titleIconSource="/adf/webcenter/empty.png" id="d4">
    <af:region value="#{bindings.editroletaskflow.regionModel}"
    id="r2"/>
    <f:facet name="buttonBar">
    <af:commandButton partialSubmit="true"
    text="#{uib_o_w_w_r_WebCenter.LABEL_SAVE}"
    actionListener="#{o_w_w_i_v_b_webCenterViewUtilsBean.saveChangesAndCloseWCLinksPopup}"
    id="cb4">
    <f:attribute value="#{bindings.editroletaskflow.regionModel}"
    name="wcRegionModel"/>
    <f:attribute value="bindings.saveRoles.execute"
    name="wcMethodToExecute"/>
    </af:commandButton>
    </f:facet>
    </af:dialog>
    </af:popup>
    In the main page, there is a table, I select one row and then click on this commandButton, which launches the popup.
    The problem here is that when I launch the popup, there are many rows in the table and hence a scroll bar appears. Scroll down the popup and close the popup.
    Again I launch the popup, I see that the popup displays in the same state as it was closed before, i.e the scrollbar is at the bottom and the first row is not displayed.

    ...also do not forget to:
    1. adjust the Active property for the task flow binding (in the pageDef).
    Set property value to the true on popupFetchListener, and to the false when closing popup
    2. for the af:popup containing region, set childCreation to deffered

  • HT204291 I can connect to the apple TV but I am not getting display only sound with my IMAC mid 2011 and MAC Air 2012 both with Mountain Lion OS

    I just upgraded to Mountain Lion after purchasing Apple TV yesterday from Best Buy.
    I have signed in on the same wi-fi network (comcast 30mbps)
    I was able to see photos from my wifes Iphone but not my IMac or Mac Air
    Both computers connect but I am only getting audio.
    I updated software on Apple TV
    I shut everything down and reset my router. My Mac Air 13" 2012 was able to see the desk top but not anything that I was doing and then it disconnected.
    I also tested the internet speed on the Apple TV but it just told me it was finished. (no results)

    WEP as a security measure is laughable nowadays. Even a kindergarten kid with a netbook can crack the password in a few minutes. Try using WPA2 if available on the device. And the Macs will be quite happy connecting with that protocol.

  • Multi Lingual String not getting displayed properly with Java 1.5.4

    Hi,
    I have a strange problem and i think the problem is due to java 1.5.4.
    Problem is:
    My application was previously deployed on weblogic6.1 server and jdk used was 1.3.1
    After i migrated my application to weblogic 9.2 and started using jdk 1.5.4, i am not able to correctly view the data which is stored in different languages on browser.
    Some more details:
    OS - Linux.
    Database - Informix 9.2
    Intresting part is :
    If i enter a new multi lingual string from my application (deployed on WLS 9.2 with JDK 1.5.4) and store it in database, and then try to retreive it, it is displayed correctly.
    Issue arises only when the multi lingual string created and stored in database from my old application (deployed on WLS 6.1 with JDK 1.3.1) is retrieved and displayed in the new application (WLS 9.2 with JDK 1.5.4).
    Hope my issue is clear and if any one has any clue as to how to solve this issue. Kindly help

    One thread is enough.
    http://forum.java.sun.com/thread.jspa?messageID=9651015

  • Selection tet -description not getting displayed

    Hi,
    In abap program, the text for the selection text is not getting displayed. For ex. for field p_matnr which is nothing but mara-matnr, the text name Material number is not getting displayed and instead it shows p_matnr on the selection screen. I have activated the dictionary check box on the selection texts still it is not working. The strange part is the same Selection text 'P_MATNR' displays the text correctly in another report but on this report even if i uncheck and check the dictionary check box it does not display. Has soneone faced this before?
    Thanks,
    Prem

    Hi.,
    Try this.,
    SELECTION-SCREEN BEGIN OF BLOCK 1 WITH FRAME TITLE TEXT-001.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(20) c1 .
    PARAMETERS : P_MATNR LIKE MARA-MATNR.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK 1.
    INITIALIZATION.
    c1 = 'Material Number:'.
    hope this helps u.,
    Thanks & Regards,
    Kiran

  • Whenever a record is Edited the rows are not getting displayed in the repor

    Hi all,
    When a new record is added or edited, It is physically getting added or edited according to the process, but those records are not getting displayed in the report..
    Please Any body faced this situation...
    Help me to identify what error i am doing........
    thanks in advance
    kavitha L

    Hi KChamarti,
    I am also trying to display images insid the datagrid but i get a weird broken image(all silver gray).
    My item renderer is:
              <mx:DataGridColumn headerText="Type">
                   <mx:itemRenderer>
                     <mx:Component>
                      <mx:HBox verticalGap="2">
                          <mx:Image id="dgImage" source="\assets\images\{toLowerCase(data.type)}.jpg" />
                          <mx:Label text="{data.type}"/>
                        </mx:HBox>
                     </mx:Component>
                   </mx:itemRenderer>
                </mx:DataGridColumn>
    Am i mentioning the source of the image in the right way?

  • Material cost not getting displayed in CN41N

    Hi Gurus,
    When we execute CN41N, Materials assigned to the Network activity are visible but the cost of each material is not getting displayed against it (under Proj. Cost Plan Column) and it is appearing as '0' whereas, it is appearing as an accumulated cost against the activity. I checked SAP notes for this problem, though I could see some notes which are very close to the problem but all are for Release 600 whereas we are using 604 (ECC 6.0). Have anyone encountered such problems or whether the cost will not appear against Material in CN41N.
    Awaiting your valuable suggestions.
    thanks in advance.
    Vinodh

    I have seen planned cost of material against material itself in structure report like CN41, CN41N under following conditions:-
    1. Valuated Project Stock
    2. Material is created using Reservation for WBS or PR+Res for WBS Procurement indicators.
    3. Costing relevancy box ticked for material
    4. Statistical Cost element exists for Inventory account.
    I have not seen planned cost for non-stock item or material with res for network in project. This is purely based on my experience and I dont have any notes or help document to validate my statement.

  • Profit center text not getting displayed in report

    Hi all
    Iam using 0profit_ctr in my query.But in report the text associated with it is not getting displayed.When i see the masterdata the text is displayed properly.
    Please let me know how to rectify this.
    Thanks
    Bhanu

    Right click on the master object, and click "Activate Master Data"
    Hope this will resolve the issue.
    Ishdeep.

  • Statistical condition types not getting displayed in invoice

    We  have configured the tax collected at source (TCS) condition types and make them as statistical in the pricing procedure. Now, the issue is when we are using them the values for these condition types are getting calculated correctly as the total value is correct but in the invoice their individual values are not getting displayed.
    In the analysis also we can see that the condition records are found but being statistical condition they should get displayed in the invoice as only the correct total value will not serve the purpose, please help
    Thanks & regards
    Puneet Agrawal

    Hi
    Keep a break-point (hard) in these program lines and debug and see that whether the condition type(KSCHL) related to Taxes is appearing here or not.
    If the condition type for taxes is coming then you can print the taxes.
    First check the related condition type for Taxes in T685 table and see here in the code.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • Why am I not able to export NEF files to Photoshop from Lightroom to edit. This is new. When I right click on an image, the export to PS option is not selectable.

    Why am I not able to export NEF files to Photoshop from Lightroom to edit. This is new. When I right click on an image, the export to PS option is not selectable. I've never had this happen before. I haven't used it for a few weeks, so maybe there's an update (Mac or otherwise) that's screwing things up? HELP!

    I have an Edit In - Photoshop option, but not an Export - Photoshop option.
    Obviously to have right-click Edit In to work, the photo you're right-clicking on needs to be selected.  I assume this is not the problem, and that the photo is selected.
    Mavericks 10.9.3 has a problem where the Users folder is hidden, and you need to update iTunes to fix it, but it's been a few weeks since this happened so hopefully you're up-to-date and the Users folder isn't hidden anymore.
    If you can't get things to work, I'd uninstall LR and uninstall Photoshop, then install Photoshop, and update it, then install LR and update it, as a way to get any wayward security or other OS-level things reset.

  • Avi or wmv files wont automatically save (tick box option is not selectable)

    avi or wmv files wont automatically save
    (tick box option is not selectable)
    i go to options
    and select SAVE as the default for .avi and .wmv
    FF always asks me what to do every time?
    if i click save, the tick box option for 'always do this' is not selectable ?
    How do i fix this so i can automatically download .avi and .wmv?
    ie ........i click a link ..........it downloads......like other file types

    Try this:
    It works for ALL types of files!
    # Save a small avi file on your harddisk
    # Open Firefox
    # Go to File | Open File ...
    # Go to the file location and select it
    # Click Open
    # Now you see the small window named Opening …
    # Click radio button Save
    # Tick box “Do this automatically for files like this from now on.
    # Piruz bāshid!

  • Put adobe as an option in the printer selection box

    how do you place adobe as an option in the printer selection box - when i do online remittances from my bank the remittance sheet only shows a print icon - if you hit it i only have the printer, fax and xps document writer as a selection i am using win7 it used to be in the window of the printer selction when i was using winxp can you solve this for me

    Yes I have acrobat the thing is on the XP there was a selection as save as an PDF File and that was in the Printer Box where u can select the printer you want to use.  But there is no option for this - the reason is again on the bank that I use when you fill out and send your remittance up comes a statement of what you sent date, beneficiary exchange rate etc. you have the option to print this sheet there is no save option on this so when I used hit the printer icon there comes the printer information and on this there was a choice of the printer or save to adobe.  That is missing now and I don't know how to get it back you can only do snip it and save that to the file.
    Can you advise on that?

Maybe you are looking for