The calc () on safari is not working. I tried to put the prefixes and it did not work either. Does anyone know a solution?
I'm using this way:
#myDiv{
width: calc(100% - 160px);
width: -webkit-calc(100% - 160px);
width: -moz-calc(100% - 160px);
}
Solution:
Folks, I'm using version 5.1 of the Safari and if the Can I Use , this property does not support this version.