I want to make the width of the footer browser-independent.
For Mozilla I want to use the value of -moz-available
, and when a user uses Opera, then CSS should get the values from -webkit-fill-available
.
How can I do this in CSS?3?
I tried to do something like this:
width: -moz-available, -webkit-fill-available;
This won't give the desired results.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…