CSS3 module allowing for layouts without floats or tables.
0
votes
0answers
20 views
Flexible box layout model: How should auto margins in the cross-axis direction behave?
Please help me to understand one issue with the flexible box layout model for which I get different results in Firefox and Chrome.
Consider the following HTML fragment:
<body>
...
-1
votes
1answer
25 views
webkit box vs boxflex
I recently ran across a tutorial where the instructor used this syntax:
display: -webkit-box;
http://www.youtube.com/watch?v=B-MNkBh7F2A @ 2:30 (created aug 2012)
I hadn't seen this before and ...
1
vote
0answers
44 views
Horizontally Scrolling Layouts with Flexbox + Columns
Anyone want to help me debug a little experiment I'm working on. I want to use flexbox/multicolumn layout to get a layout similar to what you see in many Windows 8 news app, where the article(s) are ...
1
vote
2answers
37 views
-webkit-flex not displaying properly on Android
After realizing the wonderful abilities of display:flex, I made a web page that looks exactly how I want it to when viewed from Chrome 26 on Windows. However, it doesn't work in Chrome 26 on my ...
0
votes
1answer
27 views
Why does my flex-box elements “float” next to each other when I've set its elements to stack on top of each other (block)?
I have a set of elements that I want to switch the displaying order, when the page is a specific width (320px). They do change order, but I cannot figure out why the elements are "floating", rather ...
0
votes
1answer
33 views
IE flexible box model not working
Im trying to implement the flexible box model into my website, and while its working for the -webkit-browsers like chrome and safari, other browsers like mozilla and opera, I jus cant seem to get it ...
3
votes
0answers
39 views
More complex Flex layout
Only trying to achieve this layout in chrome.
The names in layout are its classes, so you have a bit less confusing orientation in there
This is the layout I would like to use:
(The "nothing ...
1
vote
1answer
23 views
How to write this styling in latest implementation of CSS3's Flexbox
I figured out how to achieve a style with the 2009 implementation of flexbox, but there are two other implementations. The short-lived 2011 and part of 2012 syntax and then the current and final ...
2
votes
1answer
54 views
CSS flexbox model and image width
I'm having some trouble with sizing an image inside a div with the display property set to box or inline-box (inline-flex).
CSS
.thumb {
height: 250px;
width: 300px;
/* Firefox */
...
0
votes
0answers
45 views
How to align left last row/line in multiple line flexbox
I have a major issue with flexbox layout. I build a container with a boxes filled with images, and i decided to use flexbox layout to justify the content to make it looks like a grid
Her's the code:
...
0
votes
2answers
47 views
display: -webkit-box; sometimes crashes my iPad
Do you have any ideas why my websites keep crashing on single post template? It is powered by Wordpress. The problem appears only on iPad (I've tested two iPad 2's).
http://luzlol.me
How do I ...
1
vote
3answers
64 views
Fill remaining horizontal space (or max-width) AND wrap on min-width
#fit and #wrap illustrate two different behaviors that I want to have for one element depending on the situation. The element should work like #fit if there is room, but should work like #wrap if ...
1
vote
1answer
50 views
Child elements ignore parents width after applying box-direction property
Fairly simple question, but I can't seem to find a fix for this simple problem.
I have a list of elements that I need reversed for specific reasons, this needs to be done with CSS only, since the ...
0
votes
1answer
63 views
-webkit-box-flex: 1; not working when used with display: -webkit-flex;
I'm using the new display: -webkit-flex; syntax for defining 'flexboxes', but I can't get the -webkit-box-flex: 1; working, so an element takes the remaining space.
When I use display: box;, the old ...
2
votes
2answers
107 views
CSS3 Flexbox: display: box vs. flexbox vs. flex
I became yesterday a website in the school which use the css3 flexbox statement. I never used that before. So i google it a bit. And found a lot of different styles of the flexbox statements.
Some ...
0
votes
1answer
35 views
Opera box-sizing does not work for textarea with flex
I found a bug in Opera: box-sizing does not work for textarea in flex display mode.
b {
display: flex;
flex-direction: row;
}
textarea {
float: right;
width: 50%;
height: 50px;
...
1
vote
1answer
42 views
CSS for horizontal box model in Firefox
All I want is to create an "header" with few boxes inside (divs) and I want to display them horizontally, Like a tool bar.
so here's a basic CSS code,
Works fine on Chrome but not on firefox,
...
0
votes
1answer
12 views
Does flexbox display alter margin widths?
My margins when using flexbox (current version or display: flex;) seem to be doubled and I can't figure out why. All the other margins between sections on the page show up as 10px as they have been ...
0
votes
2answers
155 views
Vertical center text using ms-box in IE 10
Here is a mixin to vertically center text in a box
@mixin box-center(){
/* Firefox */
display:-moz-box;
-moz-box-orient:horizontal;
-moz-box-pack:center;
-moz-box-align:center;
/* Safari and ...
0
votes
1answer
74 views
Flexbox in Safari: Grow and shrink
I am trying to make a cross-browser flexbox layout, to display cards positioned alongside one another. They should be left- or right-aligned (determined by "left" and "right" classes) when there is ...
1
vote
1answer
81 views
Crucial difference between flexbox 2009 and 2012 in Chrome
The first link is flexbox 2009 model:
http://jsfiddle.net/vLKBV/
<div style="display:-webkit-box;height:100%">
<div style="background:#f00;width:50px">
</div>
<div ...
0
votes
1answer
38 views
Overlay / hover a div in flexbox container div
I'm trying to overlay a div that would float with in a flexbox container.
The header is a flexbox container and there are three flexbox divs that work in the container. The overlay I want to overlay ...
0
votes
1answer
115 views
css flexbox equal height columns not working
I am trying to get css3 flexbox working (for the first time) to make equal height columns (for those browsers that support it).
I have seen various examples across the web but I cant get any to ...
3
votes
2answers
104 views
Why aren't people using the CSS Flexbox module?
Considering using the Flexbox Module in all future projects, but I very rarely see it in use.
What is the reason for which people are not using it? Is it:
Too new?
Too unknown?
Too little support?
...
1
vote
1answer
24 views
Strange spacing between <body> and div with display:box
This is very weird, there's nothing like margin or padding, but I still having a space between and first div that is 100% height and width, with display:box property.
Testing on Firefox 20
...
0
votes
1answer
81 views
Flexbox columns and rows
I'm trying to use CSS3 flexbox on my site with limited success.
I can create a lovely 3 column layout, but I want the third column to wrap under the second column at a certain screen resolution. Is ...
2
votes
1answer
102 views
Resizing FlexBox containers
I'm trying to use the flexbox model to create a multi-column layout that always extends to the bounds of the screen. This works exactly as I would like it to. However, i'd also like to be able to ...
0
votes
1answer
45 views
Flex not showing correctly in IE or Chrome
JSFiddle
I'm trying to use flex CSS properties to fit a set of elements into a neat little box.
It looks exactly how I want it in IE10, but Chrome shows it very different. I basically have:
...
0
votes
0answers
60 views
Flexbox animate vertical to horizontal switch
I'm developing a mobile website when I rotate the screen, I switch from an horizontal to vertical alignment and vica versa.
How can I use transition to make a smooth animation for this switch.
My ...
0
votes
1answer
69 views
'full available height' inner div — why does this work?
I got a layout to work in CSS but I don't understand why it works. CSS experts, please shed light on what's going on here.
My goal was to have a layout like this:
The salient features are:
Fixed ...
2
votes
1answer
68 views
CSS3 flex properties not working?
I'm having trouble understanding the new flex-model introduced in 2009.
There have been three mayor syntax changes, right?
I've been reading this tutorial which I think is most up-to-date.
...
0
votes
2answers
197 views
vertically centre items with flexbox
I'm trying to vertically centre items with CSS' flexbox; and, I know how to do it with the non-vendor-prefixed code, but even with the vendor prefixes I can't get it to work in webkit ( chrome ).
I ...
0
votes
2answers
198 views
Flexible box model - display : flex, box, flexbox?
Many of us are aware today that the older values of the display property like inline and block are outdated after the new flexible box model has been introduced in CSS3. But, we might find different ...
1
vote
1answer
83 views
flex-pack at webkit
On web exists information about CSS3 box, flexbox and flex. From what I understand, the flex is the current draft method, for now. So on webkit we use display: -webkit-flex, -webkit-flex: 1 auto...
...
0
votes
1answer
43 views
Negative relative positioning firefox chrome compatibility
I can't figure out why the negative relative positioning in firefox and chrome are different.
I'm also not really sure Flexbox is the latest and work.
e.g.
On firefox works wit:
margin-right:-200px
...
0
votes
1answer
97 views
How do I vertically center the text within a flex element?
Is there a special way to vertically center text in an element using flexboxes (or other pure CSS)?
Fiddle: http://jsfiddle.net/WK_of_Angmar/JZZWg/
<body>
<div id="main">
<section ...
0
votes
0answers
89 views
How do I distribute flexbox items on multiple lines evenly?
I am working on a menu bar that has all of its buttons distributed evenly in the center of the nav element (the container). I need this layout to look good on most devices, regardless of its size. The ...
0
votes
0answers
20 views
Flexbox should animate properly on click toggle
On my example clicking Toggle it should expand the left box and make the right box go away (right:0;position:relative).
Now, I'm not really an expert of flexbox. so on my example it shows the some ...
0
votes
1answer
318 views
Improve this CSS3 and achieve same effect - flexbox vertical align text
I am trying to create a vertical nav menu using some of the new css3 techniques but so far I can only get closest to the desired look with display:table . I do not like using ...
0
votes
0answers
215 views
Centered CSS flexbox - Firefox bug when position absolute is used?
I have this problem when absolute position is used with a centered flexbox item. It does not work in Firefox.
Here is the link.
HTML
<div>
<p>Center me!</p>
</div>
CSS
...
0
votes
1answer
61 views
Can css3 “flex box” layout absorb extra space in both direction?
I know "flex" propery could make flex item absorb extra spaces in one direction (if the "flex-direction" value is "row", the extra space in the row will be absorbed.)
But what if I wrap these items? ...
0
votes
2answers
309 views
Why does the -webkit-box-flex property not work on this?
I was making a website, and I made some buttons and added the -webkit-box-flex property to them. It worked fine. However, when I added a dropdown menu to one of the buttons, the -webkit-box-flex ...
0
votes
1answer
53 views
CSS flexbox with element inside wrapper
I have a problem with the ordering element. I have container (flexbox) vith one child (order=1) and sibling div (wrapper i would'nt use flexbox) with child ordered but not work.
Can see full example ...
2
votes
2answers
412 views
CSS flexbox child height 100%
I'm trying to fill the horizontal space of a flex item inside a flexbox.
Html:
<div class="container">
<div class="flex-1"></div>
<div class="flex-2">
...
1
vote
1answer
91 views
Is there a way of doing this with flexbox?
My main <div> have a fixed height, but when I try to use box-orient: horizontal on it, they stay all above the first <div>, even with an overflow hack.
I'm stuck. This is what I need:
...
0
votes
0answers
76 views
Flexbox lost width of flex items in FF and Opera
I carefully read this stackoverflow topic
and this article in csstricks
and tried to use all prefix to make my layout working in modern browsers, but its working only in Chrome. In other browsers ...
0
votes
0answers
97 views
CSS3 FlexBox transitions
In this codepen example: http://codepen.io/DrYSG/pen/ovctn I created three flexboxes. The effect I want is that when one hovers over the middle box, it grows in size (color change in the demo is just ...
2
votes
2answers
121 views
Flex-box ignores wrapped children's margin (margin collapse)
Given the following HTML:
<div class="outer">
<div>
<div class="inner">A</div>
</div>
</div>
<div class="outer">
<div ...
0
votes
1answer
123 views
Mozilla flexbox behavior different to webkit and ie
I try to realize a vertical list of items which wraps them on overflow and results in a horizontally scrollable list. I want to use flexbox to achieve this.
Webkit and IE produces the expected ...
1
vote
2answers
53 views
I have three vertical elements divided evenly in my site at 'full screen', how can I make my central element 'dominant'?
Id like the central element to take up all the viewport space, when the screen is minimized, dragged to halfway. (the two elements either side are just aesthetic) Are there any attributes that can ...



