typography - Text highlighting (label effect) using CSS -


i want create text style similar label. looky here:

enter image description here

i can using just: http://jsfiddle.net/stape/

p{display: inline; background: yellow;} 

but, want add padding. when do, things go downhill. same happens if add border: http://jsfiddle.net/jn72d/

any ideas on simple way achieve effect?

i able achieve modifying dom structure bit:

http://jsfiddle.net/zp2cm/2/


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -