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

  • SEARCH
  • Home
  • 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 7492441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T16:26:25+00:00 2026-05-29T16:26:25+00:00

The width of the image (logo) appears to be 100% as it is pushing

  • 0

The width of the image (logo) appears to be 100% as it is pushing the divs underneath (header_box) down. All other browsers the header_boxes appear to the right of the logo, but Internet Explorer (of course) is doing something different.

html

<body>
    <div id="header">
        <img id="logo" src="images/logo.png" alt="Logo" />
        <div class="header_box">
            <img id="profile" src="images/questionmark.png" alt="Profile Image" />
            <span id="profile_name">Sample</span><br />
            <ul id="profile_settings">
                <li>Profile</li>
                <li>Settings</li>
            </ul>
        </div>
        <div class="header_box">
            <img id="notifications" src="images/notifications.png" alt="Notifications" />
        </div>
        <div class="clear"></div>
    </div>

CSS

#header {
background:#3A3A3A;
color:white;
border-bottom:5px #771439 solid;
-moz-box-shadow: 0 1px 5px 3px #888;
-webkit-box-shadow: 0 1px 5px 3px#888;
box-shadow: 0 1px 5px 3px #888;
}

#logo {
height:82px;
display:inline;
}

.header_box {
display:inline-block;
float:right;
background:#262626;
padding:5px;
margin:16px 15px 12px 0;
border-radius: 5px; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border: 1px #474747 solid;
text-align:left;
font-size:11px;
min-height:40px;
}

Let me know if you need any more info. I’m not really sure how to describe this issue.

  • 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-29T16:26:28+00:00Added an answer on May 29, 2026 at 4:26 pm

    This is a common issue in older versions of IE. You should be able to encase everything in a div with a height on it and include float:left in your logo css. Here is a jsfiddle to try it out.

    HTML

    <div style="height"82px;">
        <img id="logo" src="images/logo.png" alt="Logo" />
        <div class="header_box">
            <img id="profile" src="images/questionmark.png" alt="Profile Image" />
            <span id="profile_name">Sample</span><br />
            <ul id="profile_settings">
                <li>Profile</li>
                <li>Settings</li>
            </ul>
        </div>
        <div class="header_box">
            <img id="notifications" src="images/notifications.png" alt="Notifications" />
        </div>
    </div>
    

    CSS

    #logo {
    float:left;
    height:82px;
    display:inline;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a view. I want an image logo to appear in the top
here is my code <div id=content_main2> <div id=content_main2_left><img src=../images/logo.png></div> </div> css #content_main2 { width:800px;
I try to align an image (a logo) with a text in two lines
I'm adding an Image View in Interface Builder with a transparent PNG (A logo
I have a 4000px width image slap on the header of my site. for
I'm using this code to center/position a fixed width image as my background. I
What is the best practice to limit the maximum image width on the browser,
Better way to do it (without QImage )?: QImage image(width, height, QImage::Format_RGB888); memcpy(image.bits(), m_frameRGB->data[0],
I'm using spin.js ( http://fgnass.github.com/spin.js/ ) while a large full width/height image loads. The
I'm grabbing the width of an image and storing it in a variable, then

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.