Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Flexbox Not Working On Safari Reply To: Flexbox Not Working On Safari

#283069
fshareef
Participant

The following code is not working in safari (5.1.7)

<

div class="flex-container">

<

div class="slider_wizzard">

.grid_slide_area.slider_2 .smart-form .flex-container{
display: flex;
display: -webkit-flex;
display: -moz-flex;
overflow: auto;
min-height: 100%;
}
.slider_wizzard{
width: 27.1%;
padding: 0 7px 0 5px;
background: #e8e8e8;
float: left;
}
.grid_slide{
width: 72%;
background: #fff;
float: left;
}