Tagged Questions

Positioning elements to the left or right of their containers using the CSS float attribute.

learn more… | top users | synonyms

9
votes
1answer
150 views

Why “overflow: hidden” clears a float?

The question is simple and short: why does overflow: hidden; clear floating? I looked in to the w3 standard documentation and it did not imply anything.
7
votes
3answers
239 views

CSS: clean solution to the margin collapse issue when floating an element

Example HTML+CSS: <html> <body style="padding: 0; margin: 0;"> <div style="float: right;">first</div> <div style="margin-top: 2em;">second</div> ...
6
votes
3answers
165 views

Shrink-wrap / Shrink-to-fit a div to reflowed floated divs in css

http://jsfiddle.net/zEcn3/12/ I'm trying to get a div "content" that resizes to the number of divs that fit in a line. So the example works fine when the window is bigger than all the 'item' divs ...
6
votes
5answers
872 views

Text wraps around floating div but borders and <hr />s do not

I have a div that is float: right and it is inside a parent div. There are p elements inside that same parent div also, and the text wraps around the float: right div properly. However, if I set the p ...
6
votes
4answers
466 views

How to make text wrap above and below a div?

I have no problem getting text to wrap around a div when tops of the elements are aligned, but I can't figure out how to have the text wrap above and below the div. For example I want the text to ...
6
votes
5answers
169 views

What's the right way to float these elements

I have this markup <dt id="dt0"> &nbsp; </dt> <dd id="dd0dd"> <textarea id="dd0"></textarea> </dd> <dt ...
5
votes
6answers
103 views

Best Practice for CSS Clear or Overflow

Having a discussion with a co-worker on what is best practice with CSS clear / overflow. Please shut one of us up and explain why one is better than the other. JOEL'S CODE (using overflow): ...
5
votes
6answers
182 views

Expanding Vertical Space Issue with Floated Elements

I have a layout that requires a list of items to be organized into two vertical columns. The items are in a single list of <div>s, with the markup also being re-purposed for mobile, so I don't ...
5
votes
3answers
275 views

Is there a disadvantage of using `display:table-cell`on divs?

What I am trying to accomplish is having a fixed-width first div and a fluid second div which will fill up the rest width of the parent div's width. <div class='clearfix'> <div ...
5
votes
2answers
2k views

Why <div class=“clear”></div> instead of <div class=“clear”/>?

I just realized that: <div class="clear"/> after a series of floating divs causes layout havoc, while <div class="clear"></div> works fine. Can anyone explain this? This is ...
5
votes
2answers
115 views

What's the standard behavior of float:right following float:left?

Suppose there is such HTML tags: ​<span> <span id='s1'>Text 1</span> <span id='s2'>Text 2</span> </span>​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​ ...
5
votes
3answers
307 views

Which clearfix method?

/* Clear Fix */ .clearfix:after {content: ".";display:block;height:0;clear:both;visibility:hidden;} * html .clearfix {height:1%;} or .clearfix:after {content: ...
4
votes
2answers
51 views

Correctly expanding an HTML widget

HTML and CSS layout remains a bit of a black art to me, so I'd appreciate any help in what I'm trying to accomplish. I'm in the process of creating a JavaScript API for our company's "widget", so ...
4
votes
1answer
79 views

Refactor jquery animate

I am using the datepicker plugin from here - The example is on the bottom of the page. It is utilizing jquery animate() like this: $('#widgetField>a').bind('click', function(){ ...
4
votes
5answers
130 views

Compact arrangement of DIVs in two directions

It is easy to arrange DIVs horizontally with float. For example: <div style="width: 500px;"> <div style="float:left; width: 200px; height: 100px; background-color:Yellow;"></div> ...
4
votes
2answers
72 views

Centering an image in a paragraph

I am looking for a purely CSS way to center an image within a paragraph of text so the text wraps on both sides of the image. Ideely the image |-----| would be placed before or after |-img-| the ...
4
votes
6answers
346 views

CSS issue, driving me crazy - div won't stay on right side of other div

Pretty simple set-up here, I'm just trying to get two divs to sit side-by-side. Image on the left, text on the right. For some reason, if the text is too long, it pushes the div down. I'd like to just ...
4
votes
3answers
278 views

Why don’t my box borders surround the floats inside them without this CSS fix? (And how does the fix work?)

I'm teaching myself CSS and HTML, and I've come across something that seems like a bug-- it's challenging how I understand HTML and CSS. I've found a fix for this bug already, but I was hoping ...
4
votes
3answers
509 views

How to properly float two columns side by side with css

This is one of those things I learned a long time ago and never thought much about if I was actually doing it the right way. Let's say we have a structure like so: <div id="wrapper"> <div ...
4
votes
1answer
119 views

CSS position issue

basically i have div with width of 960px and it has navigation on right hand, the navigation works fine, just the last sub navigation shows content extended to 960px, so i was wondering if somehow i ...
4
votes
2answers
592 views

How do I convert this HTML-table layout solution to floating-div solution?

I often need to list items with various-sized images on the left and text on the right, like this: For 17 years, I have solved this with HTML tables, like this: <html> <style> ...
3
votes
1answer
73 views

Having trouble with FireFox & Jquery - overflow hidden/auto properties

As the title mentions i'm having a problem getting Firefox to animate a container element with the class name .mover - left : 0% and back to left : 100%. I've put together an example here.. ...
3
votes
5answers
38 views

Floated list appearing outside <div>

I am trying to put a list inside of a <div> so that I can change the background of the div and make the list be a navbar. The problem is that the items in the list actually appear in a ...
3
votes
1answer
52 views

CSS float and div block position

I have this problem then I try to float div left, each block contains same div class (member). Block goes up if it is on the right hand side, but doesnt work on left. Any thoughts? .member { ...
3
votes
1answer
27 views

Floating Elements Span Adding Space

I have something like the following code: <div style="border:2px black solid;overflow:hidden;"> <span style="float:right;"> <img src="sprintlogo.png" alt="Test Image 1" ...
3
votes
1answer
77 views

How can the CSS “Shrinkwrap” method work with max-width and without BR line-break tag?

I'm attempting to create a max-width bounding box which will both wrap text (on spaces, no word-breaking allowed) and shrinkwrap to the width of the longest line of text. For a demo of the various ...
3
votes
2answers
84 views

Always on top div within area

I created a div that is always on top .visibleDiv, #topLeft { position: fixed; width: 150px; border: solid 1px #e1e1e1; vertical-align: middle; background: #ffdab9; ...
3
votes
1answer
80 views

jqGrid header becomes big when using float in css

I had a jqGrid displaying perfectly ok. Then I started to develop a basic site layout structure and got into problem: jqGrid's header got really huge! :) Here's the screenshot. The structure of the ...
3
votes
1answer
99 views

Firefox issue calculating width w/ CSS inline-block & absolute positioning? (Twitter Bootstrap dropdown menu)

I am using the Twitter Bootstrap HTML/CSS framework, and specifically the dropdown menus. I'm attempting to add a "keyboard shortcut" that would be visible and right-aligned within each menu item. ...
3
votes
1answer
41 views

CSS: visually separate strict markup

I have HTML markup like this: <div class="top"> </div> <div class="bottom"> </div> <div class="top"> </div> <div class="bottom"> </div> <div ...
3
votes
7answers
268 views

How can I stop float left?

I have the following code: <div style="float: left; width: 100%;"> <label style="float: left;">ABC</label> <input style="float: left; font-size: 0.5em;" type="button" ...
3
votes
4answers
189 views

jquery animation & CSS Position

I am trying to fix the css position in the with jquery animation effect in the below code. my green and orange span running out of control on mouse hover. <!DOCTYPE html PUBLIC "-//W3C//DTD ...
3
votes
3answers
90 views

Floats and horizontal margins

I have the following CSS: label{ float:left; margin-left:24px; } button{ margin-left:24px; } for this HTML: <label> <input> </label> <button> and I was ...
3
votes
2answers
238 views

How to do a `float: left` with no wrapping?

I have a container box1 that has a certain width (which might change depending on its content). That box contains box2 which has a fixed width (it could be an icon). Next to box2, I have box3 with ...
3
votes
1answer
66 views

Intentional use of element not stretching around it's floating child?

As you may know, elements that contain floating elements won't stretch around their child elements unless you either add clear elements after them or set the parent's overflow to hidden. See example. ...
3
votes
2answers
181 views

Transposing div elements using css

I'll jump to an example. <!DOCTYPE html> <head> <title>Transposing div using CSS</title> <style> div#wrapper { } div#menu { border:blue solid 1px; ...
3
votes
5answers
1k views

CSS Floating Divs At Variable Heights

I have infinite number of divs of a 100px width, which can fit into a 250px width parent. Regardless of height, I need the divs to be displayed in rows, as shown in the image. I've tried resolving ...
3
votes
2answers
203 views

CSS Div positioning problem in IE

I have a JQ slideshow in a div on this page: http://www.lucky-seed.com/web.html and have a css sheet for IE with the following style: .slideshow { height: 599px; width: 700px; max-width: 700px ...
3
votes
5answers
181 views

CSS float prevents expansion of page

This is a very common scenario, I think. I'm relatively (no pun intended) new to CSS and am having an issue with float alignment. I have two divs, one which will hold main content to be floated left ...
3
votes
3answers
104 views

Fluid Floating Elements Wrapped in Container

I have the following test code to play around with: http://jsfiddle.net/b6QFY/1/ I want the "left" element to be fixed and the "right" element to be fluid within the parent container so that it will ...
3
votes
2answers
217 views

Clearing Floats without Display property

I know the old school method for clearing floats is a class for clear:both, and that it has generally been outmoded. I know the new school method is width:100%; overflow:auto or hidden; But when ...
3
votes
5answers
1k views

inside div automatic fit width of li in ie

<div style='width:500px'> <ul> <li> some text in 1 line</li> <li> some text in 1 line</li> <li> some text 2 line</li> <li> some ...
3
votes
5answers
464 views

Wrapping one-line div's around an img (not text)

I'm trying to get a bunch of div's to wrap around an image, but am failing. Since pasting HTML doesn't seem to work in StackOverFlow, here is my current attempt at emulating a Outlook 2010 contact ...
2
votes
1answer
50 views

Working with css floats in html2pdf

I'm using floats to position 2 divs beside each other. <a href="printbox.php">print</a> <?php ob_start(); ?> <style> #sidedish{ float: left; border: 1px ...
2
votes
2answers
65 views

CSS: Alignment when floating

I have some page navigation buttons + a dropdown box that I'm trying to display side-by-side but they are not cooperating with each other. Both items are to float right. Fiddle: ...
2
votes
3answers
32 views

Putting a Border Around Floating Elements

Say I have something like the following code, where I want to display some text between two images that I am floating left and right. <img src="testImage1.png" alt="Test Image 1" ...
2
votes
1answer
28 views

Auto Expanding Parent for Floating Divs

A website I am working on, consists of three main sections, a Header, Container and a Foooter, all based around DIVs. The homepage container is set to contain 2 Boxes on the right. I produced these ...
2
votes
1answer
58 views

CSS “selective” clearing of floats

I have a bunch of blocks I'm floating left. They're of varying heights; some short, some tall. Now, these blocks are dynamically generated, so there's no predicting how tall each block will be (or ...
2
votes
1answer
35 views

Nonexistent right margin on float: right item?

I've got this bit of HTML: <div id="content"> <h1 id="prompt">What's on your mind?</h1> <form action="post.php" method="POST" id="message-form"> <textarea ...
2
votes
4answers
85 views

Is it possible to float and stack the items using just CSS?

I wanted to see if this was possible without using JavaScript and just CSS. I have a list of items in divs.There are some items which are 1/2 the height of others and I want them to stack up. Without ...

1 2 3 4 5 11