Forums

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

Home Forums CSS CSS issue with website header Reply To: CSS issue with website header

#172986
Paulie_D
Member

Aha…

.e-cstm-nav {
float: left;
width: calc(100% - 170px); /* not supported by Safari 5 and requires prefix in S6+ */
margin-left: 170px;
min-height: 85px;
overflow: hidden;
}

http://caniuse.com/calc