The clearfix tag has no wiki summary.
0
votes
1answer
12 views
Problems with Clearfix
I've been having trouble applying clearfix to a number of divs, I've followed several tutorials, found here and here, but still my div named Bar will not expand to hold both the logo and nav divs.
...
0
votes
3answers
56 views
CSS clearfix not working
This (http://jsfiddle.net/77RRA/1/) is working, while this (http://jsfiddle.net/77RRA/) is not.
Isn't clearfix supposed to substitute the line <div style="clear: both;"></div>?
0
votes
1answer
31 views
Additional space on clearfix parent
I have a layout wherein the sidebar is fixed and the main contents container is fluid.
<div id="contents" class="wrapper group">
<aside id="sidebar">
...
-2
votes
2answers
102 views
block-style navigation css ribbon only shows one side
I am trying to create css ribbons for a block-style main navigation, but the right-hand side triangles of the ribbon don't work when I include "display:table;" or "display:block;" in Clearfix. ...
1
vote
0answers
42 views
Contenteditable bug in chrome
I'm using Chrome 27.0.1453.93 and Ubuntu 13.04
If we have contenteditable="true" on element with float set to left or right, and if the parent of this element has clearfix class, we can see strange ...
0
votes
1answer
38 views
100% height div in background cover div
Currently I have a web page with a background image size of cover. I would like 2 divs inside of this div with 100% height. These divs need to be responsive. I need the leftside div to have an image ...
0
votes
0answers
18 views
firefox floating divs not working correctly
If you view http://www.warriorperformancecentre.com/ in firefox and click menu, you see the two images at the top are not displaying correctly. I have a div for each image, one floating to the right ...
3
votes
1answer
223 views
CSS Wrapper / Clearfix Resolution
Been having issues trying to get my floated elements to extend with all of my content. I've done some research but I have become officially stumped/exhausted. I've attempted a few clearfix ...
0
votes
2answers
72 views
css clearfix behavior not the same for firefox and chrome
i am using this class for css clearfix on a div which has a calculated width of 0, but has content of width x in it.
.clearfix {
*zoom: 1;
&:before,
&:after {
display: table;
...
1
vote
2answers
96 views
Need to modify a Wordpress Homepage template to include ignored contents of editor field
I am attempting to tweak an existing Wordpress theme called Pytheas (for a quickie video tour of its features, visit this page). It is a WP theme oriented toward displaying portfolios. The homepage ...
-2
votes
2answers
94 views
CSS - Clear fix isn't working
I'm applying clear fix to the parent (ul) but it's not working
When set display:block; to the a, then the clear fix works, but why?
The code in here
HTML
<nav>
<ul class="hmenu main-menu ...
0
votes
1answer
75 views
Responsive design and clearfix
I have this responsive layout for a page. The <aside> is with constant width and the .main area has a margin-right. I do this because I want the .main area to adapt to different devices, while ...
0
votes
2answers
56 views
Div sidebars do not expand with content of the center column
I've got a webpage that I'm working on that when there's no content in the middle it looks fantastic. The problem came recently when I attempted to add content to the center column. I'm adding a table ...
0
votes
3answers
92 views
What are the downsides to using “clear:both” to clear floating divs?
It seems that the community here agrees that the old "clearfix" hack has now been depreciated and superseded by overflow:hidden. Unfortunately there are situations where even using this method causes ...
1
vote
3answers
185 views
How to clearfix without markup?
I need to find a way to clearfix a set of floated elements without extra markup.
For example, I have a 2 columns grid in section#main_features. Each div.feature has width: 50% and is float: left. ...
-1
votes
2answers
68 views
Having Issue with Clearfix Class
Can you please take a look my webpage(contact page) and let me know why still I am having this issue whit clearfix class? I even used the clear both on all elements but still this is happening! and ...
1
vote
2answers
160 views
Chrome and Firefox render positioned layout with negative margin differently - how to prevent?
I have a very specific layout to achieve with HTML/CSS. Basically I have a text container with a couple of left-floated boxes within. I then have a footer which needs to overlap this text container ...
0
votes
2answers
82 views
Div Floats Left, Div Container Not Increasing Size
I'm wanting to make two divs inside a container div, one floating left, and one floating right. The left div contains the news date, title and news content, the right div includes a dropdown button ...
-2
votes
1answer
94 views
Static div not clearing absolute div [closed]
I am building a site at http://inthespiritevents.colourrich.co.uk/home2 which has an absolute positioned main content div (#textcontainer) so it slightly overlaps the relative positioned slides ...
0
votes
2answers
73 views
CSS Images not centering with radio inputs
I am just attempting inline CSS to get this right and will move it to my "styles" file when finished. What I am attempting should make all the images and radio buttons inline in the surrounding DIV. ...
1
vote
2answers
126 views
Using clearfix when there's nothing to fix?
It is clear to me (pun intended) that the two best ways to implement clearfix is either through Nicolas Gallager's micro-version .cf { *zoom: 1; }, or using overflow: hidden.
But should either ...
-1
votes
1answer
109 views
Clearfix Problems
I have a site that I am currently developing and designing at http://www.jn-design.co.uk/dog
I have applied a clearfix hack for floating elements so the area automatically resizes. The only problem ...
0
votes
1answer
233 views
CSS Float Left and Clearfix not working together
I have a simple image gallery dynamically controlled by PHP to add and remove image thumbnails from a page. The problem I have is that I want the images to be aligned next to eachother until there is ...
0
votes
1answer
256 views
Clearfix removing margin 0 auto?
Having trouble with clearfix... when in use it will remove my centering (margin 0 auto) for the div. So, using this as an example the 'container' div would be floated to the left rather than centered ...
0
votes
2answers
258 views
Clear fix ie8 and CSS
Been making a website to try learn a bit more css and html.
Thought it was going well till I tried to show it to someone in IE (I use ff)
When I loaded the page up the footer seemed it to in the ...
0
votes
0answers
74 views
CSS clearfix hiding text in chrome / safari?
I have an odd problem that I'm facing. I'm using a simple CSS clearfix hack as described on CSS-Tricks to clear floats. Code snippet:
*:after {
content: "";
display: table;
clear: both;
}
...
0
votes
0answers
90 views
Android 4.0.2 Galaxy Nexus clearfix not working
I have ran into an issue where clearfix is not working on the Galaxy Nexus. It works on all other devices and version of android I have come across so far but the Nexus seems to ignore it.
Here is ...
2
votes
2answers
154 views
Are there any disadvantages to adding clearfix to all divs?
On a layout I'm working on (and in most cases otherwise), I can't think of any instances where I wouldn't want a div to not contain its floated children. So I'm thinking instead of adding a clearfix ...
1
vote
4answers
884 views
Clearfix with absolute positioned elements
My problem is the following:
The border does not wrap the containing items. I know this is because I position the content-item absolute, but I need them to be absolute for the layout to work. This ...
1
vote
1answer
91 views
Collapsing DIV in IE8
If you view the following website in IE9 (or any other modern browser) you will see the effect I am going for.
However viewed in IE8 or lower the header DIV that contains the mans photo collapses to ...
0
votes
1answer
188 views
Clear fix problems with overflow and pie-clearfix
I am trying to float some elements and apply clearfix so that the parent element can expand to the height and width of the children.
So, I simply set up the layout as per this fiddle: ...
0
votes
2answers
101 views
Floating and clearing five section tags
I have five section tags that I would like to float so that they are inline with each other. I have used the float / clearfix technique in the past and it has worked. I cannot figure out what i am ...
0
votes
2answers
220 views
applying clear-fix or micro clear-fix with just jquery
so what I'm trying to do is apply either of the clear-fix or micro clear-fix with jquery. The reason is I don't have access to the CSS so I've been using jquery to make all of my classes and other ...
2
votes
1answer
315 views
Applying a clearfix to nth-child without additional markup
First up, for extreme clarity, here a JS fiddle demonstrating what I'm trying to achieve:
http://jsfiddle.net/bb_matt/VsH7X/
Here's the explanation - my rationale:
I'm creating a responsive site ...
0
votes
2answers
156 views
Footer freaking out in Chrome if I use clearfix in a div above
If I remove the clearfix div, above the footer, the text falls into place, as it does on Firefox.
But that breaks other things. I don't understand how that clearfix can be affecting the footer at ...
1
vote
2answers
491 views
Could this be the new clearfix?
Is there a more simplified way to use .clearfix?
old:
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
My new ...
1
vote
0answers
29 views
How do I clear:left, while keeping my float:left intact?
I have a jquery script that relies on the height of 'ul' to resize its containing 'div'.
Without 'clear:left' on my 'li' elements, their parent 'ul' has a height of one 'li'.
With 'clear:left' on ...
0
votes
1answer
78 views
Clearfix does not work on all pages
On my site http://jonasolaussen.se/?page_id=16 as you see the text goes under the footer, I does get better if I ad <div style="cleare:none;"> </div> as it does on the other sites.
Does ...
-1
votes
1answer
149 views
css layout property clear and clearfix
I have read clear is css layout property
But what about clearfix its css property or what else.
It may be use for float layout.
But I want explanation on css clearfix Is this property of css or ...
0
votes
2answers
78 views
Why is this happening? Think it is an issue with clearfix?
Here is the issue: As you can see on the left the floated elements do not align, and on the right they do.
http://i.stack.imgur.com/Qx8Zs.jpg
This doesn't happen all the time, and it isn't browser ...
0
votes
1answer
418 views
css 960 grid clearfix not working but clear:both does work
I am using grid 960 and cannot get clearfix to work, however if I use clear:both on the element, then I can get the desired effect. I would prefer to use clearfix as I find it more reliable (usually).
...
2
votes
1answer
535 views
Unordered List Clearfix
I have an unordered list and each list element contains a photo and a headline. My CSS sets up the grid to be a grid, where each row contains three photos. Sometimes the headline (or photo caption) ...
1
vote
1answer
121 views
Clear child floats without clearing 'external' floats
The most popular way of clearing a group of floats is to use clear:both; on the parent's :after pseudo-element. For example this:
.group:after {
visibility: hidden;
display: block;
...
0
votes
1answer
138 views
Wordpress/Disqus visual glitch: blank space
There's a huge blank space between the WP Disqus official Plugin comments and its social bar (Like/Dislike/Settings), as shown in this screenshoot: http://i.imgur.com/RjRs6.jpg
Coincidentally, the ...
0
votes
2answers
555 views
CSS clearfix how to over come the inability to center an element using it
Ok I am remastering a site for one of my clients and for years I have been doing things a little old fashion as far as CSS goes. Ive read up on some things and found the method referred to as ...
1
vote
4answers
196 views
What's causing my header to move about?
I'm working on a simple layout that requires a header, footer and main content in between. However, something is bugging me a little. If I include an image beneath my header ...
1
vote
1answer
82 views
css positioning and order of objects
I'm trying to tweak my site and have been sitting for a bit too long at the computer hence I do not know where my mistake is. Hoping someone could help out a person with basic knowledge of css.
Here ...
0
votes
2answers
186 views
Jquery tabbed navigation causing floating issues with elements below
I've been having a huge headache trying to figure out why the facebook comments box is floating so high up right under the tabs of the tabbed navigation. I've tried multiple variations of the clearfix ...
0
votes
3answers
1k views
Floating divs in the absolute div are not expanding the parent. Clearfix doesn't seem to work
I have this issue: two floating divs inside an absolute-positioned parent div.
CSS:
.wrapper {
position: absolute;
left: 0;
top: 0;
overflow: hidden; /* doesn't do anything! */
}
...
0
votes
1answer
911 views
Clearfix not making div's height expand to fit content
I have a div which contains 2 child elements. The 1st div have content added dynamically via jQuery on user interaction. The 2nd is a text area which have a problem not getting contained within its ...


