This is the CSS style defined in a PHP file for an Element
line-height: 120px;
display: list-item;
display: -moz-inline;
list-style: none;
If the browser is Chrome, I want it to show display: list-item
, and if it's Mozilla, then display: inline
.
The current style works perfectly in Chrome, but in Mozilla, it displays as display: list-item