html - Safari Background Image Quirk -


so seems safari (latest version) not following code involving background image:

div.nav_element.pdf {     background-image:url("/images/pdf_icon.png");     background-position: right 19px bottom 50%;     background-repeat:no-repeat; }  <div class="nav_element pdf">     <a class="nav_link" href="#">summary of product characteristics</a> </div> 

it tells me background-position property invalid via little yellow exclamation point box. has seen before? not relative sizing?

because background-position property invalid. have 2 values, not 4.
read this


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -