WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Working display:flex; Sun Feb 23, 2014 5:58 pm

torsuntsu

torsuntsu
Registered Member
Registered Member
Hello,
i have a problem with the css rule display: flex. Well to be honest, the problem is with the Mozilla FireFox browser. Every other browser displays the page as i intend it to display, but with firefox there´s a problem.
I have a container with the class of promo that holds tree colomns with the class of coluna.

The CSS is as folows:
.conteudo .promo {
max-width: 100%;
display:flex;
flex-flow:row wrap;
justify-content:center;
}
.conteudo .promo .coluna{
-moz-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
width: 30.3333%;
padding: 5px;
margin: 5px;
display:flex;
flex-flow:column;
}

Is there anything i´m doing wrong because only in firefox the page isn´t displayed as it should.

I´d really need some help. Please!!!!

The page is on: www(dot)sistemagestorconteudos(dot)net/Alfaccop/Sitio8

Torsuntsu

2Working New FF Aurora Sun Feb 23, 2014 10:50 pm

torsuntsu

torsuntsu
Registered Member
Registered Member
I´ve installed the new FF Aurora and it works fine.
I have a trouble with Safari though.
It´s like a small blanket, we cover one side and it uncovers the other...
LOL

TorSunTsu

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum