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 3333812
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T23:50:14+00:00 2026-05-17T23:50:14+00:00

I need some help trying to get floats to display properly in IE. IE

  • 0

alt text

I need some help trying to get floats to display properly in IE. IE wants to add a newline after I try to float it [the arrow] to the right…

I would like it to display like Firefox (right), where it all fits in one line, but I can’t seem to figure out how…

Cheers.

background-image: url( '/img/arrow_down.gif' ); 
background-repeat: no-repeat;
height: 8px;
width: 15px;
display: inline;
float: right;
  • 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-17T23:50:15+00:00Added an answer on May 17, 2026 at 11:50 pm

    Posting your markup would help. A common cause of this is the arrow appearing after the text in the markup. If you move the arrow to before the text, it should look right in both. Like:

    <span class="arrow-image"></span>This is the the text.
    

    When I first started with web layout, this sounded really weird to me, but I was surprised to find it worked (and now that I understand float a little better, it makes a little sense to me).

    You might be able to get away with this much simpler markup instead, though:

    <ul id="menu">
        <li>Some text</li>
        <li>Some text</li>
        <li>Some text</li>
    </ul>
    

    And CSS:

    #menu > li
    {
        background-image: url('/img/arrow_down.gif');
        background-repeat: no-repeat;
        background-position: right center;
        padding-right:16px; /* Width of the image */
    
        /* ... */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need some help. I'm trying to display a field called SubmissionStatus in a
I need some help (sorry for my poor english). I 'm trying to get
I need some help structuring my php. I am trying to get 3 different
I need some help with some CSS coding. I have been trying to get
I need some help trying to match a C include file with full path
Hey all i am in need of some help trying to figure out how
i need some help with creating file Im trying in the last hours to
I need some help. I am trying to shorten a full product name from
I need some help with SQL Query. I am trying to select all records
I need some help! Please. I am trying to develop a very very simple

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.