jquery - How can I place a line behind my divs? -
i want move place dashed line behind divs. keep staying on top of divs.
here have right :
here hoping :
**css** /*background border*/ .border-center { width: 100%; position: relative; } .slide:before { content: ''; position: absolute; border-bottom: 3px #3498db dashed; z-index: 1; top: 50%; margin-top:-2px; right: 10%; left: 40%; width: 25%; }
i wish can put more code, since rep low, got warning :
more details : jsfiddle
giving fiddle z-index of 0
accomplished this, , background:white
on .tl-box
Comments
Post a Comment