I\'ve got a div and apply :before and :after an image as content. That works perfectly. Now I would need to apply a background image so it does repeat
:before
:after
@michi; define height in your before pseudo class
height
before
CSS:
#videos-part:before{ width: 16px; content: " "; background-image: url(/img/border-left3.png); position: absolute; left: -16px; top: -6px; height:20px; }