html - Background Image not showing up in jumbotron -


i not know problem is. made style.css , used code

.jumbotron {     background-image:url(images/bikebg.jpg);     margin-top:-20px } 

before putting background in images folder, worked fine. since changed it, no longer work. site live here http://bikesite.web44.net/bikes.html

try this

   .jumbotron {         background-image:url(../images/bikebg.jpg);         margin-top:-20px     } 

Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -