I need an inline image for a 1px position below the baseline. How can I do that?
Thanks Mike
The relative position should do the trick:
img.icon { position: relative; top: 1px; }
You can also fake it by editing the image:
add as many transparent lines above your current image as necessary, and you're done!
Source: https://habr.com/ru/post/1712492/More articles:Problem with reflection in Unit / Integration tests - reflectionProgrammatically determine if a given VOB is installed in ClearCase - clearcaseICEFaces actions against actionListener - javawcf Service Known attribute type attribute - wcfWhat is the best way to save and load in my program? - c #Security Recommendations for Web Applications - securityHow to model one-to-one relationships in Django - pythonDoes anyone know a system like CMS Asp.Net C # with a form module - c #spring beanpostprocessor not working on component scan? - javaBiscuit. Random ways. How to Rewrite URLs - asp.netAll Articles