Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7038973
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:44:26+00:00 2026-05-28T01:44:26+00:00

so when I wrap the p:selectOneMenu around display: inline-block, and try to click on

  • 0

so when I wrap the p:selectOneMenu around “display: inline-block”, and try to click on the drop-down box list, the list will NOT drop down. This only happen in INTERNET EXPLORER 8 (work in IE6, 7, firefox). Here is the small code to recreate the issue.

<h:head>
    <title>Facelet Title</title>
    <link rel="stylesheet" href="resources/css/layout.css" type="text/css"/>
</h:head>
<h:body>
    <div id="MainWrapper">
        <h:form id="myForm">
            <p:selectOneMenu value="#{viewBean.selectedFood}">
                <f:selectItem itemLabel="Select One" itemValue=""/>
                <f:selectItems value="#{viewBean.foodList}"/>
                <p:ajax update=":myForm:text"/>
            </p:selectOneMenu>
            <br/>
            <h:outputText id="text" value="#{viewBean.selectedFood}"/>
        </h:form>
    </div>
</h:body>

My layout.css

body{
    text-align: center;
    background-color: #EBEAE3;
    margin: 0;
    font-family: Trebuchet;
}

#MainWrapper{
    display: inline-block;
    width: 1100px;
    background-color: white;
    min-height: 1000px;
    _height: 1000px;     
}

The purpose of “MainWrapper” is to center the component. If I take the “display: inline-block” out, or use h:selectOneMenu, then everything work fine.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T01:44:27+00:00Added an answer on May 28, 2026 at 1:44 am

    To start, this is the wrong way to center block elements.

    body{
        text-align: center;
    }
    
    #MainWrapper{
        display: inline-block;
        width: 1100px;
    }
    

    You need margin: 0 auto; instead.

    #MainWrapper{
        margin: 0 auto;
        width: 1100px;
    }
    

    (yes, remove the text-align: center; from the body)

    As to why the problem occurs in IE8 but not in IE6/7, well, the inline-block is not supported in IE6/7 anyway and perhaps it’s just an IE8 specific conflict with the CSS of the <p:selectOneMenu>. Think of haslayout bugs.

    See also:

    • Center a div in CSS
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to wrap my head around Javascript's function.apply(). You use it like this:
I'm trying to wrap my head around this to make the correct design decisions.
I'm trying to wrap my head around this, but I seem to go in
I'm trying to wrap my head around this new concept called LINQ. Ever heard
I cant really wrap my head around how to do this since I'm new
I can't wrap my head around how to accomplish rendering this public class Shape{}
I'm trying to wrap my head around reflection, so I decided to add plugin
I'm trying to wrap my head around creating a toolbar (a tool band in
I'm trying to wrap my head around asp.net. I have a background as a
I'm trying to wrap my head around SharePoint. Why is it good? Why is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.