html - TYPO3 laterally border around "Grid Element" -


actually creating border around website in typo3 (version 7.6.14). creating whith 3 border pictures (one top, 1 bottom , 1 left , right side) , still workes fine @ "normal" pages.

only border left , right side created css , 2 others in template. whole page surroundet div "website".

now added "grid element" main page. in website div included. border not shown @ grid elements part , non of tries workes.

my css code following one:

div#website {     width:1200px;     text-align:left;     position: relative;     background-image:url(images/border_lr.jpg);     background-repeat:repeat-y;     background-position:left; } 

i know pixel methode not best way, should not problem, changed , tryed resize other content, did not helped. border not in background, not created @ grid elements part of website.

why not use :before , :after pseudo-elements?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -