Saturday, 15 May 2010

html - css background url not working in express -



html - css background url not working in express -

i can't create background image section tag in express. i've tried several different paths, including:

#image{ background: url('/images/beachpierpanorama.jpg') 50% 0 no-repeat fixed; } #image{ background: url('./images/beachpierpanorama.jpg') 50% 0 no-repeat fixed; } #image{ background: url('../images/beachpierpanorama.jpg') 50% 0 no-repeat fixed; }

this image of file directory. css see above located in style.css, , i'm trying reference image in images folder:

![img]http://i58.tinypic.com/dcbrkx.png[/img]

according pic, /images directory in /public

background: url('../public/images/beachpierpanorama.jpg')....

should work.

html css

No comments:

Post a Comment