I have this style inside a PHP file that is applied to an Element
line-height: 120px;
display: list-item;
display: -moz-inline;
list-style: none;
I want that if browser is Chrome then display:list-item
and if it is Mozilla then display: inline
The above style works well in Chrome, but in Mozilla it is applied as display: list-item