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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T11:19:18+00:00 2026-05-28T11:19:18+00:00

i want content NOT to wrap around it’s floating sibling (may it be floating

  • 0

i want content NOT to wrap around it’s floating sibling (may it be floating on content’s left or right).

there will be no content following the content so containing floats/realigning baselines is out of the question. i just want content to “stand up and not curl around”

i know this is easily done by putting overflow:auto/hidden on the content – done it many times. however, this time, i cannot because.

  • the content will contain an <ul> of inherited width and has box-shadow – content will clip shadows if it has overflow:auto/hidden
  • i cannot set padding to the sides of <ul> because it has to be the same width as content.
  • i must NOT explicitly set dimensions, paddings and margins in any unit of measure, the same way when i do it when putting overflow:auto/hidden. this includes (but not limited to) adding a margin to move the wrap away from the floating element – the floating element’s content may be dynamic in width.

my html and css is here: http://jsfiddle.net/QQQB5/2/ – but this one uses overflow to prevent wrapping but clips the shadows.

is there any other way to prevent content from wrapping aside from using overflow? as much as possible, no hacks, no “tricks/cheats”. additional mark-up accepted if it can’t be avoided.

enter image description here

  • 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-28T11:19:19+00:00Added an answer on May 28, 2026 at 11:19 am

    Just use float:left on the content container as well and it will be fine 🙂

    .content {zoom:1; float:left;}
    

    Update:

    Just because the link you provided which is from 2004 used FNE this isn’t the case nowadays.

    With CSS3 you just add:

    .container:after { 
          content: "";
          display: block;
          clear: both;
     }
    

    and you don’t float everything.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table containing data which I do not want to wrap onto
I want to wrap content retrieved with load in jQuery, but I am not
want to rewrite urls like site.com/software to wp-content/themes/dir/software.php and something is not working.. Here's
I would like to prevent duplicate content. I do not want to keep a
I want to show HTML content inside Flash. Is there some way to do
I want to draw DirectX content so that it appears to be floating over
I want 'Duration' and 'Cost' Right aligned. I tried this code but it's not
I want to add a new view to my scene that will contain content
I want to display content in more than one languages in a page. For
I want to create dynamic content based on this. I know it's somewhere, as

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.