I have got this html:\[code\]<p class="separator" style="background:url('http://localhost:85/WebCamClone/public/images/home/separator.png') repeat-y;"></p>\[/code\]and this css:\[code\] p.separator {position: absolute;height: 100%;width: 10px;top: 0px;right: 46px;z-index: 999;}\[/code\]I can see the image when I open it in a new tab, but I cant see the image displayed on the page in p tag..why?